Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
feat(container): update image public.ecr.aws/docker/library/redis to …
Browse files Browse the repository at this point in the history
…v7.2.2
  • Loading branch information
renovate[bot] authored Oct 19, 2023
1 parent 6e123bb commit 09ff9d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kubernetes/apps/media/immich/redis/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
values:
image:
repository: public.ecr.aws/docker/library/redis
tag: 7.0.12
tag: 7.2.2

env:
REDIS_REPLICATION_MODE: master
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/media/paperless/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ spec:
env:
- { name: DISABLE_GOOGLE_CHROME, value: "1" }
redis:
image: public.ecr.aws/docker/library/redis:7.0.12
image: public.ecr.aws/docker/library/redis:7.2.2
imagePullPolicy: IfNotPresent
tika:
image: ghcr.io/paperless-ngx/tika:2.8.0-full
Expand Down

0 comments on commit 09ff9d6

Please sign in to comment.