We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a927ab5 commit bd34de0Copy full SHA for bd34de0
charts/gitops-runtime/values-ha.yaml
@@ -70,6 +70,12 @@ cf-argocd-extras:
70
argo-cd:
71
redis-ha:
72
enabled: true
73
+ ## Redis image
74
+ image:
75
+ # -- Redis repository
76
+ repository: ecr-public.aws.com/docker/library/redis
77
+ # -- Redis tag
78
+ tag: 8.2.2-alpine
79
80
controller:
81
replicas: 1
charts/gitops-runtime/values.yaml
@@ -237,6 +237,14 @@ argo-cd:
237
notifications:
238
enabled: false
239
240
+ redis:
241
242
243
244
245
246
247
+
248
configs:
249
cm:
250
timeout.reconciliation: 20s
0 commit comments