diff --git a/charts/flipt/Chart.yaml b/charts/flipt/Chart.yaml index 03cc440..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.41.2 +version: 0.41.3 appVersion: v1.28.2 maintainers: - name: Flipt 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