Skip to content

Commit

Permalink
fix: add default pgbouncer image compatible with version 12.14.0 in r…
Browse files Browse the repository at this point in the history
…elease v0.5 (#4502)

(cherry picked from commit c96a51a)
  • Loading branch information
Y-Rookie committed Jul 27, 2023
1 parent 6d0b31e commit 6d17731
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy/postgresql/templates/clusterdefinition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ spec:
key: password
optional: false
- name: pgbouncer
image: {{ .Values.pgbouncer.image.registry | default "docker.io" }}/{{ .Values.pgbouncer.image.repository }}:{{ default .Values.pgbouncer.image.tag }}
imagePullPolicy: {{ .Values.pgbouncer.image.pullPolicy | quote }}
securityContext:
runAsUser: 0
Expand Down

0 comments on commit 6d17731

Please sign in to comment.