Skip to content

Commit 0f684e7

Browse files
authored
Update for 2025-04 minor release (#302)
1 parent 152ad0a commit 0f684e7

14 files changed

+38
-41
lines changed

Diff for: helm/install/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ description: Installer for PGO, the open source Postgres Operator from Crunchy D
44

55
type: application
66
# The version below should match the version on the PostgresCluster CRD
7-
version: 5.8.0
8-
appVersion: 5.8.0
7+
version: 5.8.1
8+
appVersion: 5.8.1

Diff for: helm/install/crds/postgres-operator.crunchydata.com_crunchybridgeclusters.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
controller-gen.kubebuilder.io/version: v0.17.2
66
name: crunchybridgeclusters.postgres-operator.crunchydata.com
77
labels:
8-
app.kubernetes.io/version: 5.8.0
8+
app.kubernetes.io/version: 5.8.1
99
spec:
1010
group: postgres-operator.crunchydata.com
1111
names:

Diff for: helm/install/crds/postgres-operator.crunchydata.com_pgadmins.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
controller-gen.kubebuilder.io/version: v0.17.2
66
name: pgadmins.postgres-operator.crunchydata.com
77
labels:
8-
app.kubernetes.io/version: 5.8.0
8+
app.kubernetes.io/version: 5.8.1
99
spec:
1010
group: postgres-operator.crunchydata.com
1111
names:

Diff for: helm/install/crds/postgres-operator.crunchydata.com_pgupgrades.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
controller-gen.kubebuilder.io/version: v0.17.2
66
name: pgupgrades.postgres-operator.crunchydata.com
77
labels:
8-
app.kubernetes.io/version: 5.8.0
8+
app.kubernetes.io/version: 5.8.1
99
spec:
1010
group: postgres-operator.crunchydata.com
1111
names:

Diff for: helm/install/crds/postgres-operator.crunchydata.com_postgresclusters.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
controller-gen.kubebuilder.io/version: v0.17.2
66
name: postgresclusters.postgres-operator.crunchydata.com
77
labels:
8-
app.kubernetes.io/version: 5.8.0
8+
app.kubernetes.io/version: 5.8.1
99
spec:
1010
group: postgres-operator.crunchydata.com
1111
names:

Diff for: helm/install/values.yaml

+13-13
Original file line numberDiff line numberDiff line change
@@ -2,34 +2,34 @@
22
# controllerImages are used to run the operator's controllers.
33
# The cluster image defined below runs the PostgresCluster and PGUpgrade controllers.
44
controllerImages:
5-
cluster: registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi9-5.8.0-0
5+
cluster: registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi9-5.8.1-0
66

77
# relatedImages are used when an image is omitted from PostgresCluster, PGAdmin or PGUpgrade specs.
88
relatedImages:
99
postgres_17:
10-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-17.4-2513
10+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-17.4-2516
1111
postgres_17_gis_3.5:
12-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-17.4-3.5-2513
12+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-17.4-3.5-2516
1313
postgres_17_gis_3.4:
14-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-17.4-3.4-2513
14+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-17.4-3.4-2516
1515
postgres_16:
16-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-16.8-2513
16+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-16.8-2516
1717
postgres_16_gis_3.4:
18-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-16.8-3.4-2513
18+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-16.8-3.4-2516
1919
postgres_16_gis_3.3:
20-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-16.8-3.3-2513
20+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-16.8-3.3-2516
2121
pgbackrest:
22-
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi9-2.54.2-2513
22+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi9-2.54.2-2516
2323
pgbouncer:
24-
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi9-1.24-2513
24+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi9-1.24-2516
2525
pgexporter:
26-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi9-0.16.0-2513
26+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi9-0.17.1-2516
2727
pgupgrade:
28-
image: registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi9-17.4-2513
28+
image: registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi9-17.4-2516
2929
standalone_pgadmin:
30-
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi9-9.1-2513
30+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi9-9.2-2516
3131
collector:
32-
image: registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi9-5.8.0-0
32+
image: registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi9-5.8.1-0
3333

3434
# singleNamespace controls where PGO watches for PostgresClusters. When false,
3535
# PGO watches for and responds to PostgresClusters in all namespaces. When true,

Diff for: kustomize/install/components/images-by-tag/kustomization.yaml

+12-15
Original file line numberDiff line numberDiff line change
@@ -2,40 +2,37 @@ kind: Component
22
images:
33
- name: image-pgadmin
44
newName: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4
5-
newTag: ubi9-9.1-2513
5+
newTag: ubi9-9.2-2516
66
- name: image-pgbackrest
77
newName: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest
8-
newTag: ubi9-2.54.2-2513
8+
newTag: ubi9-2.54.2-2516
99
- name: image-pgbouncer
1010
newName: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer
11-
newTag: ubi9-1.24-2513
11+
newTag: ubi9-1.24-2516
1212
- name: image-postgres-exporter
1313
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter
14-
newTag: ubi9-0.16.0-2513
14+
newTag: ubi9-0.17.1-2516
1515
- name: image-postgres-operator-5.8
1616
newName: registry.developers.crunchydata.com/crunchydata/postgres-operator
17-
newTag: ubi9-5.8.0-0
17+
newTag: ubi9-5.8.1-0
1818
- name: image-crunchy-postgres-16
1919
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres
20-
newTag: ubi9-16.8-2513
20+
newTag: ubi9-16.8-2516
2121
- name: image-crunchy-postgres-17
2222
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres
23-
newTag: ubi9-17.4-2513
23+
newTag: ubi9-17.4-2516
2424
- name: image-crunchy-upgrade
2525
newName: registry.developers.crunchydata.com/crunchydata/crunchy-upgrade
26-
newTag: ubi9-17.4-2513
26+
newTag: ubi9-17.4-2516
2727
- name: image-crunchy-postgres-16-gis-3.3
2828
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis
29-
newTag: ubi9-16.8-3.3-2513
29+
newTag: ubi9-16.8-3.3-2516
3030
- name: image-crunchy-postgres-16-gis-3.4
3131
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis
32-
newTag: ubi9-16.8-3.4-2513
32+
newTag: ubi9-16.8-3.4-2516
3333
- name: image-crunchy-postgres-17-gis-3.4
3434
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis
35-
newTag: ubi9-17.4-3.4-2513
35+
newTag: ubi9-17.4-3.4-2516
3636
- name: image-crunchy-postgres-17-gis-3.5
3737
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis
38-
newTag: ubi9-17.4-3.5-2513
39-
- name: image-collector
40-
newName: registry.developers.crunchydata.com/crunchydata/postgres-operator
41-
newTag: ubi9-5.8.0-0
38+
newTag: ubi9-17.4-3.5-2516

Diff for: kustomize/install/crd/bases/postgres-operator.crunchydata.com_crunchybridgeclusters.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
controller-gen.kubebuilder.io/version: v0.17.2
66
name: crunchybridgeclusters.postgres-operator.crunchydata.com
77
labels:
8-
app.kubernetes.io/version: 5.8.0
8+
app.kubernetes.io/version: 5.8.1
99
spec:
1010
group: postgres-operator.crunchydata.com
1111
names:

Diff for: kustomize/install/crd/bases/postgres-operator.crunchydata.com_pgadmins.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
controller-gen.kubebuilder.io/version: v0.17.2
66
name: pgadmins.postgres-operator.crunchydata.com
77
labels:
8-
app.kubernetes.io/version: 5.8.0
8+
app.kubernetes.io/version: 5.8.1
99
spec:
1010
group: postgres-operator.crunchydata.com
1111
names:

Diff for: kustomize/install/crd/bases/postgres-operator.crunchydata.com_pgupgrades.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
controller-gen.kubebuilder.io/version: v0.17.2
66
name: pgupgrades.postgres-operator.crunchydata.com
77
labels:
8-
app.kubernetes.io/version: 5.8.0
8+
app.kubernetes.io/version: 5.8.1
99
spec:
1010
group: postgres-operator.crunchydata.com
1111
names:

Diff for: kustomize/install/crd/bases/postgres-operator.crunchydata.com_postgresclusters.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
controller-gen.kubebuilder.io/version: v0.17.2
66
name: postgresclusters.postgres-operator.crunchydata.com
77
labels:
8-
app.kubernetes.io/version: 5.8.0
8+
app.kubernetes.io/version: 5.8.1
99
spec:
1010
group: postgres-operator.crunchydata.com
1111
names:

Diff for: kustomize/install/default/kustomization.yaml

+1-1
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: 5.8.0
10+
app.kubernetes.io/version: 5.8.1
1111
- includeSelectors: true
1212
includeTemplates: true
1313
pairs:

Diff for: kustomize/install/manager/manager.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ spec:
4646
- name: RELATED_IMAGE_STANDALONE_PGADMIN
4747
value: image-pgadmin
4848
- name: RELATED_IMAGE_COLLECTOR
49-
value: image-collector
49+
value: image-postgres-operator-5.8
5050
securityContext:
5151
seccompProfile:
5252
type: RuntimeDefault

Diff for: kustomize/install/singlenamespace/kustomization.yaml

+1-1
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: 5.8.0
10+
app.kubernetes.io/version: 5.8.1
1111
- includeSelectors: true
1212
includeTemplates: true
1313
pairs:

0 commit comments

Comments
 (0)