diff --git a/config/components/images-by-tag/kustomization.yaml b/config/components/images-by-tag/kustomization.yaml index 46eb50fd4..239f66f2a 100644 --- a/config/components/images-by-tag/kustomization.yaml +++ b/config/components/images-by-tag/kustomization.yaml @@ -2,58 +2,58 @@ kind: Component images: - name: image-pgadmin newName: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4 - newTag: ubi9-9.13-2610 + newTag: ubi9-9.15-2621 - name: image-pgbackrest newName: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest - newTag: ubi9-2.58.0-2610 + newTag: ubi9-2.58.0-2621 - name: image-pgbouncer newName: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer - newTag: ubi9-1.25-2610 + newTag: ubi9-1.25-2621 - name: image-postgres-exporter newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter - newTag: ubi9-0.18.1-2610 + newTag: ubi9-0.18.1-2621 - name: image-postgres-operator-6.0 newName: registry.developers.crunchydata.com/crunchydata/postgres-operator - newTag: ubi9-6.0.1-0 + newTag: ubi9-6.0.2-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.8-0 - name: image-crunchy-postgres-15 newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres - newTag: ubi9-15.17-2610 + newTag: ubi9-15.18-2621 - name: image-crunchy-postgres-16 newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres - newTag: ubi9-16.13-2610 + newTag: ubi9-16.14-2621 - name: image-crunchy-postgres-17 newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres - newTag: ubi9-17.9-2610 + newTag: ubi9-17.10-2621 - name: image-crunchy-postgres-18 newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres - newTag: ubi9-18.3-2610 + newTag: ubi9-18.4-2621 - name: image-crunchy-upgrade newName: registry.developers.crunchydata.com/crunchydata/crunchy-upgrade - newTag: ubi9-18.3-2610 + newTag: ubi9-18.4-2621 - name: image-crunchy-postgres-15-gis-3.3 newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis - newTag: ubi9-15.17-3.3-2610 + newTag: ubi9-15.18-3.3-2621 - name: image-crunchy-postgres-15-gis-3.4 newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis - newTag: ubi9-15.17-3.4-2610 + newTag: ubi9-15.18-3.4-2621 - name: image-crunchy-postgres-16-gis-3.3 newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis - newTag: ubi9-16.13-3.3-2610 + newTag: ubi9-16.14-3.3-2621 - name: image-crunchy-postgres-16-gis-3.4 newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis - newTag: ubi9-16.13-3.4-2610 + newTag: ubi9-16.14-3.4-2621 - name: image-crunchy-postgres-17-gis-3.4 newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis - newTag: ubi9-17.9-3.4-2610 + newTag: ubi9-17.10-3.4-2621 - name: image-crunchy-postgres-17-gis-3.5 newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis - newTag: ubi9-17.9-3.5-2610 + newTag: ubi9-17.10-3.5-2621 - name: image-crunchy-postgres-17-gis-3.6 newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis - newTag: ubi9-17.9-3.6-2610 + newTag: ubi9-17.10-3.6-2621 - name: image-crunchy-postgres-18-gis-3.6 newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis - newTag: ubi9-18.3-3.6-2610 + newTag: ubi9-18.4-3.6-2621 diff --git a/config/crd/bases/postgres-operator.crunchydata.com_pgadmins.yaml b/config/crd/bases/postgres-operator.crunchydata.com_pgadmins.yaml index 34b577992..73d4fb6f7 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.2 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 3dc9b04fe..2c3745d01 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.2 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 2fc189512..c8a59eb3d 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.2 spec: group: postgres-operator.crunchydata.com names: @@ -10103,7 +10103,6 @@ spec: procMount denotes the type of proc mount to use for the containers. The default value is Default which uses the container runtime defaults for readonly paths and masked paths. - This requires the ProcMountType feature flag to be enabled. Note that this field cannot be set when spec.os.name is windows. type: string readOnlyRootFilesystem: @@ -15673,7 +15672,6 @@ spec: procMount denotes the type of proc mount to use for the containers. The default value is Default which uses the container runtime defaults for readonly paths and masked paths. - This requires the ProcMountType feature flag to be enabled. Note that this field cannot be set when spec.os.name is windows. type: string readOnlyRootFilesystem: @@ -29292,7 +29290,6 @@ spec: procMount denotes the type of proc mount to use for the containers. The default value is Default which uses the container runtime defaults for readonly paths and masked paths. - This requires the ProcMountType feature flag to be enabled. Note that this field cannot be set when spec.os.name is windows. type: string readOnlyRootFilesystem: @@ -34861,7 +34858,6 @@ spec: procMount denotes the type of proc mount to use for the containers. The default value is Default which uses the container runtime defaults for readonly paths and masked paths. - This requires the ProcMountType feature flag to be enabled. Note that this field cannot be set when spec.os.name is windows. type: string readOnlyRootFilesystem: diff --git a/config/default/kustomization.yaml b/config/default/kustomization.yaml index fe974d8b5..993198a25 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.2 - includeSelectors: true includeTemplates: true pairs: diff --git a/config/singlenamespace/kustomization.yaml b/config/singlenamespace/kustomization.yaml index 1a67b13ec..09c8908b5 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.2 - includeSelectors: true includeTemplates: true pairs: