We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0e964b commit 0d69a11Copy full SHA for 0d69a11
2 files changed
charts/rstudio/Chart.yaml
@@ -22,7 +22,7 @@ type: application
22
# This is the chart version. This version number should be incremented each time you make changes
23
# to the chart and its templates, including the app version.
24
# Versions are expected to follow Semantic Versioning (https://semver.org/)
25
-version: 2.3.11
+version: 2.3.12
26
dependencies:
27
- name: library-chart
28
version: 1.7.12
charts/rstudio/templates/statefulset.yaml
@@ -153,6 +153,8 @@ spec:
153
- name: DARK_MODE
154
value: "true"
155
{{- end }}
156
+ - name: UV_CACHE_DIR
157
+ value: /home/{{ .Values.environment.user }}/work/.cache/uv
158
envFrom:
159
{{- if (.Values.git).enabled }}
160
- secretRef:
0 commit comments