Skip to content
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

Update image pgo to v5.7.0 #1004

Merged
merged 1 commit into from
Oct 22, 2024
Merged

Update image pgo to v5.7.0 #1004

merged 1 commit into from
Oct 22, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 21, 2024

This PR contains the following updates:

Package Update Change
pgo minor 5.6.1 -> 5.7.0

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: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

Copy link

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

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

@@ -12,12 +12,13 @@

 - apiGroups:
   - ''
   resources:
   - configmaps
   - persistentvolumeclaims
   - secrets
+  - serviceaccounts
   - services
   verbs:
   - create
   - delete
   - get
   - list
@@ -57,22 +58,12 @@

   - delete
   - get
   - list
   - patch
   - watch
 - apiGroups:
-  - ''
-  resources:
-  - serviceaccounts
-  verbs:
-  - create
-  - get
-  - list
-  - patch
-  - watch
-- apiGroups:
   - apps
   resources:
   - deployments
   - statefulsets
   verbs:
   - create
@@ -89,12 +80,21 @@

   verbs:
   - create
   - delete
   - get
   - list
   - patch
+  - watch
+- apiGroups:
+  - coordination.k8s.io
+  resources:
+  - leases
+  verbs:
+  - create
+  - get
+  - update
   - watch
 - apiGroups:
   - policy
   resources:
   - poddisruptionbudgets
   verbs:
@@ -160,11 +160,23 @@

   - rbac.authorization.k8s.io
   resources:
   - rolebindings
   - roles
   verbs:
   - create
+  - delete
+  - get
+  - list
+  - patch
+  - watch
+- apiGroups:
+  - snapshot.storage.k8s.io
+  resources:
+  - volumesnapshots
+  verbs:
+  - create
+  - delete
   - get
   - list
   - patch
   - watch
 
--- HelmRelease: database/crunchy-postgres-operator Deployment: database/pgo

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

@@ -20,47 +20,69 @@

       labels:
         postgres-operator.crunchydata.com/control-plane: pgo
     spec:
       serviceAccountName: pgo
       containers:
       - name: operator
-        image: registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi8-5.6.1-0
+        image: registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi8-5.7.0-0
         env:
+        - name: PGO_INSTALLER
+          value: helm
+        - name: PGO_INSTALLER_ORIGIN
+          value: developer-registry-oci
+        - name: PGO_CONTROLLER_LEASE_NAME
+          value: cpk-leader-election-lease
         - name: CRUNCHY_DEBUG
           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-29
+          value: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-4.30-31
         - name: RELATED_IMAGE_PGBACKREST
-          value: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.52.1-1
+          value: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.53.1-0
         - name: RELATED_IMAGE_PGBOUNCER
-          value: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.22-4
+          value: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.23-0
         - name: RELATED_IMAGE_PGEXPORTER
-          value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-0.15.0-10
+          value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-0.15.0-12
         - name: RELATED_IMAGE_PGUPGRADE
-          value: registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi8-5.6.1-0
+          value: registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi8-5.7.0-0
         - name: RELATED_IMAGE_POSTGRES_15
-          value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.8-0
+          value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.8-2
         - name: RELATED_IMAGE_POSTGRES_15_GIS_3.3
-          value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-15.8-3.3-0
+          value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-15.8-3.3-2
         - name: RELATED_IMAGE_POSTGRES_16
-          value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-16.4-0
+          value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-16.4-2
         - name: RELATED_IMAGE_POSTGRES_16_GIS_3.3
-          value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.4-3.3-0
+          value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.4-3.3-2
         - name: RELATED_IMAGE_POSTGRES_16_GIS_3.4
-          value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.4-3.4-0
+          value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.4-3.4-2
+        - name: RELATED_IMAGE_POSTGRES_17
+          value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-17.0-0
+        - name: RELATED_IMAGE_POSTGRES_17_GIS_3.4
+          value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-17.0-3.4-0
         - name: RELATED_IMAGE_STANDALONE_PGADMIN
-          value: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-8.10-0
+          value: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-8.12-0
         securityContext:
           seccompProfile:
             type: RuntimeDefault
           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL
           readOnlyRootFilesystem: true
           runAsNonRoot: true
+        livenessProbe:
+          httpGet:
+            path: /readyz
+            port: 8081
+          initialDelaySeconds: 15
+          periodSeconds: 20
+        readinessProbe:
+          httpGet:
+            path: /healthz
+            port: 8081
+          initialDelaySeconds: 5
+          periodSeconds: 10
 

Copy link

--- cluster/apps/databases/crunchy-postgres-operator/app Kustomization: flux-system/crunchy-postgres-operator HelmRelease: database/crunchy-postgres-operator

+++ cluster/apps/databases/crunchy-postgres-operator/app Kustomization: flux-system/crunchy-postgres-operator HelmRelease: database/crunchy-postgres-operator

@@ -14,13 +14,13 @@

       chart: pgo
       interval: 15m
       sourceRef:
         kind: HelmRepository
         name: crunchy-charts
         namespace: flux-system
-      version: 5.6.1
+      version: 5.7.0
   driftDetection:
     mode: enabled
   install:
     createNamespace: true
     remediation:
       retries: 3

@renovate renovate bot merged commit 2f55735 into main Oct 22, 2024
2 checks passed
@renovate renovate bot deleted the renovate/pgo-5.x branch October 22, 2024 04:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants