chore: Update manifests after change

This commit is contained in:
2026-03-23 01:20:22 +00:00
parent 08cea325f5
commit e9a518c70d
2 changed files with 5 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ spec:
tolerations: [] tolerations: []
containers: containers:
- name: "argocd-service-test" - name: "argocd-service-test"
image: redis:8.6.1@sha256:315270d166080f537bbdf1b489b603aaaa213cb55a544acfa51feb7481abb1c0 image: redis:8.6.1-alpine@sha256:315270d166080f537bbdf1b489b603aaaa213cb55a544acfa51feb7481abb1c0
command: command:
- sh - sh
- -c - -c

View File

@@ -47,7 +47,7 @@ spec:
automountServiceAccountToken: false automountServiceAccountToken: false
initContainers: initContainers:
- name: config-init - name: config-init
image: redis:8.6.1@sha256:315270d166080f537bbdf1b489b603aaaa213cb55a544acfa51feb7481abb1c0 image: redis:8.6.1-alpine@sha256:315270d166080f537bbdf1b489b603aaaa213cb55a544acfa51feb7481abb1c0
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
resources: {} resources: {}
command: command:
@@ -79,7 +79,7 @@ spec:
mountPath: /data mountPath: /data
containers: containers:
- name: redis - name: redis
image: redis:8.6.1@sha256:315270d166080f537bbdf1b489b603aaaa213cb55a544acfa51feb7481abb1c0 image: redis:8.6.1-alpine@sha256:315270d166080f537bbdf1b489b603aaaa213cb55a544acfa51feb7481abb1c0
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
command: command:
- redis-server - redis-server
@@ -150,7 +150,7 @@ spec:
- /bin/sh - /bin/sh
- /readonly-config/trigger-failover-if-master.sh - /readonly-config/trigger-failover-if-master.sh
- name: sentinel - name: sentinel
image: redis:8.6.1@sha256:315270d166080f537bbdf1b489b603aaaa213cb55a544acfa51feb7481abb1c0 image: redis:8.6.1-alpine@sha256:315270d166080f537bbdf1b489b603aaaa213cb55a544acfa51feb7481abb1c0
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
command: command:
- redis-sentinel - redis-sentinel
@@ -210,7 +210,7 @@ spec:
name: health name: health
lifecycle: {} lifecycle: {}
- name: split-brain-fix - name: split-brain-fix
image: redis:8.6.1@sha256:315270d166080f537bbdf1b489b603aaaa213cb55a544acfa51feb7481abb1c0 image: redis:8.6.1-alpine@sha256:315270d166080f537bbdf1b489b603aaaa213cb55a544acfa51feb7481abb1c0
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
command: command:
- sh - sh