Skip to content

Commit

Permalink
use default pg version to latest
Browse files Browse the repository at this point in the history
Signed-off-by: Tao Li <[email protected]>
  • Loading branch information
litaocdl committed Mar 26, 2024
1 parent 5e811ae commit 7852481
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/edb-postgres-distributed-for-kubernetes/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7852481

Please sign in to comment.