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 redis ( 18.12.1 → 18.17.0 ) #1100

Merged
merged 1 commit into from
Feb 27, 2024
Merged

Conversation

ergho-bot[bot]
Copy link
Contributor

@ergho-bot ergho-bot bot commented Feb 13, 2024

This PR contains the following updates:

Package Update Change
redis (source) minor 18.12.1 -> 18.17.0

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.

@ergho-bot
Copy link
Contributor Author

ergho-bot bot commented Feb 13, 2024

--- cluster/apps/databases/redis/app Kustomization: flux-system/cluster-apps-redis HelmRelease: databases/redis

+++ cluster/apps/databases/redis/app Kustomization: flux-system/cluster-apps-redis HelmRelease: databases/redis

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

     spec:
       chart: redis
       sourceRef:
         kind: HelmRepository
         name: bitnami-charts
         namespace: flux-system
-      version: 18.12.1
+      version: 18.17.0
   install:
     createNamespace: true
     remediation:
       retries: 3
   interval: 15m
   maxHistory: 3

@ergho-bot ergho-bot bot removed the area/cluster label Feb 14, 2024
@ergho-bot ergho-bot bot changed the title feat(helm): update redis ( 18.12.1 → 18.13.0 ) feat(helm): update redis ( 18.12.1 → 18.14.0 ) Feb 16, 2024
@ergho-bot
Copy link
Contributor Author

ergho-bot bot commented Feb 16, 2024

--- HelmRelease: databases/redis StatefulSet: databases/redis-node

+++ HelmRelease: databases/redis StatefulSet: databases/redis-node

@@ -55,13 +55,13 @@

             weight: 1
         nodeAffinity: null
       enableServiceLinks: true
       terminationGracePeriodSeconds: 30
       containers:
       - name: redis
-        image: docker.io/bitnami/redis:7.2.4-debian-11-r5
+        image: docker.io/bitnami/redis:7.2.4-debian-12-r9
         imagePullPolicy: IfNotPresent
         lifecycle:
           preStop:
             exec:
               command:
               - /bin/bash
@@ -69,12 +69,13 @@

               - /opt/bitnami/scripts/start-scripts/prestop-redis.sh
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL
+          readOnlyRootFilesystem: false
           runAsGroup: 0
           runAsNonRoot: true
           runAsUser: 1001
           seLinuxOptions: null
           seccompProfile:
             type: RuntimeDefault
@@ -133,30 +134,29 @@

           failureThreshold: 5
           exec:
             command:
             - sh
             - -c
             - /health/ping_readiness_local.sh 1
-        resources:
-          limits: {}
-          requests: {}
         volumeMounts:
         - name: start-scripts
           mountPath: /opt/bitnami/scripts/start-scripts
         - name: health
           mountPath: /health
         - name: redis-data
           mountPath: /data
         - name: config
           mountPath: /opt/bitnami/redis/mounted-etc
-        - name: redis-tmp-conf
+        - name: empty-dir
           mountPath: /opt/bitnami/redis/etc
-        - name: tmp
+          subPath: app-conf-dir
+        - name: empty-dir
           mountPath: /tmp
+          subPath: tmp-dir
       - name: sentinel
-        image: docker.io/bitnami/redis-sentinel:7.2.4-debian-11-r6
+        image: docker.io/bitnami/redis-sentinel:7.2.4-debian-12-r7
         imagePullPolicy: IfNotPresent
         lifecycle:
           preStop:
             exec:
               command:
               - /bin/bash
@@ -164,12 +164,13 @@

               - /opt/bitnami/scripts/start-scripts/prestop-sentinel.sh
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL
+          readOnlyRootFilesystem: false
           runAsGroup: 0
           runAsNonRoot: true
           runAsUser: 1001
           seLinuxOptions: null
           seccompProfile:
             type: RuntimeDefault
@@ -209,34 +210,35 @@

           failureThreshold: 6
           exec:
             command:
             - sh
             - -c
             - /health/ping_sentinel.sh 1
-        resources:
-          limits: {}
-          requests: {}
         volumeMounts:
+        - name: empty-dir
+          mountPath: /tmp
+          subPath: tmp-dir
         - name: start-scripts
           mountPath: /opt/bitnami/scripts/start-scripts
         - name: health
           mountPath: /health
         - name: sentinel-data
           mountPath: /opt/bitnami/redis-sentinel/etc
         - name: redis-data
           mountPath: /data
         - name: config
           mountPath: /opt/bitnami/redis-sentinel/mounted-etc
       - name: metrics
-        image: docker.io/bitnami/redis-exporter:1.57.0-debian-11-r2
+        image: docker.io/bitnami/redis-exporter:1.58.0-debian-12-r3
         imagePullPolicy: IfNotPresent
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL
+          readOnlyRootFilesystem: false
           runAsGroup: 0
           runAsNonRoot: true
           runAsUser: 1001
           seLinuxOptions: null
           seccompProfile:
             type: RuntimeDefault
@@ -270,16 +272,16 @@

           periodSeconds: 10
           successThreshold: 1
           timeoutSeconds: 1
           httpGet:
             path: /
             port: metrics
-        resources:
-          limits: {}
-          requests: {}
-        volumeMounts: null
+        volumeMounts:
+        - name: empty-dir
+          mountPath: /tmp
+          subPath: tmp-dir
       volumes:
       - name: start-scripts
         configMap:
           name: redis-scripts
           defaultMode: 493
       - name: health
@@ -288,13 +290,11 @@

           defaultMode: 493
       - name: config
         configMap:
           name: redis-configuration
       - name: sentinel-data
         emptyDir: {}
-      - name: redis-tmp-conf
-        emptyDir: {}
-      - name: tmp
+      - name: empty-dir
         emptyDir: {}
       - name: redis-data
         emptyDir: {}
 

@ergho-bot ergho-bot bot removed the area/cluster label Feb 17, 2024
@ergho-bot ergho-bot bot changed the title feat(helm): update redis ( 18.12.1 → 18.14.0 ) feat(helm): update redis ( 18.12.1 → 18.15.1 ) Feb 21, 2024
@ergho-bot ergho-bot bot changed the title feat(helm): update redis ( 18.12.1 → 18.15.1 ) feat(helm): update redis ( 18.12.1 → 18.16.0 ) Feb 21, 2024
@ergho-bot ergho-bot bot removed the area/cluster label Feb 22, 2024
@ergho-bot ergho-bot bot changed the title feat(helm): update redis ( 18.12.1 → 18.16.0 ) feat(helm): update redis ( 18.12.1 → 18.16.1 ) Feb 22, 2024
@ergho-bot ergho-bot bot changed the title feat(helm): update redis ( 18.12.1 → 18.16.1 ) feat(helm): update redis ( 18.12.1 → 18.17.0 ) Feb 27, 2024
@ergho ergho merged commit f91c58b into main Feb 27, 2024
9 of 10 checks passed
@ergho ergho deleted the renovate/redis-18.x branch February 27, 2024 11:15
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