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(container): update image redis to v18.6.3 #324

Merged
merged 1 commit into from
Jan 14, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 6, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
redis (source) patch 18.6.1 -> 18.6.3

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 has been generated by Mend Renovate. View repository job log here.

@github-actions github-actions bot added the area/kubernetes Changes made in the kubernetes directory label Jan 6, 2024
Copy link
Contributor

github-actions bot commented Jan 6, 2024

--- kubernetes/apps/databases/redis/app Kustomization: flux-system/redis HelmRelease: databases/redis

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

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

     spec:
       chart: redis
       sourceRef:
         kind: HelmRepository
         name: bitnami
         namespace: flux-system
-      version: 18.6.1
+      version: 18.6.3
   install:
     remediation:
       retries: 3
   interval: 30m
   timeout: 15m
   uninstall:

@renovate renovate bot force-pushed the renovate/redis-18.x branch from 3239cf0 to 1af793c Compare January 9, 2024 15:56
@renovate renovate bot changed the title fix(container): update image redis to v18.6.2 fix(container): update image redis to v18.6.3 Jan 9, 2024
Copy link
Contributor

github-actions bot commented Jan 9, 2024

--- HelmRelease: databases/redis StatefulSet: databases/redis-node

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

@@ -52,13 +52,13 @@

             weight: 1
         nodeAffinity: null
       enableServiceLinks: true
       terminationGracePeriodSeconds: 30
       containers:
       - name: redis
-        image: docker.io/bitnami/redis:7.2.3-debian-11-r2
+        image: docker.io/bitnami/redis:7.2.4-debian-11-r0
         imagePullPolicy: IfNotPresent
         lifecycle:
           preStop:
             exec:
               command:
               - /bin/bash
@@ -146,13 +146,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.3-debian-11-r2
+        image: docker.io/bitnami/redis-sentinel:7.2.4-debian-11-r0
         imagePullPolicy: IfNotPresent
         lifecycle:
           preStop:
             exec:
               command:
               - /bin/bash
@@ -230,13 +230,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.55.0-debian-11-r3
+        image: docker.io/bitnami/redis-exporter:1.56.0-debian-11-r0
         imagePullPolicy: IfNotPresent
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL

@angryninja48 angryninja48 merged commit 17160d1 into main Jan 14, 2024
4 checks passed
@angryninja48 angryninja48 deleted the renovate/redis-18.x branch January 14, 2024 05:52
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