feat(container)!: Update image pgo ( 5.7.4 → 6.0.2 )#2725
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
--- HelmRelease: database/crunchy-postgres-operator ClusterRole: database/pgo
+++ HelmRelease: database/crunchy-postgres-operator ClusterRole: database/pgo
@@ -70,12 +70,24 @@
- delete
- get
- list
- patch
- watch
- apiGroups:
+ - authentication.k8s.io
+ resources:
+ - tokenreviews
+ verbs:
+ - create
+- apiGroups:
+ - authorization.k8s.io
+ resources:
+ - subjectaccessreviews
+ verbs:
+ - create
+- apiGroups:
- batch
resources:
- cronjobs
- jobs
verbs:
- create
@@ -101,30 +113,12 @@
- create
- delete
- get
- list
- patch
- watch
-- apiGroups:
- - postgres-operator.crunchydata.com
- resources:
- - crunchybridgeclusters
- verbs:
- - get
- - list
- - patch
- - update
- - watch
-- apiGroups:
- - postgres-operator.crunchydata.com
- resources:
- - crunchybridgeclusters/finalizers
- - crunchybridgeclusters/status
- verbs:
- - patch
- - update
- apiGroups:
- postgres-operator.crunchydata.com
resources:
- pgadmins
- pgupgrades
verbs:
--- HelmRelease: database/crunchy-postgres-operator Deployment: database/pgo
+++ HelmRelease: database/crunchy-postgres-operator Deployment: database/pgo
@@ -20,13 +20,13 @@
labels:
postgres-operator.crunchydata.com/control-plane: pgo
spec:
serviceAccountName: pgo
containers:
- name: operator
- image: registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi8-5.7.4-0
+ image: registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi9-6.0.2-0
env:
- name: PGO_INSTALLER
value: helm
- name: PGO_INSTALLER_ORIGIN
value: developer-registry-oci
- name: PGO_CONTROLLER_LEASE_NAME
@@ -35,49 +35,58 @@
value: 'true'
- name: PGO_NAMESPACE
valueFrom:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
- - name: RELATED_IMAGE_PGADMIN
- value: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-4.30-35
+ - name: RELATED_IMAGE_COLLECTOR
+ value: registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi9-6.0.2-0
- name: RELATED_IMAGE_PGBACKREST
- value: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.54.1-1
+ value: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi9-2.58.0-2621
- name: RELATED_IMAGE_PGBOUNCER
- value: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.23-4
+ value: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi9-1.25-2621
- name: RELATED_IMAGE_PGEXPORTER
- value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-0.16.0-1
+ value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi9-0.18.1-2621
- name: RELATED_IMAGE_PGUPGRADE
- value: registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi8-5.7.4-0
+ value: registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi9-18.4-2621
- name: RELATED_IMAGE_POSTGRES_15
- value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.12-0
+ value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-15.18-2621
- name: RELATED_IMAGE_POSTGRES_15_GIS_3.3
- value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-15.12-3.3-0
+ value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-15.18-3.3-2621
- name: RELATED_IMAGE_POSTGRES_16
- value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-16.8-0
+ value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-16.14-2621
- name: RELATED_IMAGE_POSTGRES_16_GIS_3.3
- value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.8-3.3-0
+ value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-16.14-3.3-2621
- name: RELATED_IMAGE_POSTGRES_16_GIS_3.4
- value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.8-3.4-0
+ value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-16.14-3.4-2621
- name: RELATED_IMAGE_POSTGRES_17
- value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-17.4-0
+ value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-17.10-2621
- name: RELATED_IMAGE_POSTGRES_17_GIS_3.4
- value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-17.4-3.4-0
+ value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-17.10-3.4-2621
- name: RELATED_IMAGE_POSTGRES_17_GIS_3.5
- value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-17.4-3.5-0
+ value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-17.10-3.5-2621
+ - name: RELATED_IMAGE_POSTGRES_17_GIS_3.6
+ value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-17.10-3.6-2621
+ - name: RELATED_IMAGE_POSTGRES_18
+ value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-18.4-2621
+ - name: RELATED_IMAGE_POSTGRES_18_GIS_3.6
+ value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-18.4-3.6-2621
- name: RELATED_IMAGE_STANDALONE_PGADMIN
- value: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-8.14-2
+ value: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi9-9.15-2621
securityContext:
seccompProfile:
type: RuntimeDefault
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
runAsNonRoot: true
+ ports:
+ - containerPort: 8443
+ name: metrics
livenessProbe:
httpGet:
path: /readyz
port: 8081
initialDelaySeconds: 15
periodSeconds: 20 |
--- kubernetes/berries/apps/database/crunchy-postgres-operator/operator Kustomization: flux-system/cluster-apps-crunchy-postgres-operator HelmRelease: database/crunchy-postgres-operator
+++ kubernetes/berries/apps/database/crunchy-postgres-operator/operator Kustomization: flux-system/cluster-apps-crunchy-postgres-operator HelmRelease: database/crunchy-postgres-operator
@@ -13,13 +13,13 @@
chart: pgo
interval: 5m
sourceRef:
kind: HelmRepository
name: crunchydata-charts
namespace: flux-system
- version: 5.7.4
+ version: 6.0.2
install:
crds: CreateReplace
interval: 30m
upgrade:
crds: CreateReplace |
--- kubernetes/subterra/apps/database/crunchy-postgres-operator/operator Kustomization: flux-system/cluster-apps-crunchy-postgres-operator HelmRelease: database/crunchy-postgres-operator
+++ kubernetes/subterra/apps/database/crunchy-postgres-operator/operator Kustomization: flux-system/cluster-apps-crunchy-postgres-operator HelmRelease: database/crunchy-postgres-operator
@@ -13,13 +13,13 @@
chart: pgo
interval: 5m
sourceRef:
kind: HelmRepository
name: crunchydata-charts
namespace: flux-system
- version: 5.7.4
+ version: 6.0.2
install:
crds: CreateReplace
interval: 30m
upgrade:
crds: CreateReplace |
--- HelmRelease: database/crunchy-postgres-operator ClusterRole: database/pgo
+++ HelmRelease: database/crunchy-postgres-operator ClusterRole: database/pgo
@@ -70,12 +70,24 @@
- delete
- get
- list
- patch
- watch
- apiGroups:
+ - authentication.k8s.io
+ resources:
+ - tokenreviews
+ verbs:
+ - create
+- apiGroups:
+ - authorization.k8s.io
+ resources:
+ - subjectaccessreviews
+ verbs:
+ - create
+- apiGroups:
- batch
resources:
- cronjobs
- jobs
verbs:
- create
@@ -101,30 +113,12 @@
- create
- delete
- get
- list
- patch
- watch
-- apiGroups:
- - postgres-operator.crunchydata.com
- resources:
- - crunchybridgeclusters
- verbs:
- - get
- - list
- - patch
- - update
- - watch
-- apiGroups:
- - postgres-operator.crunchydata.com
- resources:
- - crunchybridgeclusters/finalizers
- - crunchybridgeclusters/status
- verbs:
- - patch
- - update
- apiGroups:
- postgres-operator.crunchydata.com
resources:
- pgadmins
- pgupgrades
verbs:
--- HelmRelease: database/crunchy-postgres-operator Deployment: database/pgo
+++ HelmRelease: database/crunchy-postgres-operator Deployment: database/pgo
@@ -20,13 +20,13 @@
labels:
postgres-operator.crunchydata.com/control-plane: pgo
spec:
serviceAccountName: pgo
containers:
- name: operator
- image: registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi8-5.7.4-0
+ image: registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi9-6.0.2-0
env:
- name: PGO_INSTALLER
value: helm
- name: PGO_INSTALLER_ORIGIN
value: developer-registry-oci
- name: PGO_CONTROLLER_LEASE_NAME
@@ -35,49 +35,58 @@
value: 'true'
- name: PGO_NAMESPACE
valueFrom:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
- - name: RELATED_IMAGE_PGADMIN
- value: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-4.30-35
+ - name: RELATED_IMAGE_COLLECTOR
+ value: registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi9-6.0.2-0
- name: RELATED_IMAGE_PGBACKREST
- value: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.54.1-1
+ value: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi9-2.58.0-2621
- name: RELATED_IMAGE_PGBOUNCER
- value: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.23-4
+ value: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi9-1.25-2621
- name: RELATED_IMAGE_PGEXPORTER
- value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-0.16.0-1
+ value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi9-0.18.1-2621
- name: RELATED_IMAGE_PGUPGRADE
- value: registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi8-5.7.4-0
+ value: registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi9-18.4-2621
- name: RELATED_IMAGE_POSTGRES_15
- value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.12-0
+ value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-15.18-2621
- name: RELATED_IMAGE_POSTGRES_15_GIS_3.3
- value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-15.12-3.3-0
+ value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-15.18-3.3-2621
- name: RELATED_IMAGE_POSTGRES_16
- value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-16.8-0
+ value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-16.14-2621
- name: RELATED_IMAGE_POSTGRES_16_GIS_3.3
- value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.8-3.3-0
+ value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-16.14-3.3-2621
- name: RELATED_IMAGE_POSTGRES_16_GIS_3.4
- value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.8-3.4-0
+ value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-16.14-3.4-2621
- name: RELATED_IMAGE_POSTGRES_17
- value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-17.4-0
+ value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-17.10-2621
- name: RELATED_IMAGE_POSTGRES_17_GIS_3.4
- value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-17.4-3.4-0
+ value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-17.10-3.4-2621
- name: RELATED_IMAGE_POSTGRES_17_GIS_3.5
- value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-17.4-3.5-0
+ value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-17.10-3.5-2621
+ - name: RELATED_IMAGE_POSTGRES_17_GIS_3.6
+ value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-17.10-3.6-2621
+ - name: RELATED_IMAGE_POSTGRES_18
+ value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-18.4-2621
+ - name: RELATED_IMAGE_POSTGRES_18_GIS_3.6
+ value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-18.4-3.6-2621
- name: RELATED_IMAGE_STANDALONE_PGADMIN
- value: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-8.14-2
+ value: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi9-9.15-2621
securityContext:
seccompProfile:
type: RuntimeDefault
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
runAsNonRoot: true
+ ports:
+ - containerPort: 8443
+ name: metrics
livenessProbe:
httpGet:
path: /readyz
port: 8081
initialDelaySeconds: 15
periodSeconds: 20 |
renovate
Bot
force-pushed
the
renovate/pgo-6.x
branch
from
January 8, 2026 18:17
7671c43 to
f7269b1
Compare
renovate
Bot
force-pushed
the
renovate/pgo-6.x
branch
from
January 23, 2026 19:08
f7269b1 to
fccab01
Compare
renovate
Bot
force-pushed
the
renovate/pgo-6.x
branch
from
February 2, 2026 20:42
fccab01 to
982e429
Compare
renovate
Bot
force-pushed
the
renovate/pgo-6.x
branch
from
February 12, 2026 17:15
982e429 to
d63b882
Compare
renovate
Bot
force-pushed
the
renovate/pgo-6.x
branch
from
March 11, 2026 18:14
d63b882 to
ee63fc4
Compare
renovate
Bot
force-pushed
the
renovate/pgo-6.x
branch
from
March 13, 2026 16:43
ee63fc4 to
a94273e
Compare
renovate
Bot
force-pushed
the
renovate/pgo-6.x
branch
3 times, most recently
from
March 27, 2026 21:06
f84836e to
f410982
Compare
renovate
Bot
force-pushed
the
renovate/pgo-6.x
branch
3 times, most recently
from
April 6, 2026 08:46
ed2dd4a to
6c6c0ee
Compare
renovate
Bot
force-pushed
the
renovate/pgo-6.x
branch
2 times, most recently
from
April 23, 2026 02:08
c618381 to
1b5594c
Compare
renovate
Bot
force-pushed
the
renovate/pgo-6.x
branch
from
April 29, 2026 11:10
1b5594c to
6a6da9a
Compare
renovate
Bot
force-pushed
the
renovate/pgo-6.x
branch
2 times, most recently
from
May 22, 2026 22:45
36e0123 to
d9df5f2
Compare
renovate
Bot
force-pushed
the
renovate/pgo-6.x
branch
from
June 11, 2026 16:35
d9df5f2 to
1fbe5f6
Compare
renovate
Bot
force-pushed
the
renovate/pgo-6.x
branch
from
June 15, 2026 20:10
1fbe5f6 to
fb3a40d
Compare
renovate
Bot
force-pushed
the
renovate/pgo-6.x
branch
2 times, most recently
from
June 22, 2026 17:54
ff3efd5 to
57bad75
Compare
| datasource | package | from | to | | ---------- | --------------------------------------------------- | ----- | ----- | | docker | registry.developers.crunchydata.com/crunchydata/pgo | 5.7.4 | 6.0.2 |
renovate
Bot
force-pushed
the
renovate/pgo-6.x
branch
from
July 18, 2026 16:53
57bad75 to
385609e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.7.4→6.0.2Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Configuration
📅 Schedule: (in timezone Europe/Moscow)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.