Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

feat(container)!: Update image redis to v20 #204

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 10, 2024

This PR contains the following updates:

Package Update Change
redis (source) major 19.5.5 -> 20.1.7

Release Notes

bitnami/charts (redis)

v20.1.7

v20.1.6

  • [bitnami/redis] adds kind & apiVersion for pvc template in statefulset (#​29678)

v20.1.5

v20.1.4

v20.1.3

v20.1.2

v20.1.1

v20.1.0

v20.0.5

v20.0.4

v20.0.3

v20.0.2

v20.0.1

v20.0.0

v19.6.4

v19.6.3

v19.6.2

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

v19.6.1

v19.6.0

  • [bitnami/redis] Allow setting revisionHistoryLimit (#​27498)

Configuration

📅 Schedule: Branch creation - "on saturday" (UTC), 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 Aug 10, 2024

--- HelmRelease: database/redis StatefulSet: database/redis-master

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

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

     app.kubernetes.io/instance: redis
     app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/name: redis
     app.kubernetes.io/component: master
 spec:
   replicas: 1
+  revisionHistoryLimit: 10
   selector:
     matchLabels:
       app.kubernetes.io/instance: redis
       app.kubernetes.io/name: redis
       app.kubernetes.io/component: master
   serviceName: redis-headless
@@ -55,13 +56,13 @@

             weight: 1
         nodeAffinity: null
       enableServiceLinks: true
       terminationGracePeriodSeconds: 30
       containers:
       - name: redis
-        image: docker.io/bitnami/redis:7.2.5-debian-12-r0
+        image: docker.io/bitnami/redis:7.4.1-debian-12-r0
         imagePullPolicy: IfNotPresent
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL
@@ -118,13 +119,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:
@@ -140,13 +141,13 @@

           mountPath: /opt/bitnami/redis/etc/
           subPath: app-conf-dir
         - name: empty-dir
           mountPath: /tmp
           subPath: tmp-dir
       - name: metrics
-        image: docker.io/bitnami/redis-exporter:1.61.0-debian-12-r0
+        image: docker.io/bitnami/redis-exporter:1.63.0-debian-12-r1
         imagePullPolicy: IfNotPresent
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL
@@ -197,13 +198,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 Aug 10, 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.5.5
+      version: 20.1.7
   install:
     remediation:
       retries: 3
   interval: 15m
   maxHistory: 3
   uninstall:

@renovate renovate bot force-pushed the renovate/redis-20.x branch 2 times, most recently from 8434126 to 42bf60e Compare August 20, 2024 23:11
@renovate renovate bot force-pushed the renovate/redis-20.x branch 3 times, most recently from be1b99d to 4149ccc Compare September 9, 2024 14:19
@renovate renovate bot force-pushed the renovate/redis-20.x branch 4 times, most recently from ccaeb28 to 8c8a24b Compare September 19, 2024 13:33
@renovate renovate bot force-pushed the renovate/redis-20.x branch 2 times, most recently from 1fe0b8f to 72d4c8c Compare October 2, 2024 13:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants