Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 19 additions & 19 deletions config/components/images-by-tag/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion config/default/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion config/singlenamespace/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading