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(helm): update chart postgresql to 15.3.2 #762

Merged
merged 1 commit into from
May 17, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 17, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
postgresql (source) patch 15.3.1 -> 15.3.2

Configuration

📅 Schedule: Branch creation - "on saturday" (UTC), 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 Mend Renovate. View repository job log here.

@github-actions github-actions bot added the area/kubernetes Changes made in the kubernetes directory label May 17, 2024
Copy link

--- kubernetes/apps/databases/postgres/app Kustomization: flux-system/cluster-apps-postgresql HelmRelease: databases/postgresql

+++ kubernetes/apps/databases/postgres/app Kustomization: flux-system/cluster-apps-postgresql HelmRelease: databases/postgresql

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

     spec:
       chart: postgresql
       sourceRef:
         kind: HelmRepository
         name: bitnami
         namespace: flux-system
-      version: 15.3.1
+      version: 15.3.2
   install:
     createNamespace: true
     remediation:
       retries: 3
   interval: 10m
   maxHistory: 3

Copy link

--- HelmRelease: databases/postgresql StatefulSet: databases/postgresql

+++ HelmRelease: databases/postgresql StatefulSet: databases/postgresql

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

           subPath: app-tmp-dir
         - name: dshm
           mountPath: /dev/shm
         - name: data
           mountPath: /bitnami/postgresql
       - name: metrics
-        image: docker.io/bitnami/postgres-exporter:0.15.0-debian-12-r30
+        image: docker.io/bitnami/postgres-exporter:0.15.0-debian-12-r31
         imagePullPolicy: IfNotPresent
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL
--- HelmRelease: databases/postgresql CronJob: databases/postgresql-pgdumpall

+++ HelmRelease: databases/postgresql CronJob: databases/postgresql-pgdumpall

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

         metadata:
           labels:
             app.kubernetes.io/instance: postgresql
             app.kubernetes.io/managed-by: Helm
             app.kubernetes.io/name: postgresql
             app.kubernetes.io/version: 16.3.0
-            helm.sh/chart: postgresql-15.3.1
+            helm.sh/chart: postgresql-15.3.2
             app.kubernetes.io/component: pg_dumpall
           annotations: {}
         spec:
           containers:
           - name: postgresql-pgdumpall
             image: docker.io/bitnami/postgresql:16.3.0

@thiagoalmeidasa thiagoalmeidasa merged commit c02cb40 into main May 17, 2024
4 checks passed
@thiagoalmeidasa thiagoalmeidasa deleted the renovate/postgresql-15.x branch May 17, 2024 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Changes made in the kubernetes directory renovate/helm type/patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant