From c2dff2c0af6c4c9c279405499506d2658ad14774 Mon Sep 17 00:00:00 2001 From: Jacques Lemaitre <58292368+JackLemaitre@users.noreply.github.com> Date: Thu, 31 Jul 2025 10:25:09 +0200 Subject: [PATCH 1/2] Update statefulset.yaml adding uv to rstudio for service rstudio-r-julia --- charts/rstudio/templates/statefulset.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/rstudio/templates/statefulset.yaml b/charts/rstudio/templates/statefulset.yaml index 42975e7f..7b2efaca 100644 --- a/charts/rstudio/templates/statefulset.yaml +++ b/charts/rstudio/templates/statefulset.yaml @@ -153,6 +153,8 @@ spec: - name: DARK_MODE value: "true" {{- end }} + - name: UV_CACHE_DIR + value: /home/{{ .Values.environment.user }}/work/.cache/uv envFrom: {{- if (.Values.git).enabled }} - secretRef: From 3a1179216efb2e9aa700bd9d11ba90a0d77b19a8 Mon Sep 17 00:00:00 2001 From: Jacques Lemaitre <58292368+JackLemaitre@users.noreply.github.com> Date: Thu, 31 Jul 2025 10:28:56 +0200 Subject: [PATCH 2/2] Update Chart.yaml bump version --- charts/rstudio/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/rstudio/Chart.yaml b/charts/rstudio/Chart.yaml index 205ac441..bfb66ef5 100644 --- a/charts/rstudio/Chart.yaml +++ b/charts/rstudio/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.11 +version: 2.3.12 dependencies: - name: library-chart version: 1.7.12