Skip to content

Commit

Permalink
Bump fluffy version (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
guy-har authored Jan 21, 2025
1 parent f2e3140 commit f8292be
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
uses: zricethezav/[email protected]
- name: Install chart-testing (lint)
uses: helm/chart-testing-action@v2
with:
version: v3.8.0
- name: Run chart-testing (list-changed)
id: list-changed
run: |
Expand Down
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.3.30
version: 1.3.31
appVersion: 1.48.2

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 @@ -111,7 +111,7 @@ fluffy:
enabled: false
image:
repository: treeverse/fluffy
tag: '0.8.1'
tag: '0.8.3'
pullPolicy: IfNotPresent

# Start local postgres pod for quick start, not for production
Expand Down

0 comments on commit f8292be

Please sign in to comment.