Skip to content

Commit

Permalink
Merge pull request #235 from treeverse/upgrade-fluffy-image
Browse files Browse the repository at this point in the history
Upgraded fluffy image
  • Loading branch information
idanovo committed Feb 19, 2024
2 parents 9ad0089 + 71c03f1 commit b8db6f0
Show file tree
Hide file tree
Showing 3 changed files with 3 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.1.5
version: 1.1.6
appVersion: 1.11.0

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.2.6'
tag: '0.2.7'
pullPolicy: IfNotPresent

# Start local postgres pod for quick start, not for production
Expand Down
2 changes: 1 addition & 1 deletion examples/lakefs/enterprise/values-oidc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ fluffy:
enabled: true
image:
repository: treeverse/fluffy
tag: '0.2.0'
tag: '0.2.7'
pullPolicy: IfNotPresent
privateRegistry:
enabled: true
Expand Down

0 comments on commit b8db6f0

Please sign in to comment.