Skip to content

Commit f4cebd1

Browse files
Installer updates for the May 2026 6.0.2 release
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent d835890 commit f4cebd1

6 files changed

Lines changed: 24 additions & 28 deletions

File tree

config/components/images-by-tag/kustomization.yaml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,58 +2,58 @@ kind: Component
22
images:
33
- name: image-pgadmin
44
newName: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4
5-
newTag: ubi9-9.13-2610
5+
newTag: ubi9-9.15-2621
66
- name: image-pgbackrest
77
newName: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest
8-
newTag: ubi9-2.58.0-2610
8+
newTag: ubi9-2.58.0-2621
99
- name: image-pgbouncer
1010
newName: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer
11-
newTag: ubi9-1.25-2610
11+
newTag: ubi9-1.25-2621
1212
- name: image-postgres-exporter
1313
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter
14-
newTag: ubi9-0.18.1-2610
14+
newTag: ubi9-0.18.1-2621
1515
- name: image-postgres-operator-6.0
1616
newName: registry.developers.crunchydata.com/crunchydata/postgres-operator
17-
newTag: ubi9-6.0.1-0
17+
newTag: ubi9-6.0.2-0
1818
- name: image-postgres-operator-5.8
1919
newName: registry.developers.crunchydata.com/crunchydata/postgres-operator
20-
newTag: ubi9-5.8.7-0
20+
newTag: ubi9-5.8.8-0
2121
- name: image-crunchy-postgres-15
2222
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres
23-
newTag: ubi9-15.17-2610
23+
newTag: ubi9-15.18-2621
2424
- name: image-crunchy-postgres-16
2525
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres
26-
newTag: ubi9-16.13-2610
26+
newTag: ubi9-16.14-2621
2727
- name: image-crunchy-postgres-17
2828
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres
29-
newTag: ubi9-17.9-2610
29+
newTag: ubi9-17.10-2621
3030
- name: image-crunchy-postgres-18
3131
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres
32-
newTag: ubi9-18.3-2610
32+
newTag: ubi9-18.4-2621
3333
- name: image-crunchy-upgrade
3434
newName: registry.developers.crunchydata.com/crunchydata/crunchy-upgrade
35-
newTag: ubi9-18.3-2610
35+
newTag: ubi9-18.4-2621
3636
- name: image-crunchy-postgres-15-gis-3.3
3737
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis
38-
newTag: ubi9-15.17-3.3-2610
38+
newTag: ubi9-15.18-3.3-2621
3939
- name: image-crunchy-postgres-15-gis-3.4
4040
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis
41-
newTag: ubi9-15.17-3.4-2610
41+
newTag: ubi9-15.18-3.4-2621
4242
- name: image-crunchy-postgres-16-gis-3.3
4343
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis
44-
newTag: ubi9-16.13-3.3-2610
44+
newTag: ubi9-16.14-3.3-2621
4545
- name: image-crunchy-postgres-16-gis-3.4
4646
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis
47-
newTag: ubi9-16.13-3.4-2610
47+
newTag: ubi9-16.14-3.4-2621
4848
- name: image-crunchy-postgres-17-gis-3.4
4949
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis
50-
newTag: ubi9-17.9-3.4-2610
50+
newTag: ubi9-17.10-3.4-2621
5151
- name: image-crunchy-postgres-17-gis-3.5
5252
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis
53-
newTag: ubi9-17.9-3.5-2610
53+
newTag: ubi9-17.10-3.5-2621
5454
- name: image-crunchy-postgres-17-gis-3.6
5555
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis
56-
newTag: ubi9-17.9-3.6-2610
56+
newTag: ubi9-17.10-3.6-2621
5757
- name: image-crunchy-postgres-18-gis-3.6
5858
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis
59-
newTag: ubi9-18.3-3.6-2610
59+
newTag: ubi9-18.4-3.6-2621

config/crd/bases/postgres-operator.crunchydata.com_pgadmins.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: CustomResourceDefinition
33
metadata:
44
name: pgadmins.postgres-operator.crunchydata.com
55
labels:
6-
app.kubernetes.io/version: 6.0.1
6+
app.kubernetes.io/version: 6.0.2
77
spec:
88
group: postgres-operator.crunchydata.com
99
names:

config/crd/bases/postgres-operator.crunchydata.com_pgupgrades.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: CustomResourceDefinition
33
metadata:
44
name: pgupgrades.postgres-operator.crunchydata.com
55
labels:
6-
app.kubernetes.io/version: 6.0.1
6+
app.kubernetes.io/version: 6.0.2
77
spec:
88
group: postgres-operator.crunchydata.com
99
names:

config/crd/bases/postgres-operator.crunchydata.com_postgresclusters.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: CustomResourceDefinition
33
metadata:
44
name: postgresclusters.postgres-operator.crunchydata.com
55
labels:
6-
app.kubernetes.io/version: 6.0.1
6+
app.kubernetes.io/version: 6.0.2
77
spec:
88
group: postgres-operator.crunchydata.com
99
names:
@@ -10103,7 +10103,6 @@ spec:
1010310103
procMount denotes the type of proc mount to use for the containers.
1010410104
The default value is Default which uses the container runtime defaults for
1010510105
readonly paths and masked paths.
10106-
This requires the ProcMountType feature flag to be enabled.
1010710106
Note that this field cannot be set when spec.os.name is windows.
1010810107
type: string
1010910108
readOnlyRootFilesystem:
@@ -15673,7 +15672,6 @@ spec:
1567315672
procMount denotes the type of proc mount to use for the containers.
1567415673
The default value is Default which uses the container runtime defaults for
1567515674
readonly paths and masked paths.
15676-
This requires the ProcMountType feature flag to be enabled.
1567715675
Note that this field cannot be set when spec.os.name is windows.
1567815676
type: string
1567915677
readOnlyRootFilesystem:
@@ -29292,7 +29290,6 @@ spec:
2929229290
procMount denotes the type of proc mount to use for the containers.
2929329291
The default value is Default which uses the container runtime defaults for
2929429292
readonly paths and masked paths.
29295-
This requires the ProcMountType feature flag to be enabled.
2929629293
Note that this field cannot be set when spec.os.name is windows.
2929729294
type: string
2929829295
readOnlyRootFilesystem:
@@ -34861,7 +34858,6 @@ spec:
3486134858
procMount denotes the type of proc mount to use for the containers.
3486234859
The default value is Default which uses the container runtime defaults for
3486334860
readonly paths and masked paths.
34864-
This requires the ProcMountType feature flag to be enabled.
3486534861
Note that this field cannot be set when spec.os.name is windows.
3486634862
type: string
3486734863
readOnlyRootFilesystem:

config/default/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ labels:
77
includeTemplates: true
88
pairs:
99
app.kubernetes.io/name: pgo
10-
app.kubernetes.io/version: 6.0.1
10+
app.kubernetes.io/version: 6.0.2
1111
- includeSelectors: true
1212
includeTemplates: true
1313
pairs:

config/singlenamespace/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ labels:
77
includeTemplates: true
88
pairs:
99
app.kubernetes.io/name: pgo
10-
app.kubernetes.io/version: 6.0.1
10+
app.kubernetes.io/version: 6.0.2
1111
- includeSelectors: true
1212
includeTemplates: true
1313
pairs:

0 commit comments

Comments
 (0)