Automated Manifest Update (#3663)

This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

Reviewed-on: #3663
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #3663.
This commit is contained in:
2026-02-03 00:21:38 +00:00
committed by Alex Lebens
parent 81fc539866
commit 634be6ac69
56 changed files with 6359 additions and 143 deletions

View File

@@ -47,7 +47,7 @@ spec:
automountServiceAccountToken: false
initContainers:
- name: config-init
image: ecr-public.aws.com/docker/library/redis:8.2.2-alpine
image: ecr-public.aws.com/docker/library/redis:8.2.3-alpine
imagePullPolicy: IfNotPresent
resources: {}
command:
@@ -79,7 +79,7 @@ spec:
mountPath: /data
containers:
- name: redis
image: ecr-public.aws.com/docker/library/redis:8.2.2-alpine
image: ecr-public.aws.com/docker/library/redis:8.2.3-alpine
imagePullPolicy: IfNotPresent
command:
- redis-server
@@ -147,7 +147,7 @@ spec:
- /bin/sh
- /readonly-config/trigger-failover-if-master.sh
- name: sentinel
image: ecr-public.aws.com/docker/library/redis:8.2.2-alpine
image: ecr-public.aws.com/docker/library/redis:8.2.3-alpine
imagePullPolicy: IfNotPresent
command:
- redis-sentinel
@@ -207,7 +207,7 @@ spec:
name: health
lifecycle: {}
- name: split-brain-fix
image: ecr-public.aws.com/docker/library/redis:8.2.2-alpine
image: ecr-public.aws.com/docker/library/redis:8.2.3-alpine
imagePullPolicy: IfNotPresent
command:
- sh