From 4e1a9c4ce0e032a39eb92e734e8756b1ebcf5ea9 Mon Sep 17 00:00:00 2001 From: Bryan Brancotte <bryan.brancotte@pasteur.fr> Date: Thu, 13 Jun 2024 15:11:43 +0200 Subject: [PATCH] rename toolkit --- .gitignore | 3 ++- shiny-k8s-toolkit-helm/Chart.yaml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index dbcff3b..1b990a0 100644 --- a/.gitignore +++ b/.gitignore @@ -21,4 +21,5 @@ *.tmproj .vscode/ rshiny-*.tgz -shiny-server-*.tgz \ No newline at end of file +shiny-server-*.tgz +shiny-k8s-toolkit-helm-*.tgz \ No newline at end of file diff --git a/shiny-k8s-toolkit-helm/Chart.yaml b/shiny-k8s-toolkit-helm/Chart.yaml index 6616663..59aef10 100644 --- a/shiny-k8s-toolkit-helm/Chart.yaml +++ b/shiny-k8s-toolkit-helm/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -name: shiny-server +name: shiny-k8s-toolkit-helm description: A Helm chart for deploying shiny app in Kubernetes # A chart can be either an 'application' or a 'library' chart. @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.7.5 +version: 0.8.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to -- GitLab