File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ type: application
2222# This is the chart version. This version number should be incremented each time you make changes
2323# to the chart and its templates, including the app version.
2424# Versions are expected to follow Semantic Versioning (https://semver.org/)
25- version : 2.3.30
25+ version : 2.3.31
2626dependencies :
2727 - name : library-chart
2828 version : 2.0.3
Original file line number Diff line number Diff line change @@ -286,6 +286,8 @@ spec:
286286 resources :
287287 {{- toYaml .Values.resources | nindent 12 }}
288288 volumeMounts :
289+ - name : jupyter-local
290+ mountPath : /home/{{ .Values.environment.user }}/.local/share/jupyter
289291 {{ if (.Values.userPreferences.aiAssistant).enabled }}
290292 - mountPath : /home/{{ .Values.environment.user }}/.local/share/jupyter/jupyter_ai
291293 subPath : jupyter-ai
You can’t perform that action at this time.
0 commit comments