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

fix(oci/pgo): update 5.5.1 ➼ 5.5.2 #888

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

tinfoild[bot]
Copy link
Contributor

@tinfoild tinfoild bot commented May 16, 2024

This PR contains the following updates:

Package Update Change
pgo patch 5.5.1 -> 5.5.2

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 has been generated by Renovate Bot.

Copy link

cloudflare-workers-and-pages bot commented May 16, 2024

Deploying jjgadgets-biohazard with  Cloudflare Pages  Cloudflare Pages

Latest commit: 4b51fde
Status: ✅  Deploy successful!
Preview URL: https://9b2a81b4.jjgadgets-biohazard.pages.dev
Branch Preview URL: https://renovate-pgo-5-5-x.jjgadgets-biohazard.pages.dev

View logs

@tinfoild tinfoild bot force-pushed the renovate/pgo-5.5.x branch from 6bbd535 to a887467 Compare May 16, 2024 19:32
@tinfoild
Copy link
Contributor Author

tinfoild bot commented May 16, 2024

--- kube/deploy/core/db/pg/app Kustomization: flux-system/1-core-db-pg-app HelmRelease: crunchy-pgo/crunchy-pgo

+++ kube/deploy/core/db/pg/app Kustomization: flux-system/1-core-db-pg-app HelmRelease: crunchy-pgo/crunchy-pgo

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

     spec:
       chart: pgo
       sourceRef:
         kind: HelmRepository
         name: crunchydata
         namespace: flux-system
-      version: 5.5.1
+      version: 5.5.2
   driftDetection:
     ignore:
     - paths:
       - /spec/replicas
     mode: warn
   install:

@tinfoild
Copy link
Contributor Author

tinfoild bot commented May 16, 2024

--- HelmRelease: crunchy-pgo/crunchy-pgo Deployment: crunchy-pgo/pgo

+++ HelmRelease: crunchy-pgo/crunchy-pgo Deployment: crunchy-pgo/pgo

@@ -20,51 +20,43 @@

       labels:
         postgres-operator.crunchydata.com/control-plane: pgo
     spec:
       serviceAccountName: pgo
       containers:
       - name: operator
-        image: registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi8-5.5.1-0
+        image: registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi8-5.5.2-0
         env:
         - 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-22
+          value: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-4.30-25
         - name: RELATED_IMAGE_PGBACKREST
-          value: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.49-0
+          value: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.51-0
         - name: RELATED_IMAGE_PGBOUNCER
-          value: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.21-3
+          value: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.22-0
         - name: RELATED_IMAGE_PGEXPORTER
-          value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-0.15.0-3
+          value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-0.15.0-6
         - name: RELATED_IMAGE_PGUPGRADE
-          value: registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi8-5.5.1-0
-        - name: RELATED_IMAGE_POSTGRES_14
-          value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.11-0
-        - name: RELATED_IMAGE_POSTGRES_14_GIS_3.1
-          value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.11-3.1-0
-        - name: RELATED_IMAGE_POSTGRES_14_GIS_3.2
-          value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.11-3.2-0
-        - name: RELATED_IMAGE_POSTGRES_14_GIS_3.3
-          value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.11-3.3-0
+          value: registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi8-5.5.2-0
         - name: RELATED_IMAGE_POSTGRES_15
-          value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.6-0
+          value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.7-0
         - name: RELATED_IMAGE_POSTGRES_15_GIS_3.3
-          value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-15.6-3.3-0
+          value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-15.7-3.3-0
         - name: RELATED_IMAGE_POSTGRES_16
-          value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-16.2-0
+          value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-16.3-0
         - name: RELATED_IMAGE_POSTGRES_16_GIS_3.3
-          value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.2-3.3-0
+          value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.3-3.3-0
         - name: RELATED_IMAGE_POSTGRES_16_GIS_3.4
-          value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.2-3.4-0
+          value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.3-3.4-0
         - name: RELATED_IMAGE_STANDALONE_PGADMIN
-          value: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-7.8-3
+          value: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-8.6-0
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL
           readOnlyRootFilesystem: true

@tinfoild tinfoild bot force-pushed the renovate/pgo-5.5.x branch 23 times, most recently from da58a69 to c88c33a Compare May 19, 2024 09:56
@tinfoild tinfoild bot force-pushed the renovate/pgo-5.5.x branch from 5240f06 to 6c3c13b Compare December 5, 2024 09:59
@tinfoild tinfoild bot removed the type/patch label Dec 5, 2024
@tinfoild tinfoild bot changed the title fix(container): update image pgo to v5.5.2 fix(oci/): update 5.5.1 ➼ 5.5.2 Dec 5, 2024
@tinfoild tinfoild bot force-pushed the renovate/pgo-5.5.x branch 2 times, most recently from ac16973 to 72b7287 Compare December 5, 2024 11:06
@tinfoild tinfoild bot changed the title fix(oci/): update 5.5.1 ➼ 5.5.2 fix(oci/pgo): update 5.5.1 ➼ 5.5.2 Dec 5, 2024
@tinfoild tinfoild bot force-pushed the renovate/pgo-5.5.x branch 3 times, most recently from f79badb to 2bbe0d5 Compare December 5, 2024 18:08
@tinfoild tinfoild bot changed the title fix(oci/pgo): update 5.5.1 ➼ 5.5.2 fix(oci/): update 5.5.1 ➼ 5.5.2 Dec 6, 2024
@tinfoild tinfoild bot force-pushed the renovate/pgo-5.5.x branch 6 times, most recently from 7fa695b to 361b85f Compare December 6, 2024 11:13
@tinfoild tinfoild bot changed the title fix(oci/): update 5.5.1 ➼ 5.5.2 fix(oci/pgo): update 5.5.1 ➼ 5.5.2 Dec 6, 2024
@tinfoild tinfoild bot force-pushed the renovate/pgo-5.5.x branch from 361b85f to dcf1273 Compare December 6, 2024 15:41
@tinfoild tinfoild bot changed the title fix(oci/pgo): update 5.5.1 ➼ 5.5.2 fix(oci/pgo): update 5.5.1 ➼ 5.5.2 - autoclosed Dec 16, 2024
@tinfoild tinfoild bot closed this Dec 16, 2024
@tinfoild tinfoild bot deleted the renovate/pgo-5.5.x branch December 16, 2024 05:13
@tinfoild tinfoild bot changed the title fix(oci/pgo): update 5.5.1 ➼ 5.5.2 - autoclosed fix(oci/pgo): update 5.5.1 ➼ 5.5.2 Dec 16, 2024
@tinfoild tinfoild bot reopened this Dec 16, 2024
@tinfoild tinfoild bot force-pushed the renovate/pgo-5.5.x branch 3 times, most recently from 21963df to d26b111 Compare December 16, 2024 05:53
@tinfoild tinfoild bot force-pushed the renovate/pgo-5.5.x branch from d26b111 to 4b51fde Compare December 17, 2024 02:26
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