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 docker tag to v20.3.0 #3878

Merged
merged 1 commit into from
Nov 15, 2024

Conversation

mchesterbot[bot]
Copy link
Contributor

@mchesterbot mchesterbot bot commented Nov 11, 2024

This PR contains the following updates:

Package Update Change
redis (source) minor 20.2.1 -> 20.3.0

Release Notes

bitnami/charts (redis)

v20.3.0

  • [bitnami/redis] feat: ✨ Allow updating credentials via values.yaml (#​30452)

v20.2.2


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.

@mchesterbot mchesterbot bot requested a review from mchestr as a code owner November 11, 2024 23:22
@mchesterbot mchesterbot bot added the area/kubernetes Changes made in the kubernetes directory label Nov 11, 2024
@mchesterbot
Copy link
Contributor Author

mchesterbot bot commented Nov 11, 2024

--- kubernetes/apps/default/redis/app Kustomization: flux-system/cluster-apps-redis HelmRelease: default/redis

+++ kubernetes/apps/default/redis/app Kustomization: flux-system/cluster-apps-redis HelmRelease: default/redis

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

     spec:
       chart: redis
       sourceRef:
         kind: HelmRepository
         name: bitnami-charts
         namespace: flux-system
-      version: 20.2.1
+      version: 20.3.0
   install:
     createNamespace: true
     remediation:
       retries: 3
   interval: 30m
   maxHistory: 2

@mchesterbot
Copy link
Contributor Author

mchesterbot bot commented Nov 11, 2024

--- HelmRelease: default/redis StatefulSet: default/redis-node

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

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

             weight: 1
         nodeAffinity: null
       enableServiceLinks: true
       terminationGracePeriodSeconds: 30
       containers:
       - name: redis
-        image: docker.io/bitnami/redis:7.4.1-debian-12-r0
+        image: docker.io/bitnami/redis:7.4.1-debian-12-r2
         imagePullPolicy: IfNotPresent
         lifecycle:
           preStop:
             exec:
               command:
               - /bin/bash
@@ -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.4.1-debian-12-r0
+        image: docker.io/bitnami/redis-sentinel:7.4.1-debian-12-r2
         imagePullPolicy: IfNotPresent
         lifecycle:
           preStop:
             exec:
               command:
               - /bin/bash
@@ -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.63.0-debian-12-r1
+        image: docker.io/bitnami/redis-exporter:1.66.0-debian-12-r2
         imagePullPolicy: IfNotPresent
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL

@mchesterbot mchesterbot bot force-pushed the renovate/redis-20.x branch 4 times, most recently from 19baa18 to 56149e4 Compare November 14, 2024 07:21
@mchesterbot mchesterbot bot force-pushed the renovate/redis-20.x branch from 56149e4 to 6771442 Compare November 14, 2024 11:19
@mchesterbot mchesterbot bot changed the title fix(container): update redis docker tag to v20.2.2 feat(container): update redis docker tag to v20.3.0 Nov 14, 2024
@mchestr mchestr merged commit 7c9c2ee into main Nov 15, 2024
5 checks passed
@mchesterbot mchesterbot bot deleted the renovate/redis-20.x branch November 15, 2024 03:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Changes made in the kubernetes directory renovate/container type/patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant