This repository was archived by the owner on Sep 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 9 files changed +19
-19
lines changed Expand file tree Collapse file tree 9 files changed +19
-19
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 : 5.4.4
25+ version : 5.4.5
2626
2727# This is the version number of the application being deployed. This version number should be
2828# incremented each time you make changes to the application. Versions are not expected to
@@ -31,5 +31,5 @@ appVersion: latest
3131
3232dependencies :
3333 - name : library-chart
34- version : 2.1.0
35- repository : https://inseefrlab.github.io/helm-charts-datascience
34+ version : 1.5.25
35+ repository : https://inseefrlab.github.io/helm-charts-interactive-services
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -68,16 +68,16 @@ spec:
6868 {{- end }}
6969 envFrom :
7070 {{- if .Values.s3.enabled }}
71- - configMapRef :
72- name : {{ include "library-chart.configMapNameS3 " . }}
71+ - secretRef :
72+ name : {{ include "library-chart.secretNameS3 " . }}
7373 {{- end }}
7474 {{- if .Values.vault.enabled }}
75- - configMapRef :
76- name : {{ include "library-chart.configMapNameVault " . }}
75+ - secretRef :
76+ name : {{ include "library-chart.secretNameVault " . }}
7777 {{- end }}
7878 {{- if .Values.git.enabled }}
79- - configMapRef :
80- name : {{ include "library-chart.configMapNameGit " . }}
79+ - secretRef :
80+ name : {{ include "library-chart.secretNameGit " . }}
8181 {{- end }}
8282 ports :
8383 - name : http
Original file line number Diff line number Diff line change 1+ {{ include "library-chart.secretGit" . }}
Original file line number Diff line number Diff line change 1+ {{ include "library-chart.secretS3" . }}
Original file line number Diff line number Diff line change 1+ {{ include "library-chart.secretVault" . }}
Original file line number Diff line number Diff line change 153153 }
154154 },
155155 "security" : {
156- "description" : " RStudio specific configuration" ,
156+ "description" : " security specific configuration" ,
157157 "type" : " object" ,
158158 "properties" : {
159159 "password" : {
160160 "type" : " string" ,
161161 "description" : " Password" ,
162162 "default" : " changeme" ,
163- "x-form" : {
164- "value" : " {{project.password}}"
165- },
166163 "x-onyxia" : {
167- "overwriteDefaultWith" : " {{project.password }}"
168- }
169- },
164+ "overwriteDefaultWith" : " {{service.oneTimePassword }}" ,
165+ "overwriteSchemaWith" : " ide/password "
166+ } },
170167 "allowlist" : {
171168 "type" : " object" ,
172169 "description" : " IP protection" ,
204201 "networkPolicy" : {
205202 "type" : " object" ,
206203 "description" : " Define access policy to the service" ,
204+ "x-onyxia" : {
205+ "overwriteSchemaWith" : " network-policy.json"
206+ },
207207 "properties" : {
208208 "enabled" : {
209209 "type" : " boolean" ,
You can’t perform that action at this time.
0 commit comments