HomeOps icon indicating copy to clipboard operation
HomeOps copied to clipboard

fix(container): update public.ecr.aws/docker/library/redis ( 8.0.1 → 8.0.2 )

Open unsc-oni-ancilla[bot] opened this issue 8 months ago • 2 comments

This PR contains the following updates:

Package Update Change
public.ecr.aws/docker/library/redis (source) patch 8.0.1 -> 8.0.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 these updates again.


  • [ ] If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

unsc-oni-ancilla[bot] avatar May 30 '25 01:05 unsc-oni-ancilla[bot]

--- kubernetes/apps/default/redis/app Kustomization: default/redis HelmRelease: default/redis

+++ kubernetes/apps/default/redis/app Kustomization: default/redis HelmRelease: default/redis

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

           app:
             env:
               REDIS_REPLICATION_MODE: master
               TZ: America/New_York
             image:
               repository: public.ecr.aws/docker/library/redis
-              tag: 8.0.1
+              tag: 8.0.2
             resources:
               limits:
                 memory: 100Mi
               requests:
                 cpu: 10m
                 memory: 10Mi

unsc-oni-ancilla[bot] avatar May 30 '25 01:05 unsc-oni-ancilla[bot]

--- HelmRelease: default/redis Deployment: default/redis

+++ HelmRelease: default/redis Deployment: default/redis

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

       containers:
       - env:
         - name: REDIS_REPLICATION_MODE
           value: master
         - name: TZ
           value: America/New_York
-        image: public.ecr.aws/docker/library/redis:8.0.1
+        image: public.ecr.aws/docker/library/redis:8.0.2
         name: app
         resources:
           limits:
             memory: 100Mi
           requests:
             cpu: 10m

unsc-oni-ancilla[bot] avatar May 30 '25 01:05 unsc-oni-ancilla[bot]