diff --git a/charts/rstudio-sparkr/Chart.yaml b/charts/rstudio-sparkr/Chart.yaml index 7eae3cc8..234e296d 100644 --- a/charts/rstudio-sparkr/Chart.yaml +++ b/charts/rstudio-sparkr/Chart.yaml @@ -23,7 +23,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: 1.17.20 +version: 1.17.21 dependencies: - name: library-chart diff --git a/charts/rstudio-sparkr/templates/NOTES.txt b/charts/rstudio-sparkr/templates/NOTES.txt index b903deef..fbe57f9e 100644 --- a/charts/rstudio-sparkr/templates/NOTES.txt +++ b/charts/rstudio-sparkr/templates/NOTES.txt @@ -30,7 +30,7 @@ Si vous n'exécutez pas votre service personnalisé, vous obtiendrez une erreur *REMARQUES sur la suppression :* {{- if and .Values.persistence.enabled (not .Values.persistence.existingClaim) }} -- Le volume associé au chemin suivant {{ .Values.persistence.mountPath }} sera supprimé +- Le volume associé au chemin suivant **/home/{{ .Values.environment.user }}/work** sera supprimé - Vous devriez donc sauvegarder votre code dans un dépôt Git externe - Vous devriez aussi sauvegarder vos données dans un référentiel de données externe tel que S3 - Vous pouvez facilement créer un nouveau service {{ .Chart.Name }}, cloner votre code et réinstaller les bibliothèques dont vous avez besoin @@ -67,7 +67,7 @@ If you don't run your custom service you will get a 502 bad gateway error. *NOTES about deletion :* {{- if and .Values.persistence.enabled (not .Values.persistence.existingClaim) }} -- The volume associated with the following path **{{ .Values.persistence.mountPath }}** will be deleted +- The volume associated with the following path **/home/{{ .Values.environment.user }}/work** will be deleted - So, you should save your code to an external git repository - So, You should save your data to an external data repository like S3 - You can easily create a new {{ .Chart.Name }} service, clone your code and install again some librairies you need