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 redis ( 19.5.0 → 19.6.2 ) #283

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

Conversation

parsec-renovate[bot]
Copy link
Contributor

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

This PR contains the following updates:

Package Update Change
redis (source) minor 19.5.0 -> 19.6.2

Release Notes

bitnami/charts (redis)

v19.6.2

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

v19.6.1

v19.6.0

v19.5.5

v19.5.4

v19.5.3

v19.5.2

v19.5.1


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.

Copy link

github-actions bot commented Jun 4, 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.0
+      version: 19.6.2
   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
Copy link

github-actions bot commented Jun 7, 2024

--- 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-r2
         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-r2
         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.61.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 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 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 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 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 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
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.

None yet

0 participants