diff --git a/config/default/kustomization.yaml b/config/default/kustomization.yaml index 5611a5088..12f721c08 100644 --- a/config/default/kustomization.yaml +++ b/config/default/kustomization.yaml @@ -17,4 +17,4 @@ resources: images: - name: postgres-operator newName: registry.developers.crunchydata.com/crunchydata/postgres-operator - newTag: ubi9-5.8.6-0 + newTag: ubi9-5.8.8-0 diff --git a/config/manager/manager.yaml b/config/manager/manager.yaml index cd87dd131..3d4bb0898 100644 --- a/config/manager/manager.yaml +++ b/config/manager/manager.yaml @@ -23,39 +23,39 @@ spec: - name: CRUNCHY_DEBUG value: "true" - name: RELATED_IMAGE_POSTGRES_15 - value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-15.15-2550" + value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-15.18-2621" - name: RELATED_IMAGE_POSTGRES_15_GIS_3.3 - value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-15.15-3.3-2550" + value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-15.18-3.3-2621" - name: RELATED_IMAGE_POSTGRES_16 - value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-16.11-2550" + value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-16.14-2621" - name: RELATED_IMAGE_POSTGRES_16_GIS_3.3 - value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-16.11-3.3-2550" + value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-16.14-3.3-2621" - name: RELATED_IMAGE_POSTGRES_16_GIS_3.4 - value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-16.11-3.4-2550" + value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-16.14-3.4-2621" - name: RELATED_IMAGE_POSTGRES_17 - value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-17.7-2550" + value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-17.10-2621" - name: RELATED_IMAGE_POSTGRES_17_GIS_3.4 - value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-17.7-3.4-2550" + value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-17.10-3.4-2621" - name: RELATED_IMAGE_POSTGRES_17_GIS_3.5 - value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-17.7-3.5-2550" + value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-17.10-3.5-2621" - name: RELATED_IMAGE_POSTGRES_17_GIS_3.6 - value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-17.7-3.6-2550" + value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-17.10-3.6-2621" - name: RELATED_IMAGE_POSTGRES_18 - value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-18.1-2550" + value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-18.4-2621" - name: RELATED_IMAGE_POSTGRES_18_GIS_3.6 - value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-18.1-3.6-2550" + value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-18.4-3.6-2621" - name: RELATED_IMAGE_PGBACKREST - value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi9-2.56.0-2550" + value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi9-2.58.0-2621" - name: RELATED_IMAGE_PGBOUNCER - value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi9-1.25-2550" + value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi9-1.25-2621" - name: RELATED_IMAGE_PGEXPORTER - value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi9-0.18.1-2550" + value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi9-0.18.1-2621" - name: RELATED_IMAGE_PGUPGRADE - value: "registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi9-18.1-2550" + value: "registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi9-18.4-2621" - name: RELATED_IMAGE_STANDALONE_PGADMIN - value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi9-9.8-2550" + value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi9-9.15-2621" - name: RELATED_IMAGE_COLLECTOR - value: "registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi9-5.8.6-0" + value: "registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi9-5.8.8-0" securityContext: allowPrivilegeEscalation: false capabilities: { drop: [ALL] }