From abd48ed0fdd3eb933aa67740525c0c71266decc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20L=C3=B3pez=20Dato?= Date: Wed, 5 Jun 2024 16:55:59 -0300 Subject: [PATCH] Disable InfluxDB in values by default We are no longer using InfluxDB as the default for all new Flagsmith deployments. Disabling it by default in Helm values removes a possible point of friction, for example for customers that require all container images be mirrored in internal repositories. I understand this should only affect new deployments, but feel free to ignore or close this PR if it would cause any problems. --- charts/flagsmith/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/flagsmith/values.yaml b/charts/flagsmith/values.yaml index da4f3fcd..148c51b9 100644 --- a/charts/flagsmith/values.yaml +++ b/charts/flagsmith/values.yaml @@ -251,7 +251,7 @@ pgbouncer: extraVolumes: [] influxdb2: - enabled: true + enabled: false adminUser: organization: 'influxdata' bucket: 'default'