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(helm): update chart redis to 18.12.1 #1957

Merged
merged 1 commit into from
Feb 3, 2024
Merged

Conversation

layla-bot[bot]
Copy link
Contributor

@layla-bot layla-bot bot commented Feb 3, 2024

This PR contains the following updates:

Package Update Change
redis (source) patch 18.12.0 -> 18.12.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.

@layla-bot layla-bot bot requested a review from kashalls as a code owner February 3, 2024 05:35
@layla-bot layla-bot bot added area/kubernetes Changes made in the kubernetes directory cluster/main labels Feb 3, 2024
@layla-bot
Copy link
Contributor Author

layla-bot bot commented Feb 3, 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: docker.io/bitnami/redis:7.2.4-debian-11-r4
+        image: docker.io/bitnami/redis:7.2.4-debian-11-r5
         imagePullPolicy: IfNotPresent
         lifecycle:
           preStop:
             exec:
               command:
               - /bin/bash
@@ -150,13 +150,13 @@

           mountPath: /opt/bitnami/redis/mounted-etc
         - name: redis-tmp-conf
           mountPath: /opt/bitnami/redis/etc
         - name: tmp
           mountPath: /tmp
       - name: sentinel
-        image: docker.io/bitnami/redis-sentinel:7.2.4-debian-11-r5
+        image: docker.io/bitnami/redis-sentinel:7.2.4-debian-11-r6
         imagePullPolicy: IfNotPresent
         lifecycle:
           preStop:
             exec:
               command:
               - /bin/bash
@@ -235,13 +235,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.57.0-debian-11-r1
+        image: docker.io/bitnami/redis-exporter:1.57.0-debian-11-r2
         imagePullPolicy: IfNotPresent
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL

@layla-bot
Copy link
Contributor Author

layla-bot bot commented Feb 3, 2024

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

+++ kubernetes/apps/main/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.12.0
+      version: 18.12.1
   install:
     remediation:
       retries: 3
   interval: 30m
   timeout: 15m
   uninstall:

@kashalls kashalls merged commit 00c86c7 into main Feb 3, 2024
10 checks passed
@layla-bot layla-bot bot deleted the renovate/main-redis-18.x branch February 3, 2024 06:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant