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 ( 14.3.3 → 15.2.5 ) #1036

Merged
merged 1 commit into from
Apr 15, 2024

Conversation

bot-akira[bot]
Copy link
Contributor

@bot-akira bot-akira bot commented Mar 18, 2024

This PR contains the following updates:

Package Update Change
postgresql (source) major 14.3.3 -> 15.2.5

Warning

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


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 Mar 18, 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: 14.3.3
+      version: 15.2.5
   dependsOn:
   - name: longhorn
     namespace: longhorn-system
   install:
     remediation:
       retries: 3

@bot-akira
Copy link
Contributor Author

bot-akira bot commented Mar 18, 2024

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

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

@@ -58,17 +58,17 @@

         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL
           privileged: false
-          readOnlyRootFilesystem: false
-          runAsGroup: 0
+          readOnlyRootFilesystem: true
+          runAsGroup: 1001
           runAsNonRoot: true
           runAsUser: 1001
-          seLinuxOptions: null
+          seLinuxOptions: {}
           seccompProfile:
             type: RuntimeDefault
         env:
         - name: BITNAMI_DEBUG
           value: 'false'
         - name: POSTGRESQL_PORT_NUMBER
@@ -125,12 +125,21 @@

             - /bin/sh
             - -c
             - -e
             - |
               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
+            memory: 192Mi
+          requests:
+            cpu: 100m
+            ephemeral-storage: 50Mi
+            memory: 128Mi
         volumeMounts:
         - name: empty-dir
           mountPath: /tmp
           subPath: tmp-dir
         - name: empty-dir
           mountPath: /opt/bitnami/postgresql/conf
@@ -143,25 +152,25 @@

           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-r14
+        image: docker.io/bitnami/postgres-exporter:0.15.0-debian-12-r16
         imagePullPolicy: IfNotPresent
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL
           privileged: false
-          readOnlyRootFilesystem: false
-          runAsGroup: 0
+          readOnlyRootFilesystem: true
+          runAsGroup: 1001
           runAsNonRoot: true
           runAsUser: 1001
-          seLinuxOptions: null
+          seLinuxOptions: {}
           seccompProfile:
             type: RuntimeDefault
         env:
         - name: DATA_SOURCE_URI
           value: 127.0.0.1:5432/postgres?sslmode=disable
         - name: DATA_SOURCE_PASS
@@ -193,12 +202,21 @@

             path: /
             port: http-metrics
         volumeMounts:
         - name: empty-dir
           mountPath: /tmp
           subPath: tmp-dir
+        resources:
+          limits:
+            cpu: 150m
+            ephemeral-storage: 1024Mi
+            memory: 192Mi
+          requests:
+            cpu: 100m
+            ephemeral-storage: 50Mi
+            memory: 128Mi
       volumes:
       - name: empty-dir
         emptyDir: {}
       - name: dshm
         emptyDir:
           medium: Memory

@axeII
Copy link
Owner

axeII commented Mar 18, 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 from df18098 to 9d66dd4 Compare March 20, 2024 12:13
@bot-akira bot-akira bot changed the title feat(helm)!: Update postgresql ( 14.3.3 → 15.0.0 ) feat(helm)!: Update postgresql ( 14.3.3 → 15.1.0 ) Mar 20, 2024
@bot-akira bot-akira bot force-pushed the renovate/postgresql-15.x branch from 9d66dd4 to 86bcbf9 Compare March 21, 2024 11:05
@bot-akira bot-akira bot changed the title feat(helm)!: Update postgresql ( 14.3.3 → 15.1.0 ) feat(helm)!: Update postgresql ( 14.3.3 → 15.1.1 ) Mar 21, 2024
@bot-akira bot-akira bot force-pushed the renovate/postgresql-15.x branch from 86bcbf9 to 73bce14 Compare March 21, 2024 13:09
@bot-akira bot-akira bot changed the title feat(helm)!: Update postgresql ( 14.3.3 → 15.1.1 ) feat(helm)!: Update postgresql ( 14.3.3 → 15.1.2 ) Mar 21, 2024
@bot-akira bot-akira bot force-pushed the renovate/postgresql-15.x branch from 73bce14 to eaf0f9b Compare March 25, 2024 07:08
@bot-akira bot-akira bot changed the title feat(helm)!: Update postgresql ( 14.3.3 → 15.1.2 ) feat(helm)!: Update postgresql ( 14.3.3 → 15.1.3 ) Mar 25, 2024
@bot-akira bot-akira bot force-pushed the renovate/postgresql-15.x branch from eaf0f9b to ae9930a Compare March 25, 2024 08:12
@bot-akira bot-akira bot changed the title feat(helm)!: Update postgresql ( 14.3.3 → 15.1.3 ) feat(helm)!: Update postgresql ( 14.3.3 → 15.1.4 ) Mar 25, 2024
@bot-akira bot-akira bot changed the title feat(helm)!: Update postgresql ( 14.3.3 → 15.1.4 ) feat(helm)!: Update postgresql ( 14.3.3 → 15.2.0 ) Apr 1, 2024
@bot-akira bot-akira bot force-pushed the renovate/postgresql-15.x branch from ae9930a to 6e26f19 Compare April 1, 2024 09:08
@bot-akira bot-akira bot changed the title feat(helm)!: Update postgresql ( 14.3.3 → 15.2.0 ) feat(helm)!: Update postgresql ( 14.3.3 → 15.2.1 ) Apr 2, 2024
@bot-akira bot-akira bot force-pushed the renovate/postgresql-15.x branch from 6e26f19 to 53089a0 Compare April 2, 2024 10:09
@bot-akira bot-akira bot changed the title feat(helm)!: Update postgresql ( 14.3.3 → 15.2.1 ) feat(helm)!: Update postgresql ( 14.3.3 → 15.2.2 ) Apr 2, 2024
@bot-akira bot-akira bot force-pushed the renovate/postgresql-15.x branch from 53089a0 to 967a0a6 Compare April 2, 2024 20:08
@axeII axeII added the hold label Apr 3, 2024
@bot-akira bot-akira bot force-pushed the renovate/postgresql-15.x branch from 967a0a6 to 8744e3b Compare April 5, 2024 03:08
@bot-akira bot-akira bot changed the title feat(helm)!: Update postgresql ( 14.3.3 → 15.2.2 ) feat(helm)!: Update postgresql ( 14.3.3 → 15.2.3 ) Apr 5, 2024
@bot-akira bot-akira bot force-pushed the renovate/postgresql-15.x branch from 8744e3b to 9f6e5ec Compare April 5, 2024 18:14
@bot-akira bot-akira bot changed the title feat(helm)!: Update postgresql ( 14.3.3 → 15.2.3 ) feat(helm)!: Update postgresql ( 14.3.3 → 15.2.4 ) Apr 5, 2024
@bot-akira bot-akira bot changed the title feat(helm)!: Update postgresql ( 14.3.3 → 15.2.4 ) feat(helm)!: Update postgresql ( 14.3.3 → 15.2.5 ) Apr 10, 2024
@bot-akira bot-akira bot force-pushed the renovate/postgresql-15.x branch from 9f6e5ec to a6b9cc5 Compare April 10, 2024 12:14
@axeII axeII merged commit 655efe3 into main Apr 15, 2024
8 checks passed
@bot-akira bot-akira bot deleted the renovate/postgresql-15.x branch April 15, 2024 19:08
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