From 8e59cbff2d63fc7de186d3ea8e2a3aa938a00649 Mon Sep 17 00:00:00 2001 From: TJ Moore Date: Tue, 17 Feb 2026 12:35:00 -0500 Subject: [PATCH] Revert "Installer updates for the February 2026 6.0.1 release" This reverts commit 463bd631a3193f754357f3744c66a490434675c7. --- .../images-by-tag/kustomization.yaml | 39 +++++++++---------- ...res-operator.crunchydata.com_pgadmins.yaml | 2 +- ...s-operator.crunchydata.com_pgupgrades.yaml | 2 +- ...ator.crunchydata.com_postgresclusters.yaml | 2 +- config/default/kustomization.yaml | 2 +- config/singlenamespace/kustomization.yaml | 2 +- 6 files changed, 23 insertions(+), 26 deletions(-) diff --git a/config/components/images-by-tag/kustomization.yaml b/config/components/images-by-tag/kustomization.yaml index 4ff7c58a58..c55bbbad55 100644 --- a/config/components/images-by-tag/kustomization.yaml +++ b/config/components/images-by-tag/kustomization.yaml @@ -2,58 +2,55 @@ kind: Component images: - name: image-pgadmin newName: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4 - newTag: ubi9-9.12-2608 + newTag: ubi9-9.8-2550 - name: image-pgbackrest newName: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest - newTag: ubi9-2.58.0-2608 + newTag: ubi9-2.56.0-2550 - name: image-pgbouncer newName: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer - newTag: ubi9-1.25-2608 + newTag: ubi9-1.25-2550 - name: image-postgres-exporter newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter - newTag: ubi9-0.18.1-2608 + newTag: ubi9-0.18.1-2550 - name: image-postgres-operator-6.0 newName: registry.developers.crunchydata.com/crunchydata/postgres-operator - newTag: ubi9-6.0.1-0 + newTag: ubi9-6.0.0-0 - name: image-postgres-operator-5.8 newName: registry.developers.crunchydata.com/crunchydata/postgres-operator - newTag: ubi9-5.8.7-0 + newTag: ubi9-5.8.6-0 - name: image-crunchy-postgres-15 newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres - newTag: ubi9-15.16-2608 + newTag: ubi9-15.15-2550 - name: image-crunchy-postgres-16 newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres - newTag: ubi9-16.12-2608 + newTag: ubi9-16.11-2550 - name: image-crunchy-postgres-17 newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres - newTag: ubi9-17.8-2608 + newTag: ubi9-17.7-2550 - name: image-crunchy-postgres-18 newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres - newTag: ubi9-18.2-2608 + newTag: ubi9-18.1-2550 - name: image-crunchy-upgrade newName: registry.developers.crunchydata.com/crunchydata/crunchy-upgrade - newTag: ubi9-18.2-2608 + newTag: ubi9-18.1-2550 - name: image-crunchy-postgres-15-gis-3.3 newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis - newTag: ubi9-15.16-3.3-2608 -- name: image-crunchy-postgres-15-gis-3.4 - newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis - newTag: ubi9-15.16-3.4-2608 + newTag: ubi9-15.15-3.3-2550 - name: image-crunchy-postgres-16-gis-3.3 newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis - newTag: ubi9-16.12-3.3-2608 + newTag: ubi9-16.11-3.3-2550 - name: image-crunchy-postgres-16-gis-3.4 newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis - newTag: ubi9-16.12-3.4-2608 + newTag: ubi9-16.11-3.4-2550 - name: image-crunchy-postgres-17-gis-3.4 newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis - newTag: ubi9-17.8-3.4-2608 + newTag: ubi9-17.7-3.4-2550 - name: image-crunchy-postgres-17-gis-3.5 newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis - newTag: ubi9-17.8-3.5-2608 + newTag: ubi9-17.7-3.5-2550 - name: image-crunchy-postgres-17-gis-3.6 newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis - newTag: ubi9-17.8-3.6-2608 + newTag: ubi9-17.7-3.6-2550 - name: image-crunchy-postgres-18-gis-3.6 newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis - newTag: ubi9-18.2-3.6-2608 + newTag: ubi9-18.1-3.6-2550 diff --git a/config/crd/bases/postgres-operator.crunchydata.com_pgadmins.yaml b/config/crd/bases/postgres-operator.crunchydata.com_pgadmins.yaml index 34b5779925..cd67d980ef 100644 --- a/config/crd/bases/postgres-operator.crunchydata.com_pgadmins.yaml +++ b/config/crd/bases/postgres-operator.crunchydata.com_pgadmins.yaml @@ -3,7 +3,7 @@ kind: CustomResourceDefinition metadata: name: pgadmins.postgres-operator.crunchydata.com labels: - app.kubernetes.io/version: 6.0.1 + app.kubernetes.io/version: 6.0.0 spec: group: postgres-operator.crunchydata.com names: diff --git a/config/crd/bases/postgres-operator.crunchydata.com_pgupgrades.yaml b/config/crd/bases/postgres-operator.crunchydata.com_pgupgrades.yaml index 3dc9b04fea..f23c7fd476 100644 --- a/config/crd/bases/postgres-operator.crunchydata.com_pgupgrades.yaml +++ b/config/crd/bases/postgres-operator.crunchydata.com_pgupgrades.yaml @@ -3,7 +3,7 @@ kind: CustomResourceDefinition metadata: name: pgupgrades.postgres-operator.crunchydata.com labels: - app.kubernetes.io/version: 6.0.1 + app.kubernetes.io/version: 6.0.0 spec: group: postgres-operator.crunchydata.com names: diff --git a/config/crd/bases/postgres-operator.crunchydata.com_postgresclusters.yaml b/config/crd/bases/postgres-operator.crunchydata.com_postgresclusters.yaml index 2fc189512b..ce3e9a7b85 100644 --- a/config/crd/bases/postgres-operator.crunchydata.com_postgresclusters.yaml +++ b/config/crd/bases/postgres-operator.crunchydata.com_postgresclusters.yaml @@ -3,7 +3,7 @@ kind: CustomResourceDefinition metadata: name: postgresclusters.postgres-operator.crunchydata.com labels: - app.kubernetes.io/version: 6.0.1 + app.kubernetes.io/version: 6.0.0 spec: group: postgres-operator.crunchydata.com names: diff --git a/config/default/kustomization.yaml b/config/default/kustomization.yaml index fe974d8b5f..40d2fd6b04 100644 --- a/config/default/kustomization.yaml +++ b/config/default/kustomization.yaml @@ -7,7 +7,7 @@ labels: includeTemplates: true pairs: app.kubernetes.io/name: pgo - app.kubernetes.io/version: 6.0.1 + app.kubernetes.io/version: 6.0.0 - includeSelectors: true includeTemplates: true pairs: diff --git a/config/singlenamespace/kustomization.yaml b/config/singlenamespace/kustomization.yaml index 1a67b13ecb..7771818fd3 100644 --- a/config/singlenamespace/kustomization.yaml +++ b/config/singlenamespace/kustomization.yaml @@ -7,7 +7,7 @@ labels: includeTemplates: true pairs: app.kubernetes.io/name: pgo - app.kubernetes.io/version: 6.0.1 + app.kubernetes.io/version: 6.0.0 - includeSelectors: true includeTemplates: true pairs: