trosvald / home-ops

My OnPrem Kubernetes cluster. Deploy on top of Talos Linux, automated via Flux, renovate 🤖, and Github actions
0 stars 0 forks source link

feat(container): update pgo ( 5.6.1 → 5.7.0 ) #231

Closed monosense-arc[bot] closed 22 hours ago

monosense-arc[bot] commented 22 hours ago

This PR contains the following updates:

Package Update Change
pgo minor 5.6.1 -> 5.7.0

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.



This PR has been generated by Renovate Bot.

monosense-arc[bot] commented 22 hours ago
--- 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
monosense-arc[bot] commented 22 hours ago
--- kubernetes/main/apps/database/crunchy-pgo/app Kustomization: flux-system/crunchy-postgres-operator HelmRelease: database/crunchy-postgres-operator

+++ kubernetes/main/apps/database/crunchy-pgo/app Kustomization: flux-system/crunchy-postgres-operator HelmRelease: database/crunchy-postgres-operator

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

     spec:
       chart: pgo
       sourceRef:
         kind: HelmRepository
         name: crunchydata
         namespace: flux-system
-      version: 5.6.1
+      version: 5.7.0
   install:
     crds: CreateReplace
     remediation:
       retries: 3
   interval: 30m
   maxHistory: 2