Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 14, 2025

This PR contains the following updates:

Package Update Change
pgo minor 5.7.4 -> 5.8.6

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

mglants-bot bot commented Apr 14, 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: 5.8.6
   install:
     crds: CreateReplace
   interval: 30m
   upgrade:
     crds: CreateReplace

@mglants-bot
Copy link

mglants-bot bot commented Apr 14, 2025

--- HelmRelease: database/crunchy-postgres-operator ClusterRole: database/pgo

+++ HelmRelease: database/crunchy-postgres-operator ClusterRole: database/pgo

@@ -69,12 +69,24 @@

   - create
   - 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:
--- 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-5.8.6-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-5.8.6-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.56.0-2550
         - 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-2550
         - 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-2550
         - 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.1-2550
         - 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.15-2550
         - 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.15-3.3-2550
         - 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.11-2550
         - 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.11-3.3-2550
         - 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.11-3.4-2550
         - 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.7-2550
         - 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.7-3.4-2550
         - 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.7-3.5-2550
+        - name: RELATED_IMAGE_POSTGRES_17_GIS_3.6
+          value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-17.7-3.6-2550
+        - name: RELATED_IMAGE_POSTGRES_18
+          value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-18.1-2550
+        - name: RELATED_IMAGE_POSTGRES_18_GIS_3.6
+          value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-18.1-3.6-2550
         - 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.8-2550
         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

mglants-bot bot commented Apr 14, 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: 5.8.6
   install:
     crds: CreateReplace
   interval: 30m
   upgrade:
     crds: CreateReplace

@mglants-bot
Copy link

mglants-bot bot commented Apr 14, 2025

--- HelmRelease: database/crunchy-postgres-operator ClusterRole: database/pgo

+++ HelmRelease: database/crunchy-postgres-operator ClusterRole: database/pgo

@@ -69,12 +69,24 @@

   - create
   - 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:
--- 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-5.8.6-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-5.8.6-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.56.0-2550
         - 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-2550
         - 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-2550
         - 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.1-2550
         - 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.15-2550
         - 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.15-3.3-2550
         - 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.11-2550
         - 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.11-3.3-2550
         - 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.11-3.4-2550
         - 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.7-2550
         - 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.7-3.4-2550
         - 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.7-3.5-2550
+        - name: RELATED_IMAGE_POSTGRES_17_GIS_3.6
+          value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-17.7-3.6-2550
+        - name: RELATED_IMAGE_POSTGRES_18
+          value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-18.1-2550
+        - name: RELATED_IMAGE_POSTGRES_18_GIS_3.6
+          value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-18.1-3.6-2550
         - 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.8-2550
         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 changed the title feat(container): update image pgo ( 5.7.4 → 5.8.0 ) feat(container): update image pgo ( 5.7.4 → 5.8.1 ) Apr 18, 2025
@renovate renovate bot force-pushed the renovate/pgo-5.x branch from 1f6477d to b61e9f3 Compare April 18, 2025 19:58
@renovate renovate bot changed the title feat(container): update image pgo ( 5.7.4 → 5.8.1 ) feat(container): update image pgo ( 5.7.4 → 5.8.2 ) May 15, 2025
@renovate renovate bot force-pushed the renovate/pgo-5.x branch from b61e9f3 to bc89aa0 Compare May 15, 2025 17:23
@renovate renovate bot force-pushed the renovate/pgo-5.x branch from bc89aa0 to 6f71ab4 Compare May 26, 2025 06:32
@renovate renovate bot force-pushed the renovate/pgo-5.x branch from 6f71ab4 to 50b4c1c Compare June 13, 2025 11:35
@renovate renovate bot force-pushed the renovate/pgo-5.x branch from 50b4c1c to bb7e90f Compare August 31, 2025 10:34
@renovate renovate bot changed the title feat(container): update image pgo ( 5.7.4 → 5.8.2 ) feat(container): update image pgo ( 5.7.4 → 5.8.3 ) Sep 2, 2025
@renovate renovate bot force-pushed the renovate/pgo-5.x branch from bb7e90f to 3889a2f Compare September 2, 2025 16:57
@renovate renovate bot force-pushed the renovate/pgo-5.x branch 3 times, most recently from a85a5c8 to bc3477c Compare October 23, 2025 13:34
@renovate renovate bot changed the title feat(container): update image pgo ( 5.7.4 → 5.8.3 ) feat(container): update image pgo ( 5.7.4 → 5.8.4 ) Oct 23, 2025
@renovate renovate bot force-pushed the renovate/pgo-5.x branch from bc3477c to 7f514f5 Compare October 23, 2025 16:41
@renovate renovate bot force-pushed the renovate/pgo-5.x branch 2 times, most recently from fb99524 to 4ad0826 Compare November 4, 2025 19:46
@renovate renovate bot force-pushed the renovate/pgo-5.x branch 3 times, most recently from 2dda1ab to 89f378b Compare November 21, 2025 21:35
@renovate renovate bot changed the title feat(container): update image pgo ( 5.7.4 → 5.8.4 ) feat(container): update image pgo ( 5.7.4 → 5.8.5 ) Nov 25, 2025
@renovate renovate bot force-pushed the renovate/pgo-5.x branch from 89f378b to f52338b Compare November 25, 2025 16:56
@renovate renovate bot force-pushed the renovate/pgo-5.x branch from f52338b to 1a488bb Compare December 1, 2025 13:09
@renovate renovate bot force-pushed the renovate/pgo-5.x branch 2 times, most recently from 82472f2 to 4f55534 Compare December 15, 2025 22:54
| datasource | package                                             | from  | to    |
| ---------- | --------------------------------------------------- | ----- | ----- |
| docker     | registry.developers.crunchydata.com/crunchydata/pgo | 5.7.4 | 5.8.6 |
@renovate renovate bot changed the title feat(container): update image pgo ( 5.7.4 → 5.8.5 ) feat(container): update image pgo ( 5.7.4 → 5.8.6 ) Dec 19, 2025
@renovate renovate bot force-pushed the renovate/pgo-5.x branch from 4f55534 to 2230af5 Compare December 19, 2025 18:48
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.

1 participant