From d3d0786f27d30874c382b224ecad0bd61d8f8b38 Mon Sep 17 00:00:00 2001 From: Comte Date: Wed, 10 Jul 2024 13:58:26 +0200 Subject: [PATCH] jupyter fix path notes --- charts/jupyter-python/Chart.yaml | 2 +- charts/jupyter-python/templates/NOTES.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/jupyter-python/Chart.yaml b/charts/jupyter-python/Chart.yaml index 805af370..dfe39e66 100644 --- a/charts/jupyter-python/Chart.yaml +++ b/charts/jupyter-python/Chart.yaml @@ -23,7 +23,7 @@ type: application # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.13.42 +version: 1.13.43 dependencies: - name: library-chart diff --git a/charts/jupyter-python/templates/NOTES.txt b/charts/jupyter-python/templates/NOTES.txt index 7d8ab7ac..9df1ca5f 100644 --- a/charts/jupyter-python/templates/NOTES.txt +++ b/charts/jupyter-python/templates/NOTES.txt @@ -18,7 +18,7 @@ Si vous ne lancez pas votre service personnalisé, vous obtiendrez une erreur 50 *NOTES concernant 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é. - Par conséquent, vous devriez sauvegarder votre code dans un référentiel 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. @@ -43,7 +43,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