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

fix(container): update image redis to v19.6.4 #484

Merged
merged 1 commit into from
Jul 25, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 17, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change OpenSSF
redis (source) patch 19.6.1 -> 19.6.4 OpenSSF Scorecard

Warning

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


Release Notes

bitnami/charts (redis)

v19.6.4

v19.6.3

v19.6.2

  • [bitnami/redis] Global StorageClass as default value (#​28089)

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 was generated by Mend Renovate. View the repository job log.

Copy link

github-actions bot commented Jul 17, 2024

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

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

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

             weight: 1
         nodeAffinity: null
       enableServiceLinks: true
       terminationGracePeriodSeconds: 30
       containers:
       - name: redis
-        image: docker.io/bitnami/redis:7.2.5-debian-12-r2
+        image: docker.io/bitnami/redis:7.2.5-debian-12-r4
         imagePullPolicy: IfNotPresent
         lifecycle:
           preStop:
             exec:
               command:
               - /bin/bash
@@ -138,13 +138,13 @@

             - sh
             - -c
             - /health/ping_readiness_local.sh 1
         resources:
           limits:
             cpu: 150m
-            ephemeral-storage: 1024Mi
+            ephemeral-storage: 2Gi
             memory: 192Mi
           requests:
             cpu: 100m
             ephemeral-storage: 50Mi
             memory: 128Mi
         volumeMounts:
@@ -162,13 +162,13 @@

           mountPath: /opt/bitnami/redis/etc
           subPath: app-conf-dir
         - name: empty-dir
           mountPath: /tmp
           subPath: tmp-dir
       - name: sentinel
-        image: docker.io/bitnami/redis-sentinel:7.2.5-debian-12-r2
+        image: docker.io/bitnami/redis-sentinel:7.2.5-debian-12-r4
         imagePullPolicy: IfNotPresent
         lifecycle:
           preStop:
             exec:
               command:
               - /bin/bash
@@ -236,13 +236,13 @@

             - sh
             - -c
             - /health/ping_sentinel.sh 1
         resources:
           limits:
             cpu: 150m
-            ephemeral-storage: 1024Mi
+            ephemeral-storage: 2Gi
             memory: 192Mi
           requests:
             cpu: 100m
             ephemeral-storage: 50Mi
             memory: 128Mi
         volumeMounts:
@@ -257,13 +257,13 @@

           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.61.0-debian-12-r2
+        image: docker.io/bitnami/redis-exporter:1.62.0-debian-12-r2
         imagePullPolicy: IfNotPresent
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL
@@ -307,13 +307,13 @@

           httpGet:
             path: /
             port: metrics
         resources:
           limits:
             cpu: 150m
-            ephemeral-storage: 1024Mi
+            ephemeral-storage: 2Gi
             memory: 192Mi
           requests:
             cpu: 100m
             ephemeral-storage: 50Mi
             memory: 128Mi
         volumeMounts:

Copy link

github-actions bot commented Jul 17, 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: 19.6.1
+      version: 19.6.4
   install:
     remediation:
       retries: 3
   interval: 30m
   maxHistory: 2
   timeout: 15m

@renovate renovate bot force-pushed the renovate/redis-19.x branch from d4dc413 to 7fd6742 Compare July 24, 2024 18:11
@renovate renovate bot changed the title fix(container): update image redis to v19.6.2 fix(container): update image redis to v19.6.3 Jul 24, 2024
@renovate renovate bot changed the title fix(container): update image redis to v19.6.3 fix(container): update image redis to v19.6.4 Jul 25, 2024
@renovate renovate bot force-pushed the renovate/redis-19.x branch from 7fd6742 to ba9668b Compare July 25, 2024 14:02
@chrisbsmith chrisbsmith merged commit f6a7e1e into main Jul 25, 2024
5 checks passed
@renovate renovate bot deleted the renovate/redis-19.x branch July 25, 2024 14:09
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