Skip to content

Commit 32d78a0

Browse files
feat: add separate redis for cf-argocd-extras and app-proxy
1 parent 30521c9 commit 32d78a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/gitops-runtime/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ gitops-operator:
721721
# -- defaults
722722
registry: quay.io
723723
repository: codefresh/codefresh-gitops-operator
724-
tag: 3ac2676
724+
tag: 18fcd09
725725
env:
726726
GITOPS_OPERATOR_VERSION: 0.11.1
727727
serviceAccount:
@@ -903,7 +903,7 @@ redis:
903903
# Ref: https://github.com/DandyDeveloper/charts/blob/master/charts/redis-ha/values.yaml
904904
redis-ha:
905905
# -- Enables the Redis HA subchart and disables the custom Redis single node deployment
906-
enabled: true
906+
enabled: false
907907
# -- Full name of the Redis HA Resources
908908
fullnameOverride: "redis-ha"
909909
## Redis image

0 commit comments

Comments
 (0)