Skip to content

feat(container): update redis ( 19.5.0 → 19.6.4 )#283

Open
parsec-renovate[bot] wants to merge 1 commit into
mainfrom
renovate/redis-19.x
Open

feat(container): update redis ( 19.5.0 → 19.6.4 )#283
parsec-renovate[bot] wants to merge 1 commit into
mainfrom
renovate/redis-19.x

Conversation

@parsec-renovate

@parsec-renovate parsec-renovate Bot commented Jun 4, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
redis (source) minor 19.5.019.6.4

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

v19.6.1

v19.6.0

v19.5.5

v19.5.4

v19.5.3

v19.5.2

v19.5.1


Configuration

📅 Schedule: (in timezone America/New_York)

  • 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.

@github-actions

github-actions Bot commented Jun 4, 2024

Copy link
Copy Markdown
--- 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.0
+      version: 19.6.4
   install:
     remediation:
       retries: 3
   interval: 30m
   timeout: 15m
   uninstall:

@parsec-renovate parsec-renovate Bot force-pushed the renovate/redis-19.x branch 2 times, most recently from 45e457f to 0ecb564 Compare June 7, 2024 09:04
@github-actions

github-actions Bot commented Jun 7, 2024

Copy link
Copy Markdown
--- HelmRelease: database/redis PodDisruptionBudget: database/redis-master

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

@@ -1,19 +0,0 @@

----
-apiVersion: policy/v1
-kind: PodDisruptionBudget
-metadata:
-  name: redis-master
-  namespace: database
-  labels:
-    app.kubernetes.io/instance: redis
-    app.kubernetes.io/managed-by: Helm
-    app.kubernetes.io/name: redis
-    app.kubernetes.io/component: master
-spec:
-  maxUnavailable: 1
-  selector:
-    matchLabels:
-      app.kubernetes.io/instance: redis
-      app.kubernetes.io/name: redis
-      app.kubernetes.io/component: master
-
--- HelmRelease: database/redis StatefulSet: database/redis-node

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

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

     app.kubernetes.io/instance: redis
     app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/name: redis
     app.kubernetes.io/component: node
 spec:
   replicas: 3
+  revisionHistoryLimit: 10
   selector:
     matchLabels:
       app.kubernetes.io/instance: redis
       app.kubernetes.io/name: redis
       app.kubernetes.io/component: node
   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.2.5-debian-12-r4
         imagePullPolicy: IfNotPresent
         lifecycle:
           preStop:
             exec:
               command:
               - /bin/bash
@@ -137,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:
@@ -161,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-r0
+        image: docker.io/bitnami/redis-sentinel:7.2.5-debian-12-r4
         imagePullPolicy: IfNotPresent
         lifecycle:
           preStop:
             exec:
               command:
               - /bin/bash
@@ -235,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:
@@ -256,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.59.0-debian-12-r6
+        image: docker.io/bitnami/redis-exporter:1.62.0-debian-12-r2
         imagePullPolicy: IfNotPresent
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL
@@ -306,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:
--- HelmRelease: database/redis PodDisruptionBudget: database/redis-node

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

@@ -0,0 +1,19 @@

+---
+apiVersion: policy/v1
+kind: PodDisruptionBudget
+metadata:
+  name: redis-node
+  namespace: database
+  labels:
+    app.kubernetes.io/instance: redis
+    app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/name: redis
+    app.kubernetes.io/component: node
+spec:
+  maxUnavailable: 1
+  selector:
+    matchLabels:
+      app.kubernetes.io/instance: redis
+      app.kubernetes.io/name: redis
+      app.kubernetes.io/component: node
+

