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(container): update image redis to v18.18.1 #187

Merged
merged 1 commit into from
Mar 8, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 21, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change OpenSSF
redis (source) minor 18.14.2 -> 18.18.1 OpenSSF Scorecard

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 Mend Renovate. View repository job log here.

Copy link

github-actions bot commented Feb 21, 2024

--- HelmRelease: database/redis StatefulSet: database/redis-node

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

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

             weight: 1
         nodeAffinity: null
       enableServiceLinks: true
       terminationGracePeriodSeconds: 30
       containers:
       - name: redis
-        image: registry-1.docker.io/bitnami/redis:7.2.4-debian-11-r19
+        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
@@ -142,18 +143,20 @@

         - 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: registry-1.docker.io/bitnami/redis-sentinel:7.2.4-debian-11-r22
+        image: docker.io/bitnami/redis-sentinel:7.2.4-debian-12-r7
         imagePullPolicy: IfNotPresent
         lifecycle:
           preStop:
             exec:
               command:
               - /bin/bash
@@ -161,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
@@ -218,30 +222,34 @@

           exec:
             command:
             - sh
             - -c
             - /health/ping_sentinel.sh 1
         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: registry-1.docker.io/bitnami/redis-exporter:1.57.0-debian-11-r18
+        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
@@ -275,13 +283,16 @@

           periodSeconds: 10
           successThreshold: 1
           timeoutSeconds: 1
           httpGet:
             path: /
             port: metrics
-        volumeMounts: null
+        volumeMounts:
+        - name: empty-dir
+          mountPath: /tmp
+          subPath: tmp-dir
       volumes:
       - name: start-scripts
         configMap:
           name: redis-scripts
           defaultMode: 493
       - name: health
@@ -290,13 +301,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: {}
 

Copy link

github-actions bot commented Feb 21, 2024

--- kubernetes/apps/database/redis/app Kustomization: flux-system/redis HelmRelease: database/redis

+++ kubernetes/apps/database/redis/app Kustomization: flux-system/redis HelmRelease: database/redis

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

     spec:
       chart: redis
       sourceRef:
         kind: HelmRepository
         name: bitnami
         namespace: flux-system
-      version: 18.14.2
+      version: 18.18.0
   install:
     remediation:
       retries: 3
   interval: 30m
   maxHistory: 2
   timeout: 15m

@renovate renovate bot changed the title feat(container): update image redis to v18.16.0 feat(container): update image redis to v18.16.1 Feb 22, 2024
@renovate renovate bot force-pushed the renovate/redis-18.x branch 3 times, most recently from dd277b5 to 2f3cc8e Compare February 27, 2024 13:10
@renovate renovate bot changed the title feat(container): update image redis to v18.16.1 feat(container): update image redis to v18.17.0 Feb 27, 2024
@renovate renovate bot force-pushed the renovate/redis-18.x branch from 2f3cc8e to d787229 Compare February 29, 2024 14:28
@renovate renovate bot changed the title feat(container): update image redis to v18.17.0 feat(container): update image redis to v18.17.1 Mar 4, 2024
@renovate renovate bot force-pushed the renovate/redis-18.x branch from d787229 to 345a643 Compare March 4, 2024 13:55
@renovate renovate bot force-pushed the renovate/redis-18.x branch from 345a643 to afe8b66 Compare March 5, 2024 17:56
@renovate renovate bot changed the title feat(container): update image redis to v18.17.1 feat(container): update image redis to v18.18.0 Mar 5, 2024
@chrisbsmith chrisbsmith merged commit bf365b6 into main Mar 8, 2024
5 checks passed
@delete-merged-branch delete-merged-branch bot deleted the renovate/redis-18.x branch March 8, 2024 15:24
@renovate renovate bot changed the title feat(container): update image redis to v18.18.0 feat(container): update image redis to v18.18.1 Mar 8, 2024
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