ModestTG / heliod-cluster

Test Cluster
MIT License
0 stars 0 forks source link

fix(container): update image public.ecr.aws/docker/library/redis to v7.2.2 #150

Open renovate[bot] opened 11 months ago

renovate[bot] commented 11 months ago

Mend Renovate

This PR contains the following updates:

Package Update Change
public.ecr.aws/docker/library/redis patch 7.2.0 -> 7.2.2

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.



This PR has been generated by Mend Renovate. View repository job log here.

github-actions[bot] commented 11 months ago
--- kubernetes/apps/media/immich/app Kustomization: flux-system/media-immich HelmRelease: media/immich-redis

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

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

     command:
     - redis-server
     env:
       REDIS_REPLICATION_MODE: master
     image:
       repository: public.ecr.aws/docker/library/redis
-      tag: 7.2.0
+      tag: 7.2.2
     resources:
       limits:
         memory: 100Mi
       requests:
         cpu: 10m
         memory: 10Mi