From 6ed0cdc9d266b1f0ea594b16f4736319fc1fa974 Mon Sep 17 00:00:00 2001 From: Tomislav Plavcic Date: Wed, 17 Jan 2024 09:49:11 +0100 Subject: [PATCH] K8SPG-497 - Update versions for 2.3.1 release --- deploy/bundle.yaml | 2 +- deploy/cr.yaml | 10 +++++----- deploy/cw-bundle.yaml | 2 +- deploy/cw-operator.yaml | 2 +- deploy/operator.yaml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/deploy/bundle.yaml b/deploy/bundle.yaml index 3dc50e6ccf..1f10c6ade6 100644 --- a/deploy/bundle.yaml +++ b/deploy/bundle.yaml @@ -33904,7 +33904,7 @@ spec: value: INFO - name: DISABLE_TELEMETRY value: "false" - image: percona/percona-postgresql-operator:2.3.0 + image: percona/percona-postgresql-operator:2.3.1 imagePullPolicy: Always livenessProbe: failureThreshold: 3 diff --git a/deploy/cr.yaml b/deploy/cr.yaml index c8b749d962..133b9cb5bb 100644 --- a/deploy/cr.yaml +++ b/deploy/cr.yaml @@ -6,7 +6,7 @@ metadata: # - percona.com/delete-pvc # - percona.com/delete-ssl spec: - crVersion: 2.3.0 + crVersion: 2.3.1 # secrets: # customTLSSecret: # name: cluster1-cert @@ -58,7 +58,7 @@ spec: # endpoint: "s3.ca-central-1.amazonaws.com" # region: "ca-central-1" - image: percona/percona-postgresql-operator:2.3.0-ppg16-postgres + image: percona/percona-postgresql-operator:2.3.1-ppg16-postgres imagePullPolicy: Always postgresVersion: 16 # port: 5432 @@ -129,7 +129,7 @@ spec: proxy: pgBouncer: replicas: 3 - image: percona/percona-postgresql-operator:2.3.0-ppg16-pgbouncer + image: percona/percona-postgresql-operator:2.3.1-ppg16-pgbouncer # exposeSuperusers: true # resources: # limits: @@ -184,7 +184,7 @@ spec: pgbackrest: # metadata: # labels: - image: percona/percona-postgresql-operator:2.3.0-ppg16-pgbackrest + image: percona/percona-postgresql-operator:2.3.1-ppg16-pgbackrest # configuration: # - secret: # name: cluster1-pgbackrest-secrets @@ -283,7 +283,7 @@ spec: # work_mem: 2MB # extensions: -# image: percona/percona-postgresql-operator:2.3.0 +# image: percona/percona-postgresql-operator:2.3.1 # imagePullPolicy: Always # storage: # type: s3 diff --git a/deploy/cw-bundle.yaml b/deploy/cw-bundle.yaml index 7f542fa643..404eef0038 100644 --- a/deploy/cw-bundle.yaml +++ b/deploy/cw-bundle.yaml @@ -33902,7 +33902,7 @@ spec: value: INFO - name: DISABLE_TELEMETRY value: "false" - image: percona/percona-postgresql-operator:2.3.0 + image: percona/percona-postgresql-operator:2.3.1 imagePullPolicy: Always livenessProbe: failureThreshold: 3 diff --git a/deploy/cw-operator.yaml b/deploy/cw-operator.yaml index 67151bb400..9f5e971164 100644 --- a/deploy/cw-operator.yaml +++ b/deploy/cw-operator.yaml @@ -42,7 +42,7 @@ spec: value: INFO - name: DISABLE_TELEMETRY value: "false" - image: percona/percona-postgresql-operator:2.3.0 + image: percona/percona-postgresql-operator:2.3.1 imagePullPolicy: Always livenessProbe: failureThreshold: 3 diff --git a/deploy/operator.yaml b/deploy/operator.yaml index 6bf7ac02f5..bec697c1e0 100644 --- a/deploy/operator.yaml +++ b/deploy/operator.yaml @@ -45,7 +45,7 @@ spec: value: INFO - name: DISABLE_TELEMETRY value: "false" - image: percona/percona-postgresql-operator:2.3.0 + image: percona/percona-postgresql-operator:2.3.1 imagePullPolicy: Always livenessProbe: failureThreshold: 3