chore(helm): Upgrade postgres image to 16.3.0
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
49a7390d38
commit
a79a280f96
2 changed files with 3 additions and 3 deletions
|
|
@ -106,7 +106,7 @@ postgresql:
|
|||
fullnameOverride: postgresql
|
||||
postgresqlSharedPreloadLibraries: "pgaudit,pg_stat_statements"
|
||||
image:
|
||||
tag: 16.2.0
|
||||
tag: 16.3.0
|
||||
resources:
|
||||
limits:
|
||||
cpu: 1
|
||||
|
|
|
|||
|
|
@ -135,7 +135,7 @@ spec:
|
|||
- name: datadir
|
||||
mountPath: /mnt/efs
|
||||
- name: postgres-check
|
||||
image: bitnami/postgresql:16.2.0
|
||||
image: bitnami/postgresql:16.3.0
|
||||
env:
|
||||
- name: PGHOST
|
||||
value: "{{ .Values.global.postgresql.postgresqlHost }}"
|
||||
|
|
@ -201,7 +201,7 @@ spec:
|
|||
- name: {{ $key }}
|
||||
value: '{{ $val }}'
|
||||
{{- end }}
|
||||
image: bitnami/postgresql:16.2.0
|
||||
image: bitnami/postgresql:16.3.0
|
||||
command:
|
||||
- /bin/bash
|
||||
- /opt/migrations/dbops.sh
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue