Skip to content

Commit 8aabe4b

Browse files
authored
Merge pull request #14 from pramod444/4.0
[G2P-3621] Updated the postgres-client image repo name in values.yaml.
2 parents 68e70b3 + 6101670 commit 8aabe4b

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# openg2p-pbms-gen2-deployment
2-
Deployment for PBMS Gen-2
2+
Deployment for PBMS Gen-2.

charts/openg2p-pbms/values.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -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

7272
odoo:
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

Comments
 (0)