From d801d8a9ade61ef3ee9bbf256ee889c4050aa281 Mon Sep 17 00:00:00 2001 From: Pavel Tankov <4014969+ptankov@users.noreply.github.com> Date: Thu, 20 Jun 2024 18:59:34 +0300 Subject: [PATCH] K8SPG-597 Update images and versions for 2.4.0 release --- Makefile | 2 +- config/bundle/kustomization.yaml | 4 ++-- config/cw-bundle/kustomization.yaml | 4 ++-- config/manager/cluster/kustomization.yaml | 4 ++-- config/manager/namespace/kustomization.yaml | 4 ++-- deploy/bundle.yaml | 2 +- deploy/cr.yaml | 8 ++++---- deploy/cw-bundle.yaml | 2 +- deploy/cw-operator.yaml | 2 +- deploy/operator.yaml | 2 +- 10 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Makefile b/Makefile index 0ad15414ac..eed9303d7b 100644 --- a/Makefile +++ b/Makefile @@ -206,7 +206,7 @@ check-envtest: get-pgmonitor $(GO_TEST) -count=1 -cover -tags=envtest ./... # The "PGO_TEST_TIMEOUT_SCALE" environment variable (default: 1) can be set to a -# positive number that extends test timeouts. The following runs tests with +# positive number that extends test timeouts. The following runs tests with # timeouts that are 20% longer than normal: # make check-envtest-existing PGO_TEST_TIMEOUT_SCALE=1.2 .PHONY: check-envtest-existing diff --git a/config/bundle/kustomization.yaml b/config/bundle/kustomization.yaml index a803332017..99e46c2cff 100644 --- a/config/bundle/kustomization.yaml +++ b/config/bundle/kustomization.yaml @@ -6,5 +6,5 @@ resources: - ../manager/namespace images: - name: postgres-operator - newName: perconalab/percona-postgresql-operator - newTag: main + newName: percona/percona-postgresql-operator + newTag: 2.4.0 diff --git a/config/cw-bundle/kustomization.yaml b/config/cw-bundle/kustomization.yaml index 164176a224..11f251d8fb 100644 --- a/config/cw-bundle/kustomization.yaml +++ b/config/cw-bundle/kustomization.yaml @@ -7,5 +7,5 @@ resources: images: - name: postgres-operator - newName: perconalab/percona-postgresql-operator - newTag: main + newName: percona/percona-postgresql-operator + newTag: 2.4.0 diff --git a/config/manager/cluster/kustomization.yaml b/config/manager/cluster/kustomization.yaml index f5eedfb3e1..97e6f2bb4a 100644 --- a/config/manager/cluster/kustomization.yaml +++ b/config/manager/cluster/kustomization.yaml @@ -8,5 +8,5 @@ patchesStrategicMerge: images: - name: postgres-operator - newName: perconalab/percona-postgresql-operator - newTag: main + newName: percona/percona-postgresql-operator + newTag: 2.4.0 diff --git a/config/manager/namespace/kustomization.yaml b/config/manager/namespace/kustomization.yaml index 721fe3093d..907438b755 100644 --- a/config/manager/namespace/kustomization.yaml +++ b/config/manager/namespace/kustomization.yaml @@ -9,5 +9,5 @@ patchesStrategicMerge: images: - name: postgres-operator - newName: perconalab/percona-postgresql-operator - newTag: main + newName: percona/percona-postgresql-operator + newTag: 2.4.0 diff --git a/deploy/bundle.yaml b/deploy/bundle.yaml index 27dd4e3f9f..561f7aa0c1 100644 --- a/deploy/bundle.yaml +++ b/deploy/bundle.yaml @@ -45432,7 +45432,7 @@ spec: value: INFO - name: DISABLE_TELEMETRY value: "false" - image: perconalab/percona-postgresql-operator:main + image: percona/percona-postgresql-operator:2.4.0 imagePullPolicy: Always livenessProbe: failureThreshold: 3 diff --git a/deploy/cr.yaml b/deploy/cr.yaml index 27f9337cae..f04f98615a 100644 --- a/deploy/cr.yaml +++ b/deploy/cr.yaml @@ -105,7 +105,7 @@ spec: # test-label: value - image: perconalab/percona-postgresql-operator:main-ppg16-postgres + image: percona/percona-postgresql-operator:2.4.0-ppg16-postgres imagePullPolicy: Always postgresVersion: 16 # port: 5432 @@ -219,7 +219,7 @@ spec: proxy: pgBouncer: replicas: 3 - image: perconalab/percona-postgresql-operator:main-ppg16-pgbouncer + image: percona/percona-postgresql-operator:2.4.0-ppg16-pgbouncer # exposeSuperusers: true # resources: # limits: @@ -300,7 +300,7 @@ spec: pgbackrest: # metadata: # labels: - image: perconalab/percona-postgresql-operator:main-ppg16-pgbackrest + image: percona/percona-postgresql-operator:2.4.0-ppg16-pgbackrest # # containers: # pgbackrest: @@ -443,7 +443,7 @@ spec: pmm: enabled: false - image: percona/pmm-client:2.41.0 + image: percona/pmm-client:2.42.0 # imagePullPolicy: IfNotPresent secret: cluster1-pmm-secret serverHost: monitoring-service diff --git a/deploy/cw-bundle.yaml b/deploy/cw-bundle.yaml index 2077e951c3..56c88d5e8e 100644 --- a/deploy/cw-bundle.yaml +++ b/deploy/cw-bundle.yaml @@ -45430,7 +45430,7 @@ spec: value: INFO - name: DISABLE_TELEMETRY value: "false" - image: perconalab/percona-postgresql-operator:main + image: percona/percona-postgresql-operator:2.4.0 imagePullPolicy: Always livenessProbe: failureThreshold: 3 diff --git a/deploy/cw-operator.yaml b/deploy/cw-operator.yaml index b7fc3785ea..b9f69765aa 100644 --- a/deploy/cw-operator.yaml +++ b/deploy/cw-operator.yaml @@ -42,7 +42,7 @@ spec: value: INFO - name: DISABLE_TELEMETRY value: "false" - image: perconalab/percona-postgresql-operator:main + image: percona/percona-postgresql-operator:2.4.0 imagePullPolicy: Always livenessProbe: failureThreshold: 3 diff --git a/deploy/operator.yaml b/deploy/operator.yaml index 37959623a3..721f3940e9 100644 --- a/deploy/operator.yaml +++ b/deploy/operator.yaml @@ -45,7 +45,7 @@ spec: value: INFO - name: DISABLE_TELEMETRY value: "false" - image: perconalab/percona-postgresql-operator:main + image: percona/percona-postgresql-operator:2.4.0 imagePullPolicy: Always livenessProbe: failureThreshold: 3