Skip to content

Commit

Permalink
Bump fluffy version (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
Isan-Rivkin committed Jun 23, 2024
1 parent 74d4e3b commit daf4fd6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/lakefs/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/lakefs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion examples/lakefs/enterprise/values-oidc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ fluffy:
url: https://oidc-provider-url.com/
client_id: <oidc-client-id>
callback_base_url: https://<lakefs.ingress.domain>
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
Expand Down

0 comments on commit daf4fd6

Please sign in to comment.