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

feat(helm): update postgresql ( 15.2.5 → 15.5.24 ) #1153

Merged
merged 1 commit into from
Aug 26, 2024

Conversation

bot-akira[bot]
Copy link
Contributor

@bot-akira bot-akira bot commented Apr 30, 2024

This PR contains the following updates:

Package Update Change
postgresql (source) minor 15.2.5 -> 15.5.24

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

bitnami/charts (postgresql)

v15.5.24

  • [bitnami/postgresql] eval. certificatesSecret as template (#​28831)

v15.5.23

v15.5.22

v15.5.21

v15.5.20

v15.5.19

v15.5.18

v15.5.17

v15.5.16

v15.5.15

v15.5.14

v15.5.13

v15.5.12

v15.5.11

v15.5.10

v15.5.9

v15.5.8

v15.5.7

v15.5.6

v15.5.5

v15.5.4

v15.5.3

v15.5.1

v15.5.0

v15.4.2

v15.4.1

v15.4.0

v15.3.5

v15.3.4

v15.3.3

v15.3.2

v15.3.1

v15.3.0

v15.2.13

v15.2.12

v15.2.11

v15.2.10

v15.2.9

v15.2.8

v15.2.7

v15.2.6


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
Copy link
Contributor Author

bot-akira bot commented Apr 30, 2024

--- 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

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

     spec:
       chart: postgresql
       sourceRef:
         kind: HelmRepository
         name: bitnami
         namespace: flux-system
-      version: 15.2.5
+      version: 15.5.24
   dependsOn:
   - name: longhorn
     namespace: longhorn-system
   install:
     remediation:
       retries: 3

@bot-akira
Copy link
Contributor Author

bot-akira bot commented Apr 30, 2024

--- HelmRelease: database/postgresql Service: database/postgresql-hl

+++ HelmRelease: database/postgresql Service: database/postgresql-hl

@@ -6,14 +6,12 @@

   namespace: database
   labels:
     app.kubernetes.io/instance: postgresql
     app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/name: postgresql
     app.kubernetes.io/component: primary
-  annotations:
-    service.alpha.kubernetes.io/tolerate-unready-endpoints: 'true'
 spec:
   type: ClusterIP
   clusterIP: None
   publishNotReadyAddresses: true
   ports:
   - name: tcp-postgresql
--- HelmRelease: database/postgresql StatefulSet: database/postgresql

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

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

             - |
               exec pg_isready -U "postgres" -d "dbname=postgres" -h 127.0.0.1 -p 5432
               [ -f /opt/bitnami/postgresql/tmp/.initialized ] || [ -f /bitnami/postgresql/.initialized ]
         resources:
           limits:
             cpu: 150m
-            ephemeral-storage: 1024Mi
+            ephemeral-storage: 2Gi
             memory: 192Mi
           requests:
             cpu: 100m
             ephemeral-storage: 50Mi
             memory: 128Mi
         volumeMounts:
@@ -146,21 +146,18 @@

         - name: empty-dir
           mountPath: /opt/bitnami/postgresql/conf
           subPath: app-conf-dir
         - name: empty-dir
           mountPath: /opt/bitnami/postgresql/tmp
           subPath: app-tmp-dir
-        - name: empty-dir
-          mountPath: /opt/bitnami/postgresql/logs
-          subPath: app-logs-dir
         - name: dshm
           mountPath: /dev/shm
         - name: data
           mountPath: /bitnami/postgresql
       - name: metrics
-        image: docker.io/bitnami/postgres-exporter:0.15.0-debian-12-r16
+        image: docker.io/bitnami/postgres-exporter:0.15.0-debian-12-r39
         imagePullPolicy: IfNotPresent
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL
@@ -207,13 +204,13 @@

         - name: empty-dir
           mountPath: /tmp
           subPath: tmp-dir
         resources:
           limits:
             cpu: 150m
-            ephemeral-storage: 1024Mi
+            ephemeral-storage: 2Gi
             memory: 192Mi
           requests:
             cpu: 100m
             ephemeral-storage: 50Mi
             memory: 128Mi
       volumes:
--- HelmRelease: database/postgresql PodDisruptionBudget: database/postgresql

+++ HelmRelease: database/postgresql PodDisruptionBudget: database/postgresql

@@ -0,0 +1,19 @@

+---
+apiVersion: policy/v1
+kind: PodDisruptionBudget
+metadata:
+  name: postgresql
+  namespace: database
+  labels:
+    app.kubernetes.io/instance: postgresql
+    app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/name: postgresql
+    app.kubernetes.io/component: primary
+spec:
+  maxUnavailable: 1
+  selector:
+    matchLabels:
+      app.kubernetes.io/instance: postgresql
+      app.kubernetes.io/name: postgresql
+      app.kubernetes.io/component: primary
+

@axeII
Copy link
Owner

axeII commented Apr 30, 2024

🦙 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

@bot-akira bot-akira bot force-pushed the renovate/postgresql-15.x branch 2 times, most recently from 79d45fb to f3c3c53 Compare May 1, 2024 15:07
@bot-akira bot-akira bot changed the title fix(helm): update postgresql ( 15.2.5 → 15.2.7 ) fix(helm): update postgresql ( 15.2.5 → 15.2.8 ) May 1, 2024
@axeII axeII force-pushed the renovate/postgresql-15.x branch 3 times, most recently from b995855 to 71130f5 Compare May 1, 2024 18:10
@bot-akira bot-akira bot force-pushed the renovate/postgresql-15.x branch from 71130f5 to 8177cb2 Compare May 6, 2024 11:07
@bot-akira bot-akira bot changed the title fix(helm): update postgresql ( 15.2.5 → 15.2.8 ) fix(helm): update postgresql ( 15.2.5 → 15.2.9 ) May 6, 2024
@bot-akira bot-akira bot force-pushed the renovate/postgresql-15.x branch from 8177cb2 to 72d939c Compare May 10, 2024 11:08
@bot-akira bot-akira bot changed the title fix(helm): update postgresql ( 15.2.5 → 15.2.9 ) fix(helm): update postgresql ( 15.2.5 → 15.2.10 ) May 10, 2024
@bot-akira bot-akira bot force-pushed the renovate/postgresql-15.x branch from 72d939c to 1cbea92 Compare May 10, 2024 13:10
@bot-akira bot-akira bot changed the title fix(helm): update postgresql ( 15.2.5 → 15.2.10 ) fix(helm): update postgresql ( 15.2.5 → 15.2.11 ) May 10, 2024
@bot-akira bot-akira bot force-pushed the renovate/postgresql-15.x branch from 1cbea92 to ce4349d Compare May 10, 2024 20:08
@bot-akira bot-akira bot changed the title fix(helm): update postgresql ( 15.2.5 → 15.2.11 ) fix(helm): update postgresql ( 15.2.5 → 15.2.12 ) May 10, 2024
@bot-akira bot-akira bot force-pushed the renovate/postgresql-15.x branch from ce4349d to 19c1cb5 Compare May 10, 2024 21:07
@bot-akira bot-akira bot changed the title fix(helm): update postgresql ( 15.2.5 → 15.2.12 ) fix(helm): update postgresql ( 15.2.5 → 15.2.11 ) May 10, 2024
@bot-akira bot-akira bot force-pushed the renovate/postgresql-15.x branch from 19c1cb5 to 56ccc10 Compare May 10, 2024 22:08
@bot-akira bot-akira bot changed the title fix(helm): update postgresql ( 15.2.5 → 15.2.11 ) fix(helm): update postgresql ( 15.2.5 → 15.2.12 ) May 10, 2024
@bot-akira bot-akira bot force-pushed the renovate/postgresql-15.x branch from 56ccc10 to 0ad4ca7 Compare May 11, 2024 01:44
@bot-akira bot-akira bot changed the title fix(helm): update postgresql ( 15.2.5 → 15.2.12 ) fix(helm): update postgresql ( 15.2.5 → 15.2.11 ) May 11, 2024
@bot-akira bot-akira bot force-pushed the renovate/postgresql-15.x branch from 0ad4ca7 to 6940c71 Compare May 11, 2024 02:19
@bot-akira bot-akira bot changed the title fix(helm): update postgresql ( 15.2.5 → 15.2.11 ) fix(helm): update postgresql ( 15.2.5 → 15.2.12 ) May 11, 2024
@bot-akira bot-akira bot force-pushed the renovate/postgresql-15.x branch from 6940c71 to d6927fb Compare May 13, 2024 10:11
@bot-akira bot-akira bot changed the title fix(helm): update postgresql ( 15.2.5 → 15.2.12 ) feat(helm): update postgresql ( 15.2.5 → 15.3.0 ) May 13, 2024
@bot-akira bot-akira bot changed the title feat(helm): update postgresql ( 15.2.5 → 15.5.10 ) feat(helm): update postgresql ( 15.2.5 → 15.5.11 ) Jun 26, 2024
@bot-akira bot-akira bot force-pushed the renovate/postgresql-15.x branch from eed4b3b to e6c019e Compare July 2, 2024 12:16
@bot-akira bot-akira bot changed the title feat(helm): update postgresql ( 15.2.5 → 15.5.11 ) feat(helm): update postgresql ( 15.2.5 → 15.5.12 ) Jul 2, 2024
@bot-akira bot-akira bot force-pushed the renovate/postgresql-15.x branch from e6c019e to 2e4bcb5 Compare July 3, 2024 11:10
@bot-akira bot-akira bot changed the title feat(helm): update postgresql ( 15.2.5 → 15.5.12 ) feat(helm): update postgresql ( 15.2.5 → 15.5.13 ) Jul 3, 2024
@bot-akira bot-akira bot force-pushed the renovate/postgresql-15.x branch from 2e4bcb5 to 1dae328 Compare July 5, 2024 14:09
@bot-akira bot-akira bot changed the title feat(helm): update postgresql ( 15.2.5 → 15.5.13 ) feat(helm): update postgresql ( 15.2.5 → 15.5.14 ) Jul 5, 2024
@bot-akira bot-akira bot force-pushed the renovate/postgresql-15.x branch from 1dae328 to 9074c8a Compare July 9, 2024 10:10
@bot-akira bot-akira bot changed the title feat(helm): update postgresql ( 15.2.5 → 15.5.14 ) feat(helm): update postgresql ( 15.2.5 → 15.5.15 ) Jul 9, 2024
@bot-akira bot-akira bot force-pushed the renovate/postgresql-15.x branch from 9074c8a to 29039b4 Compare July 11, 2024 11:09
@bot-akira bot-akira bot changed the title feat(helm): update postgresql ( 15.2.5 → 15.5.15 ) feat(helm): update postgresql ( 15.2.5 → 15.5.16 ) Jul 11, 2024
@bot-akira bot-akira bot force-pushed the renovate/postgresql-15.x branch from 29039b4 to d3b182e Compare July 16, 2024 14:10
@bot-akira bot-akira bot changed the title feat(helm): update postgresql ( 15.2.5 → 15.5.16 ) feat(helm): update postgresql ( 15.2.5 → 15.5.17 ) Jul 16, 2024
@bot-akira bot-akira bot force-pushed the renovate/postgresql-15.x branch from d3b182e to b31b744 Compare July 23, 2024 16:14
@bot-akira bot-akira bot changed the title feat(helm): update postgresql ( 15.2.5 → 15.5.17 ) feat(helm): update postgresql ( 15.2.5 → 15.5.18 ) Jul 23, 2024
@bot-akira bot-akira bot force-pushed the renovate/postgresql-15.x branch from b31b744 to f9f6c9b Compare July 24, 2024 15:12
@bot-akira bot-akira bot changed the title feat(helm): update postgresql ( 15.2.5 → 15.5.18 ) feat(helm): update postgresql ( 15.2.5 → 15.5.19 ) Jul 24, 2024
@bot-akira bot-akira bot force-pushed the renovate/postgresql-15.x branch from f9f6c9b to 56b7818 Compare July 25, 2024 10:13
@bot-akira bot-akira bot changed the title feat(helm): update postgresql ( 15.2.5 → 15.5.19 ) feat(helm): update postgresql ( 15.2.5 → 15.5.20 ) Jul 25, 2024
@bot-akira bot-akira bot force-pushed the renovate/postgresql-15.x branch from 56b7818 to 1eb8976 Compare August 9, 2024 08:16
@bot-akira bot-akira bot changed the title feat(helm): update postgresql ( 15.2.5 → 15.5.20 ) feat(helm): update postgresql ( 15.2.5 → 15.5.21 ) Aug 9, 2024
@bot-akira bot-akira bot changed the title feat(helm): update postgresql ( 15.2.5 → 15.5.21 ) feat(helm): update postgresql ( 15.2.5 → 15.5.22 ) Aug 16, 2024
@bot-akira bot-akira bot changed the title feat(helm): update postgresql ( 15.2.5 → 15.5.22 ) feat(helm): update postgresql ( 15.2.5 → 15.5.23 ) Aug 19, 2024
@bot-akira bot-akira bot changed the title feat(helm): update postgresql ( 15.2.5 → 15.5.23 ) feat(helm): update postgresql ( 15.2.5 → 15.5.24 ) Aug 23, 2024
@axeII axeII merged commit 2f32cc4 into main Aug 26, 2024
9 checks passed
@bot-akira bot-akira bot deleted the renovate/postgresql-15.x branch August 26, 2024 00:39
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.

1 participant