From f5e5bb076a5933b17ed2682e4086f6b3a838f216 Mon Sep 17 00:00:00 2001 From: Mark Phelps <209477+markphelps@users.noreply.github.com> Date: Fri, 20 Oct 2023 19:37:18 -0400 Subject: [PATCH 1/3] chore: remove unneeded config remove un-needed config in values --- charts/flipt/values.yaml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/charts/flipt/values.yaml b/charts/flipt/values.yaml index 59f30b7..944a693 100644 --- a/charts/flipt/values.yaml +++ b/charts/flipt/values.yaml @@ -142,23 +142,6 @@ flipt: encoding: console grpc_level: ERROR - ui: - enabled: true - - cors: - enabled: false - allowed_origins: "*" - - cache: - enabled: false - backend: memory - ttl: 60s - redis: - host: localhost - port: 6379 - memory: - eviction_interval: 5m # Evict Expired Items Every 5m - server: protocol: http host: 0.0.0.0 @@ -172,13 +155,6 @@ flipt: max_open_conn: 0 # unlimited conn_max_lifetime: 0 # unlimited - tracing: - enabled: false - exporter: jaeger - jaeger: - host: localhost - port: 6831 - migration: # If enabled will run the migration script over your db before rolling out # a new deployment. This will run in a helm hook so will get cleaned up on From b23695265829a7df1784fb6c63c11dd045736576 Mon Sep 17 00:00:00 2001 From: Mark Phelps <209477+markphelps@users.noreply.github.com> Date: Sat, 21 Oct 2023 11:36:05 -0400 Subject: [PATCH 2/3] chore: bump chart version --- charts/flipt/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/flipt/Chart.yaml b/charts/flipt/Chart.yaml index 03cc440..490d366 100644 --- a/charts/flipt/Chart.yaml +++ b/charts/flipt/Chart.yaml @@ -3,7 +3,7 @@ name: flipt home: https://flipt.io description: Flipt is an open-source, self-hosted feature flag solution. type: application -version: 0.41.2 +version: 0.42.0 appVersion: v1.28.2 maintainers: - name: Flipt From dd17a648998ecfc20ffeffd540d35918532a8f75 Mon Sep 17 00:00:00 2001 From: Mark Phelps <209477+markphelps@users.noreply.github.com> Date: Mon, 23 Oct 2023 10:48:49 -0400 Subject: [PATCH 3/3] chore: patch version --- charts/flipt/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/flipt/Chart.yaml b/charts/flipt/Chart.yaml index 490d366..8fe4dc7 100644 --- a/charts/flipt/Chart.yaml +++ b/charts/flipt/Chart.yaml @@ -3,7 +3,7 @@ name: flipt home: https://flipt.io description: Flipt is an open-source, self-hosted feature flag solution. type: application -version: 0.42.0 +version: 0.41.3 appVersion: v1.28.2 maintainers: - name: Flipt