From e7a4d127c38e9e097d9989e89bd4f4cd49e3a47e Mon Sep 17 00:00:00 2001 From: Jaret Deprin Date: Mon, 11 Nov 2019 14:53:31 -0800 Subject: [PATCH] enable redis by default to address https://github.com/argoproj/argo-helm/issues/157 --- charts/argo-cd/README.md | 2 +- charts/argo-cd/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/argo-cd/README.md b/charts/argo-cd/README.md index 899fbdca..28f5f678 100644 --- a/charts/argo-cd/README.md +++ b/charts/argo-cd/README.md @@ -216,7 +216,7 @@ $ helm install --name my-release argo/argo-cd |-----|------|---------|-------------| | redis.affinity | Assign custom affinity rules to the deployment https://kubernetes.io/docs/concepts/configuration/assign-pod-node/ | `{}` | | redis.containerPort | Redis container port | `6379` | -| redis.enabled | Enable redis | `false` | +| redis.enabled | Enable redis | `true` | | redis.image.imagePullPolicy | Redis imagePullPolicy | `"IfNotPresent"` | | redis.image.repository | Redis repository | `"redis"` | | redis.image.tag | Redis tag | `"5.0.3"` | diff --git a/charts/argo-cd/values.yaml b/charts/argo-cd/values.yaml index 66d05ee4..53a66acb 100644 --- a/charts/argo-cd/values.yaml +++ b/charts/argo-cd/values.yaml @@ -159,7 +159,7 @@ dex: ## Redis redis: - enabled: false + enabled: true name: redis image: