From daf4fd6fb4d88acfbe506f58c448c81f1ba13a3d Mon Sep 17 00:00:00 2001 From: isan_rivkin Date: Sun, 23 Jun 2024 12:10:29 +0300 Subject: [PATCH] Bump fluffy version (#266) --- charts/lakefs/Chart.yaml | 2 +- charts/lakefs/values.yaml | 2 +- examples/lakefs/enterprise/values-oidc.yaml | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/charts/lakefs/Chart.yaml b/charts/lakefs/Chart.yaml index 98bfdb0..b2a6458 100644 --- a/charts/lakefs/Chart.yaml +++ b/charts/lakefs/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: lakefs description: A Helm chart for running LakeFS on Kubernetes type: application -version: 1.2.20 +version: 1.3.0 appVersion: 1.26.1 home: https://lakefs.io diff --git a/charts/lakefs/values.yaml b/charts/lakefs/values.yaml index f25b5b0..53f045f 100644 --- a/charts/lakefs/values.yaml +++ b/charts/lakefs/values.yaml @@ -107,7 +107,7 @@ fluffy: enabled: false image: repository: treeverse/fluffy - tag: '0.4.4' + tag: '0.6.0' pullPolicy: IfNotPresent # Start local postgres pod for quick start, not for production diff --git a/examples/lakefs/enterprise/values-oidc.yaml b/examples/lakefs/enterprise/values-oidc.yaml index 9d8c473..92c4e4a 100644 --- a/examples/lakefs/enterprise/values-oidc.yaml +++ b/examples/lakefs/enterprise/values-oidc.yaml @@ -45,7 +45,6 @@ fluffy: url: https://oidc-provider-url.com/ client_id: callback_base_url: https:// - is_default_login: true # the claim name that represents the client identifier in the OIDC provider (e.g Okta) logout_client_id_query_parameter: client_id # the query parameters that will be used to redirect the user to the OIDC provider (e.g Okta) after logout