From 6e05697ae2f9e7015f9b72da1a10c1d634919e75 Mon Sep 17 00:00:00 2001 From: Mondo Diaz Date: Wed, 4 Feb 2026 09:53:38 -0600 Subject: [PATCH] infra: enable Redis in Helm chart values for all environments --- helm/orchard/values-dev.yaml | 2 +- helm/orchard/values-prod.yaml | 2 +- helm/orchard/values-stage.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/orchard/values-dev.yaml b/helm/orchard/values-dev.yaml index 3692766..9c43d74 100644 --- a/helm/orchard/values-dev.yaml +++ b/helm/orchard/values-dev.yaml @@ -228,7 +228,7 @@ minioIngress: secretName: minio-tls # Overridden by CI redis: - enabled: false + enabled: true waitForDatabase: true diff --git a/helm/orchard/values-prod.yaml b/helm/orchard/values-prod.yaml index c93ef4f..028ffbb 100644 --- a/helm/orchard/values-prod.yaml +++ b/helm/orchard/values-prod.yaml @@ -140,7 +140,7 @@ minioIngress: enabled: false redis: - enabled: false + enabled: true waitForDatabase: true diff --git a/helm/orchard/values-stage.yaml b/helm/orchard/values-stage.yaml index 063b69c..fbe8485 100644 --- a/helm/orchard/values-stage.yaml +++ b/helm/orchard/values-stage.yaml @@ -146,7 +146,7 @@ minioIngress: # Redis subchart configuration (for future caching) redis: - enabled: false + enabled: true image: registry: containers.global.bsf.tools repository: bitnami/redis