diff --git a/charts/vscode-python/Chart.yaml b/charts/vscode-python/Chart.yaml index da8e4897..0da4d2f0 100644 --- a/charts/vscode-python/Chart.yaml +++ b/charts/vscode-python/Chart.yaml @@ -22,7 +22,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.11.40 +version: 1.11.41 dependencies: - name: library-chart diff --git a/charts/vscode-python/templates/NOTES.txt b/charts/vscode-python/templates/NOTES.txt index 24d31bfa..6c9bf9dc 100644 --- a/charts/vscode-python/templates/NOTES.txt +++ b/charts/vscode-python/templates/NOTES.txt @@ -14,6 +14,15 @@ Si vous n'exécutez pas votre service personnalisé, vous obtiendrez une erreur {{- end }} {{- end }} - Votre password: {{ .Values.security.password }} + +*REMARQUES concernant la suppression :* + +{{- if and .Values.persistence.enabled (not .Values.persistence.existingClaim) }} +- Le volume associé au chemin suivant **/home/{{ .Values.environment.user }}/work** sera supprimé +- Par conséquent, vous devriez sauvegarder votre code dans un dépôt Git externe +- Vous devriez également 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 +{{- end }} {{- else }} {{- if .Values.ingress.enabled }} - You can connect to this vscode with your browser on this [link](http{{ if $.Values.ingress.tls }}s{{ end }}://{{ .Values.ingress.hostname }}) @@ -30,4 +39,13 @@ If you don't run your custom service you will get a 502 bad gateway error. {{- end }} {{- end }} - Your password: {{ .Values.security.password }} + +*NOTES about deletion :* + +{{- if and .Values.persistence.enabled (not .Values.persistence.existingClaim) }} +- 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 +{{- end }} {{- end }} \ No newline at end of file