Skip to content

Commit a9fa7d9

Browse files
committed
override redis-ha image with 8.2.2-alpine
Signed-off-by: reggie-k <[email protected]>
1 parent bd34de0 commit a9fa7d9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

charts/gitops-runtime/values.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,14 @@ argo-cd:
245245
# -- Redis tag
246246
tag: 8.2.2-alpine
247247

248+
redis-ha:
249+
## Redis-ha image
250+
image:
251+
# -- Redis repository
252+
repository: ecr-public.aws.com/docker/library/redis
253+
# -- Redis tag
254+
tag: 8.2.2-alpine
255+
248256
configs:
249257
cm:
250258
timeout.reconciliation: 20s

0 commit comments

Comments
 (0)