Skip to content

feat(container)!: Update image pgo ( 5.7.4 → 6.0.1 )#2725

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/pgo-6.x
Open

feat(container)!: Update image pgo ( 5.7.4 → 6.0.1 )#2725
renovate[bot] wants to merge 1 commit intomainfrom
renovate/pgo-6.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Dec 19, 2025

This PR contains the following updates:

Package Update Change
pgo major 5.7.46.0.1

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@mglants-bot
Copy link
Copy Markdown

mglants-bot Bot commented Dec 19, 2025

--- 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.1-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.1-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-2610
         - 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-2610
         - 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-2610
         - 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.3-2610
         - 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.17-2610
         - 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.17-3.3-2610
         - 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.13-2610
         - 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.13-3.3-2610
         - 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.13-3.4-2610
         - 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.9-2610
         - 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.9-3.4-2610
         - 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.9-3.5-2610
+        - name: RELATED_IMAGE_POSTGRES_17_GIS_3.6
+          value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-17.9-3.6-2610
+        - name: RELATED_IMAGE_POSTGRES_18
+          value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-18.3-2610
+        - name: RELATED_IMAGE_POSTGRES_18_GIS_3.6
+          value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-18.3-3.6-2610
         - 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.13-2610
         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

@mglants-bot
Copy link
Copy Markdown

mglants-bot Bot commented Dec 19, 2025

--- 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.1
   install:
     crds: CreateReplace
   interval: 30m
   upgrade:
     crds: CreateReplace

@mglants-bot
Copy link
Copy Markdown

mglants-bot Bot commented Dec 19, 2025

--- 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.1
   install:
     crds: CreateReplace
   interval: 30m
   upgrade:
     crds: CreateReplace

@mglants-bot
Copy link
Copy Markdown

mglants-bot Bot commented Dec 19, 2025

--- 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.1-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.1-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-2610
         - 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-2610
         - 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-2610
         - 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.3-2610
         - 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.17-2610
         - 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.17-3.3-2610
         - 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.13-2610
         - 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.13-3.3-2610
         - 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.13-3.4-2610
         - 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.9-2610
         - 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.9-3.4-2610
         - 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.9-3.5-2610
+        - name: RELATED_IMAGE_POSTGRES_17_GIS_3.6
+          value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-17.9-3.6-2610
+        - name: RELATED_IMAGE_POSTGRES_18
+          value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-18.3-2610
+        - name: RELATED_IMAGE_POSTGRES_18_GIS_3.6
+          value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-18.3-3.6-2610
         - 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.13-2610
         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 renovate Bot force-pushed the renovate/pgo-6.x branch from 7671c43 to f7269b1 Compare January 8, 2026 18:17
@renovate renovate Bot force-pushed the renovate/pgo-6.x branch from f7269b1 to fccab01 Compare January 23, 2026 19:08
@renovate renovate Bot force-pushed the renovate/pgo-6.x branch from fccab01 to 982e429 Compare February 2, 2026 20:42
@renovate renovate Bot force-pushed the renovate/pgo-6.x branch from 982e429 to d63b882 Compare February 12, 2026 17:15
@renovate renovate Bot force-pushed the renovate/pgo-6.x branch from d63b882 to ee63fc4 Compare March 11, 2026 18:14
@renovate renovate Bot changed the title feat(container)!: Update image pgo ( 5.7.4 → 6.0.0 ) feat(container)!: Update image pgo ( 5.7.4 → 6.0.1 ) Mar 11, 2026
@renovate renovate Bot force-pushed the renovate/pgo-6.x branch from ee63fc4 to a94273e Compare March 13, 2026 16:43
@renovate renovate Bot force-pushed the renovate/pgo-6.x branch 3 times, most recently from f84836e to f410982 Compare March 27, 2026 21:06
@renovate renovate Bot force-pushed the renovate/pgo-6.x branch 3 times, most recently from ed2dd4a to 6c6c0ee Compare April 6, 2026 08:46
@renovate renovate Bot force-pushed the renovate/pgo-6.x branch from 6c6c0ee to c618381 Compare April 20, 2026 20:17
| datasource | package                                             | from  | to    |
| ---------- | --------------------------------------------------- | ----- | ----- |
| docker     | registry.developers.crunchydata.com/crunchydata/pgo | 5.7.4 | 6.0.1 |
@renovate renovate Bot force-pushed the renovate/pgo-6.x branch from c618381 to 1b5594c Compare April 23, 2026 02:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants