File tree Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,6 @@ dependencies:
3434 version : 1.5.23
3535 repository : https://inseefrlab.github.io/helm-charts-interactive-services
3636 - name : postgresql
37- version : 11.6.15
37+ version : 15.5.19
3838 repository : https://charts.bitnami.com/bitnami
3939 enabled : true
Original file line number Diff line number Diff line change 4343 - name : MB_DB_PORT
4444 value : " 5432"
4545 - name : MB_DB_USER
46- value : {{ .Values.global.postgresql.auth.username }}
46+ value : postgres
4747 - name : MB_DB_PASS
48- value : {{ .Values.global.postgresql.auth.password }}
48+ value : {{ .Values.global.postgresql.auth.postgresPassword }}
4949 - name : MB_DB_HOST
5050 value : {{ .Values.postgresql.fullnameOverride }}
5151 - name : MB_ADMIN_EMAIL
Original file line number Diff line number Diff line change 195195 "overwriteDefaultWith" : " {{project.password}}"
196196 }
197197 },
198+ "postgresPassword" : {
199+ "type" : " string" ,
200+ "title" : " Password" ,
201+ "default" : " changeme" ,
202+ "x-form" : {
203+ "value" : " {{project.password}}"
204+ },
205+ "x-onyxia" : {
206+ "overwriteDefaultWith" : " {{project.password}}"
207+ }
208+ },
198209 "database" : {
199210 "description" : " Name for the default database that is created when the image is first started." ,
200211 "type" : " string" ,
Original file line number Diff line number Diff line change @@ -5,14 +5,15 @@ service:
55 repository : " metabase/metabase"
66 pullPolicy : IfNotPresent
77 # Overrides the image tag whose default is the chart appVersion.
8- tag : " v0.48.7 "
8+ tag : " v0.50.15 "
99
1010global :
1111 postgresql :
1212 auth :
1313 username : " admin"
1414 password : " changeme"
1515 database : " metabase-metadata"
16+ postgresPassword : " changeme"
1617
1718postgresql :
1819 image :
You can’t perform that action at this time.
0 commit comments