@@ -67,7 +67,7 @@ postgres-init:
6767 - name : ' {{ tpl .Values.global.pbmsBgTaskDB $ }}'
6868 user : ' {{ tpl .Values.global.pbmsBgTaskDBUser $ }}'
6969 secret : ' {{ tpl .Values.global.pbmsBgTaskDBSecret $ }}'
70- secretUserPasswordKey : ' {{ tpl .Values.global.pbmsBgTaskDBUserPasswordKey $ }}'
70+ secretUserPasswordKey : ' {{ tpl .Values.global.pbmsBgTaskDBUserPasswordKey $ }}'
7171
7272odoo :
7373 enabled : true
@@ -225,8 +225,8 @@ beatProducers:
225225 envVarsFrom :
226226 BG_TASK_CELERY_BEAT_DB_PASSWORD :
227227 secretKeyRef :
228- name : ' {{ tpl .Values.global.pbmsBgTaskDBSecret $ }}'
229- key : ' {{ tpl .Values.global.pbmsBgTaskDBUserPasswordKey $ }}'
228+ name : ' {{ tpl .Values.global.pbmsBgTaskDBSecret $ }}'
229+ key : ' {{ tpl .Values.global.pbmsBgTaskDBUserPasswordKey $ }}'
230230 BG_TASK_CELERY_BEAT_DB_PASSWORD_SR :
231231 secretKeyRef :
232232 name : ' {{ tpl .Values.global.registryDBSecret $ }}'
@@ -276,7 +276,7 @@ beatProducers:
276276 postgresCheckerInit :
277277 enabled : true
278278 image :
279- repository : jbergknoff /postgresql-client
279+ repository : openg2p /postgresql-client
280280 tag : latest
281281 pullPolicy : IfNotPresent
282282 command :
@@ -402,12 +402,12 @@ celeryWorkers:
402402 envVarsFrom :
403403 BG_TASK_CELERY_WORKERS_DB_PASSWORD :
404404 secretKeyRef :
405- name : ' {{ tpl .Values.global.pbmsBgTaskDBSecret $ }}'
406- key : ' {{ tpl .Values.global.pbmsBgTaskDBUserPasswordKey $ }}'
405+ name : ' {{ tpl .Values.global.pbmsBgTaskDBSecret $ }}'
406+ key : ' {{ tpl .Values.global.pbmsBgTaskDBUserPasswordKey $ }}'
407407 BG_TASK_CELERY_WORKERS_DB_PASSWORD_ASYNC :
408408 secretKeyRef :
409- name : ' {{ tpl .Values.global.pbmsBgTaskDBSecret $ }}'
410- key : ' {{ tpl .Values.global.pbmsBgTaskDBUserPasswordKey $ }}'
409+ name : ' {{ tpl .Values.global.pbmsBgTaskDBSecret $ }}'
410+ key : ' {{ tpl .Values.global.pbmsBgTaskDBUserPasswordKey $ }}'
411411 BG_TASK_CELERY_WORKERS_DB_PASSWORD_SR :
412412 secretKeyRef :
413413 name : ' {{ tpl .Values.global.registryDBSecret $ }}'
@@ -537,8 +537,8 @@ staffPortalApi:
537537 envVarsFrom :
538538 STAFF_PORTAL_API_DB_PASSWORD :
539539 secretKeyRef :
540- name : ' {{ tpl .Values.global.pbmsBgTaskDBSecret $ }}'
541- key : ' {{ tpl .Values.global.pbmsBgTaskDBUserPasswordKey $ }}'
540+ name : ' {{ tpl .Values.global.pbmsBgTaskDBSecret $ }}'
541+ key : ' {{ tpl .Values.global.pbmsBgTaskDBUserPasswordKey $ }}'
542542 STAFF_PORTAL_API_DB_PASSWORD_SR :
543543 secretKeyRef :
544544 name : ' {{ tpl .Values.global.registryDBSecret $ }}'
0 commit comments