home-ops icon indicating copy to clipboard operation
home-ops copied to clipboard

feat(container)!: Update bitnami/postgresql ( 15.8.0 → 16.4.0 )

Open bot-akira[bot] opened this issue 1 year ago • 3 comments
trafficstars

This PR contains the following updates:

Package Update Change
bitnami/postgresql (source) major 15.8.0 -> 16.4.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.


  • [ ] If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

bot-akira[bot] avatar May 09 '24 18:05 bot-akira[bot]

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

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

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

     auth:
       database: postgres
       enablePostgresUser: true
       postgresPassword: ..PLACEHOLDER..
     image:
       repository: bitnami/postgresql
-      tag: 15.8.0
+      tag: 16.4.0
     metrics:
       enabled: true
       prometheusRule:
         enabled: true
       serviceMonitor:
         enabled: true

bot-akira[bot] avatar May 09 '24 18:05 bot-akira[bot]

--- HelmRelease: database/postgresql StatefulSet: database/postgresql

+++ HelmRelease: database/postgresql StatefulSet: database/postgresql

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

         supplementalGroups: []
         sysctls: []
       hostNetwork: false
       hostIPC: false
       containers:
       - name: postgresql
-        image: docker.io/bitnami/postgresql:15.8.0
+        image: docker.io/bitnami/postgresql:16.4.0
         imagePullPolicy: IfNotPresent
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL

bot-akira[bot] avatar May 09 '24 18:05 bot-akira[bot]

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time

See detailed report in MegaLinter reports Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

axeII avatar May 09 '24 18:05 axeII