Skip to content

Update for 2025-04 minor release #302

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 18, 2025
Merged
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
4 changes: 2 additions & 2 deletions helm/install/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ description: Installer for PGO, the open source Postgres Operator from Crunchy D

type: application
# The version below should match the version on the PostgresCluster CRD
version: 5.8.0
appVersion: 5.8.0
version: 5.8.1
appVersion: 5.8.1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
controller-gen.kubebuilder.io/version: v0.17.2
name: crunchybridgeclusters.postgres-operator.crunchydata.com
labels:
app.kubernetes.io/version: 5.8.0
app.kubernetes.io/version: 5.8.1
spec:
group: postgres-operator.crunchydata.com
names:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
controller-gen.kubebuilder.io/version: v0.17.2
name: pgadmins.postgres-operator.crunchydata.com
labels:
app.kubernetes.io/version: 5.8.0
app.kubernetes.io/version: 5.8.1
spec:
group: postgres-operator.crunchydata.com
names:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
controller-gen.kubebuilder.io/version: v0.17.2
name: pgupgrades.postgres-operator.crunchydata.com
labels:
app.kubernetes.io/version: 5.8.0
app.kubernetes.io/version: 5.8.1
spec:
group: postgres-operator.crunchydata.com
names:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
controller-gen.kubebuilder.io/version: v0.17.2
name: postgresclusters.postgres-operator.crunchydata.com
labels:
app.kubernetes.io/version: 5.8.0
app.kubernetes.io/version: 5.8.1
spec:
group: postgres-operator.crunchydata.com
names:
Expand Down
26 changes: 13 additions & 13 deletions helm/install/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,34 +2,34 @@
# controllerImages are used to run the operator's controllers.
# The cluster image defined below runs the PostgresCluster and PGUpgrade controllers.
controllerImages:
cluster: registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi9-5.8.0-0
cluster: registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi9-5.8.1-0

# relatedImages are used when an image is omitted from PostgresCluster, PGAdmin or PGUpgrade specs.
relatedImages:
postgres_17:
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-17.4-2513
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-17.4-2516
postgres_17_gis_3.5:
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-17.4-3.5-2513
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-17.4-3.5-2516
postgres_17_gis_3.4:
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-17.4-3.4-2513
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-17.4-3.4-2516
postgres_16:
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-16.8-2513
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-16.8-2516
postgres_16_gis_3.4:
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-16.8-3.4-2513
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-16.8-3.4-2516
postgres_16_gis_3.3:
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-16.8-3.3-2513
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-16.8-3.3-2516
pgbackrest:
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi9-2.54.2-2513
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi9-2.54.2-2516
pgbouncer:
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi9-1.24-2513
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi9-1.24-2516
pgexporter:
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi9-0.16.0-2513
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi9-0.17.1-2516
pgupgrade:
image: registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi9-17.4-2513
image: registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi9-17.4-2516
standalone_pgadmin:
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi9-9.1-2513
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi9-9.2-2516
collector:
image: registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi9-5.8.0-0
image: registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi9-5.8.1-0

# singleNamespace controls where PGO watches for PostgresClusters. When false,
# PGO watches for and responds to PostgresClusters in all namespaces. When true,
Expand Down
27 changes: 12 additions & 15 deletions kustomize/install/components/images-by-tag/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,40 +2,37 @@ kind: Component
images:
- name: image-pgadmin
newName: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4
newTag: ubi9-9.1-2513
newTag: ubi9-9.2-2516
- name: image-pgbackrest
newName: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest
newTag: ubi9-2.54.2-2513
newTag: ubi9-2.54.2-2516
- name: image-pgbouncer
newName: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer
newTag: ubi9-1.24-2513
newTag: ubi9-1.24-2516
- name: image-postgres-exporter
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter
newTag: ubi9-0.16.0-2513
newTag: ubi9-0.17.1-2516
- name: image-postgres-operator-5.8
newName: registry.developers.crunchydata.com/crunchydata/postgres-operator
newTag: ubi9-5.8.0-0
newTag: ubi9-5.8.1-0
- name: image-crunchy-postgres-16
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres
newTag: ubi9-16.8-2513
newTag: ubi9-16.8-2516
- name: image-crunchy-postgres-17
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres
newTag: ubi9-17.4-2513
newTag: ubi9-17.4-2516
- name: image-crunchy-upgrade
newName: registry.developers.crunchydata.com/crunchydata/crunchy-upgrade
newTag: ubi9-17.4-2513
newTag: ubi9-17.4-2516
- name: image-crunchy-postgres-16-gis-3.3
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis
newTag: ubi9-16.8-3.3-2513
newTag: ubi9-16.8-3.3-2516
- name: image-crunchy-postgres-16-gis-3.4
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis
newTag: ubi9-16.8-3.4-2513
newTag: ubi9-16.8-3.4-2516
- name: image-crunchy-postgres-17-gis-3.4
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis
newTag: ubi9-17.4-3.4-2513
newTag: ubi9-17.4-3.4-2516
- name: image-crunchy-postgres-17-gis-3.5
newName: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis
newTag: ubi9-17.4-3.5-2513
- name: image-collector
newName: registry.developers.crunchydata.com/crunchydata/postgres-operator
newTag: ubi9-5.8.0-0
newTag: ubi9-17.4-3.5-2516
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
controller-gen.kubebuilder.io/version: v0.17.2
name: crunchybridgeclusters.postgres-operator.crunchydata.com
labels:
app.kubernetes.io/version: 5.8.0
app.kubernetes.io/version: 5.8.1
spec:
group: postgres-operator.crunchydata.com
names:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
controller-gen.kubebuilder.io/version: v0.17.2
name: pgadmins.postgres-operator.crunchydata.com
labels:
app.kubernetes.io/version: 5.8.0
app.kubernetes.io/version: 5.8.1
spec:
group: postgres-operator.crunchydata.com
names:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
controller-gen.kubebuilder.io/version: v0.17.2
name: pgupgrades.postgres-operator.crunchydata.com
labels:
app.kubernetes.io/version: 5.8.0
app.kubernetes.io/version: 5.8.1
spec:
group: postgres-operator.crunchydata.com
names:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
controller-gen.kubebuilder.io/version: v0.17.2
name: postgresclusters.postgres-operator.crunchydata.com
labels:
app.kubernetes.io/version: 5.8.0
app.kubernetes.io/version: 5.8.1
spec:
group: postgres-operator.crunchydata.com
names:
Expand Down
2 changes: 1 addition & 1 deletion kustomize/install/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: 5.8.0
app.kubernetes.io/version: 5.8.1
- includeSelectors: true
includeTemplates: true
pairs:
Expand Down
2 changes: 1 addition & 1 deletion kustomize/install/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
- name: RELATED_IMAGE_STANDALONE_PGADMIN
value: image-pgadmin
- name: RELATED_IMAGE_COLLECTOR
value: image-collector
value: image-postgres-operator-5.8
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice.

securityContext:
seccompProfile:
type: RuntimeDefault
Expand Down
2 changes: 1 addition & 1 deletion kustomize/install/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: 5.8.0
app.kubernetes.io/version: 5.8.1
- includeSelectors: true
includeTemplates: true
pairs:
Expand Down