From 7852481004bfa5eb997dd5d1ee813a5b1327caee Mon Sep 17 00:00:00 2001 From: Tao Li Date: Tue, 26 Mar 2024 10:45:12 +0800 Subject: [PATCH] use default pg version to latest Signed-off-by: Tao Li --- .../edb-postgres-distributed-for-kubernetes/values.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/edb-postgres-distributed-for-kubernetes/values.yaml b/charts/edb-postgres-distributed-for-kubernetes/values.yaml index 4f7376d..8d8f14e 100644 --- a/charts/edb-postgres-distributed-for-kubernetes/values.yaml +++ b/charts/edb-postgres-distributed-for-kubernetes/values.yaml @@ -80,11 +80,11 @@ config: data: PULL_SECRET_NAME: pgd-operator-pull-secret # -- Specifies the location of the pgd image to be used for the operator - # docker.enterprisedb.com/k8s_standard_pgd/postgresql-pgd:15.4-5.2.0 - PGD_IMAGE_NAME: docker.enterprisedb.com/k8s_enterprise_pgd/postgresql-pgd:15.4-5.2.0 + # docker.enterprisedb.com/k8s_standard_pgd/postgresql-pgd:15.6-5.4.0-1 + PGD_IMAGE_NAME: docker.enterprisedb.com/k8s_enterprise_pgd/postgresql-pgd:15.6-5.4.0-1 # -- Specifies the location of the pgd-proxy image to be used for the operator - # docker.enterprisedb.com/k8s_standard_pgd/edb-pgd-proxy:5.2.0-1 - PGD_PROXY_IMAGE_NAME: docker.enterprisedb.com/k8s_enterprise_pgd/edb-pgd-proxy:5.2.0-1 + # docker.enterprisedb.com/k8s_standard_pgd/edb-pgd-proxy:5.4.0 + PGD_PROXY_IMAGE_NAME: docker.enterprisedb.com/k8s_enterprise_pgd/edb-pgd-proxy:5.4.0 name: pgd-operator-controller-manager-config # -- Additional arguments to be added to the operator's args list