From 6d177310d4226e744e5234dc89afd8f3a3fdcea3 Mon Sep 17 00:00:00 2001 From: xingran Date: Thu, 27 Jul 2023 11:54:18 +0800 Subject: [PATCH] fix: add default pgbouncer image compatible with version 12.14.0 in release v0.5 (#4502) (cherry picked from commit c96a51a0d1d8b4f58f1c3c9dd9ef2ddb4b466586) --- deploy/postgresql/templates/clusterdefinition.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy/postgresql/templates/clusterdefinition.yaml b/deploy/postgresql/templates/clusterdefinition.yaml index 597215c9f91..00db04bd3f1 100644 --- a/deploy/postgresql/templates/clusterdefinition.yaml +++ b/deploy/postgresql/templates/clusterdefinition.yaml @@ -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