Skip to content

Commit

Permalink
Merge pull request #246 from treeverse/upgrade-lakefs-and-fluffy-images
Browse files Browse the repository at this point in the history
Upgrade lakeFS and fluffy images
  • Loading branch information
idanovo authored Apr 11, 2024
2 parents 1a5f30a + 7f07317 commit c940c01
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/lakefs/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: lakefs
description: A Helm chart for running LakeFS on Kubernetes
type: application
version: 1.2.7
appVersion: 1.17.0
version: 1.2.8
appVersion: 1.18.0

home: https://lakefs.io
icon: https://lakefs.io/wp-content/uploads/2020/07/lake-fs-color-2.svg
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.7'
tag: '0.3.0'
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.7'
tag: '0.3.0'
pullPolicy: IfNotPresent
privateRegistry:
enabled: true
Expand Down

0 comments on commit c940c01

Please sign in to comment.