Skip to content

Commit 0d69a11

Browse files
authored
[Rstudio] Update statefulset.yaml env uv (#251)
1 parent a0e964b commit 0d69a11

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

charts/rstudio/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.11
25+
version: 2.3.12
2626
dependencies:
2727
- name: library-chart
2828
version: 1.7.12

charts/rstudio/templates/statefulset.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@ spec:
153153
- name: DARK_MODE
154154
value: "true"
155155
{{- end }}
156+
- name: UV_CACHE_DIR
157+
value: /home/{{ .Values.environment.user }}/work/.cache/uv
156158
envFrom:
157159
{{- if (.Values.git).enabled }}
158160
- secretRef:

0 commit comments

Comments
 (0)