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 public.ecr.aws/docker/library/redis to v7.4.2 #371

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 11, 2025

This PR contains the following updates:

Package Update Change
public.ecr.aws/docker/library/redis (source) patch 7.4.1 -> 7.4.2

Configuration

📅 Schedule: Branch creation - "every weekend" (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 was generated by Mend Renovate. View the repository job log.

Copy link

--- kubernetes/apps/default/immich/app Kustomization: flux-system/immich HelmRelease: default/immich

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

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

                 type: RuntimeDefault
       redis:
         containers:
           app:
             image:
               repository: public.ecr.aws/docker/library/redis
-              tag: 7.4.1@sha256:ea96c435dc17b011f54c6a883c3c45e7726242b075de61c6fe40a10ae6ae0f83
+              tag: 7.4.2@sha256:cd13b924409d740ea8abe6677a7d1accf696898408d330a3d7c8234fa7545775
     defaultPodOptions:
       automountServiceAccountToken: false
       enableServiceLinks: false
     ingress:
       main:
         annotations:

Copy link

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

+++ HelmRelease: default/immich Deployment: default/immich-redis

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

       hostIPC: false
       hostNetwork: false
       hostPID: false
       hostUsers: true
       dnsPolicy: ClusterFirst
       containers:
-      - image: public.ecr.aws/docker/library/redis:7.4.1@sha256:ea96c435dc17b011f54c6a883c3c45e7726242b075de61c6fe40a10ae6ae0f83
+      - image: public.ecr.aws/docker/library/redis:7.4.2@sha256:cd13b924409d740ea8abe6677a7d1accf696898408d330a3d7c8234fa7545775
         name: app
         volumeMounts:
         - mountPath: /usr/src/app/upload
           name: data
       volumes:
       - name: data

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants