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.1 #1584

Merged
merged 1 commit into from
Dec 19, 2023
Merged

Conversation

bot-blake[bot]
Copy link
Contributor

@bot-blake bot-blake bot commented Dec 19, 2023

This PR contains the following updates:

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

@bot-blake bot-blake bot requested a review from buroa as a code owner December 19, 2023 21:03
@bot-blake bot-blake bot added the area/kubernetes Changes made in the kubernetes directory label Dec 19, 2023
@bot-blake
Copy link
Contributor Author

bot-blake bot commented Dec 19, 2023

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

+++ kubernetes 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-r1
+        image: docker.io/bitnami/redis:7.2.3-debian-11-r2
         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-r1
+        image: docker.io/bitnami/redis-sentinel:7.2.3-debian-11-r2
         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-r2
+        image: docker.io/bitnami/redis-exporter:1.55.0-debian-11-r3
         imagePullPolicy: IfNotPresent
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL

@bot-blake
Copy link
Contributor Author

bot-blake bot commented Dec 19, 2023

--- kubernetes/apps/media/radarr/app Kustomization: flux-system/cluster-apps-radarr HelmRelease: media/radarr

+++ kubernetes/apps/media/radarr/app Kustomization: flux-system/cluster-apps-radarr HelmRelease: media/radarr

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

               TZ: ${TIMEZONE}
             envFrom:
             - secretRef:
                 name: radarr-secret
             image:
               repository: ghcr.io/onedr0p/radarr-develop
-              tag: 5.2.5.8361@sha256:c6b3d06ce98faacdd2e91e70763d0c96ab1421aa4858f45957a14d91ff9490a0
+              tag: 5.2.4.8328@sha256:9908d5e7ef16122cfdf80fa0d1fefef743cc598346bc12c3408e645d99012c74
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3
--- kubernetes/apps/databases/redis/app Kustomization: flux-system/cluster-apps-redis HelmRelease: databases/redis

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

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

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

@buroa buroa merged commit c254bd6 into master Dec 19, 2023
4 checks passed
@buroa buroa deleted the renovate/redis-18.x branch December 19, 2023 21:05
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