diff --git a/shiny-server/Chart.yaml b/shiny-server/Chart.yaml index 56ecbdc6dc33a05bb3503f592ad3f7b0b8db769d..839185e98ecaa1534e95a8f9e73778cf57eac538 100644 --- a/shiny-server/Chart.yaml +++ b/shiny-server/Chart.yaml @@ -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.0 +version: 0.7.1 # 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 diff --git a/shiny-server/templates/NOTES.txt b/shiny-server/templates/NOTES.txt index 33bd1a4db96f4d6f246b3a441823bfc83d373bd3..13352d2f80b7f3682c7010f7eed54b041a1a56b5 100644 --- a/shiny-server/templates/NOTES.txt +++ b/shiny-server/templates/NOTES.txt @@ -14,6 +14,10 @@ Settings: {{- if .Values.registry.private }} - Registry is private {{- end}} +{{- if .Values.storage.enabled }} +- Persistent storage is enabled, mounted to /srv/shiny-server/www/persistent and /srv/shiny-server/data. + Total disk space is {{ .Values.storage.size }} +{{- end}} The documentation of the package deploying your application in kubernetes is available at https://hub.pages.pasteur.fr/shiny-k8s/user_guide