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

Update docker.io/library/redis Docker tag to v7.4.0 #19

Merged
merged 1 commit into from
Sep 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/firefly/redis-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
type: RuntimeDefault
containers:
- name: redis
image: docker.io/library/redis:7.2.5-alpine
image: docker.io/library/redis:7.4.0-alpine
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
Expand Down
2 changes: 1 addition & 1 deletion apps/ghostfolio/components/redis/redis-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
type: RuntimeDefault
containers:
- name: redis
image: docker.io/library/redis:7.2.5-alpine
image: docker.io/library/redis:7.4.0-alpine
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
Expand Down
2 changes: 1 addition & 1 deletion apps/immich/redis-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
type: "RuntimeDefault"
containers:
- name: "redis"
image: "docker.io/library/redis:7.2.5-alpine"
image: "docker.io/library/redis:7.4.0-alpine"
ports:
- containerPort: 6379
name: "redis"
Expand Down
2 changes: 1 addition & 1 deletion apps/onlyoffice/components/redis/redis-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
type: "RuntimeDefault"
containers:
- name: "redis"
image: "docker.io/library/redis:7.2.5-alpine"
image: "docker.io/library/redis:7.4.0-alpine"
ports:
- containerPort: 6379
name: "redis"
Expand Down
2 changes: 1 addition & 1 deletion apps/paperless-ngx/redis-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
type: "RuntimeDefault"
containers:
- name: "redis"
image: "docker.io/library/redis:7.2.5-alpine"
image: "docker.io/library/redis:7.4.0-alpine"
ports:
- containerPort: 6379
name: "redis"
Expand Down
2 changes: 1 addition & 1 deletion apps/vikunja/components/redis/redis-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
type: "RuntimeDefault"
containers:
- name: "redis"
image: "docker.io/library/redis:7.2.5-alpine"
image: "docker.io/library/redis:7.4.0-alpine"
ports:
- containerPort: 6379
name: "redis"
Expand Down
Loading