@parsec-renovate parsec-renovate Bot changed the title fix(container): update redis ( 19.5.0 → 19.5.1 ) fix(container): update redis ( 19.5.0 → 19.5.2 ) Jun 7, 2024
@parsec-renovate parsec-renovate Bot force-pushed the renovate/redis-19.x branch from 0ecb564 to 80df373 Compare June 13, 2024 16:05
@parsec-renovate parsec-renovate Bot changed the title fix(container): update redis ( 19.5.0 → 19.5.2 ) fix(container): update redis ( 19.5.0 → 19.5.3 ) Jun 13, 2024
@parsec-renovate parsec-renovate Bot force-pushed the renovate/redis-19.x branch from 80df373 to 28c5596 Compare June 17, 2024 21:04
@parsec-renovate parsec-renovate Bot changed the title fix(container): update redis ( 19.5.0 → 19.5.3 ) fix(container): update redis ( 19.5.0 → 19.5.4 ) Jun 17, 2024
@parsec-renovate parsec-renovate Bot force-pushed the renovate/redis-19.x branch from 28c5596 to a0b95aa Compare June 18, 2024 21:04
@parsec-renovate parsec-renovate Bot changed the title fix(container): update redis ( 19.5.0 → 19.5.4 ) fix(container): update redis ( 19.5.0 → 19.5.5 ) Jun 18, 2024
@parsec-renovate parsec-renovate Bot force-pushed the renovate/redis-19.x branch from a0b95aa to 13b76be Compare June 26, 2024 23:04
@parsec-renovate parsec-renovate Bot changed the title fix(container): update redis ( 19.5.0 → 19.5.5 ) feat(container): update redis ( 19.5.0 → 19.6.0 ) Jun 26, 2024
@parsec-renovate parsec-renovate Bot force-pushed the renovate/redis-19.x branch 2 times, most recently from 8d5264c to e47dabe Compare July 3, 2024 10:06
@parsec-renovate parsec-renovate Bot changed the title feat(container): update redis ( 19.5.0 → 19.6.0 ) feat(container): update redis ( 19.5.0 → 19.6.1 ) Jul 3, 2024
@parsec-renovate parsec-renovate Bot force-pushed the renovate/redis-19.x branch 2 times, most recently from 9adf782 to 4987861 Compare July 8, 2024 22:06
@parsec-renovate parsec-renovate Bot force-pushed the renovate/redis-19.x branch from 4987861 to b2ba4ae Compare July 16, 2024 23:04
@parsec-renovate parsec-renovate Bot changed the title feat(container): update redis ( 19.5.0 → 19.6.1 ) feat(container): update redis ( 19.5.0 → 19.6.2 ) Jul 16, 2024
@parsec-renovate parsec-renovate Bot force-pushed the renovate/redis-19.x branch 2 times, most recently from f9ebbac to 8a15a5c Compare July 24, 2024 18:06
@parsec-renovate parsec-renovate Bot changed the title feat(container): update redis ( 19.5.0 → 19.6.2 ) feat(container): update redis ( 19.5.0 → 19.6.3 ) Jul 24, 2024
@parsec-renovate parsec-renovate Bot force-pushed the renovate/redis-19.x branch from 8a15a5c to 5bf7ad2 Compare July 25, 2024 12:06
@parsec-renovate parsec-renovate Bot changed the title feat(container): update redis ( 19.5.0 → 19.6.3 ) feat(container): update redis ( 19.5.0 → 19.6.4 ) Jul 25, 2024
@parsec-renovate parsec-renovate Bot force-pushed the renovate/redis-19.x branch 2 times, most recently from 9df50ea to 5fcf1e0 Compare August 5, 2024 09:05
@parsec-renovate parsec-renovate Bot force-pushed the renovate/redis-19.x branch from 19f64bf to 96ddc78 Compare November 8, 2024 13:09
@parsec-renovate parsec-renovate Bot force-pushed the renovate/redis-19.x branch 21 times, most recently from 134e150 to e64fa67 Compare March 1, 2025 22:04
@parsec-renovate parsec-renovate Bot force-pushed the renovate/redis-19.x branch 7 times, most recently from a66bef1 to 9aedd55 Compare March 4, 2025 23:04
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.

0 participants