diff --git a/charts/jupyter-python/Chart.yaml b/charts/jupyter-python/Chart.yaml index c8c5c2638..733d59f3e 100644 --- a/charts/jupyter-python/Chart.yaml +++ b/charts/jupyter-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: 2.3.30 +version: 2.3.31 dependencies: - name: library-chart version: 2.0.3 diff --git a/charts/jupyter-python/templates/statefulset.yaml b/charts/jupyter-python/templates/statefulset.yaml index adc8aa2bc..56e7cbc91 100644 --- a/charts/jupyter-python/templates/statefulset.yaml +++ b/charts/jupyter-python/templates/statefulset.yaml @@ -286,6 +286,8 @@ spec: resources: {{- toYaml .Values.resources | nindent 12 }} volumeMounts: + - name: jupyter-local + mountPath: /home/{{ .Values.environment.user }}/.local/share/jupyter {{ if (.Values.userPreferences.aiAssistant).enabled }} - mountPath: /home/{{ .Values.environment.user }}/.local/share/jupyter/jupyter_ai subPath: jupyter-ai