From 06eddf7b2a195e7e73f97ce9f91171a980a2e6aa Mon Sep 17 00:00:00 2001 From: David Boublil Date: Sun, 19 Apr 2026 11:08:10 +0300 Subject: [PATCH 1/3] update charts --- charts/lakefs/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/lakefs/Chart.yaml b/charts/lakefs/Chart.yaml index 80cab02..388dd51 100644 --- a/charts/lakefs/Chart.yaml +++ b/charts/lakefs/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: lakefs description: A Helm chart for running LakeFS on Kubernetes type: application -version: 1.9.0 -appVersion: 1.80.0 +version: 1.9.1 +appVersion: 1.81.0 home: https://lakefs.io icon: https://lakefs.io/wp-content/uploads/2020/07/lake-fs-color-2.svg From ce6ebdd43fa4229c912e3dab6c6669355b156bce Mon Sep 17 00:00:00 2001 From: David Boublil Date: Sun, 19 Apr 2026 11:09:38 +0300 Subject: [PATCH 2/3] update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aac9ea5..f5dba59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +# 1.9.1 +:new: What's new: +- Update lakeFS version to [1.81.0](https://changelog.lakefs.io/changelog/releases/v1.81.0/) + # 1.9.0 :new: What's new: - Decouple lakeFS image tag from `Chart.AppVersion`: select community or enterprise tag via `image.community.tag` / `image.enterprise.tag` based on the `enterprise.enabled` flag From d4a45f59e783ef4405f840ca755cc6908731e288 Mon Sep 17 00:00:00 2001 From: David Boublil Date: Sun, 19 Apr 2026 11:14:41 +0300 Subject: [PATCH 3/3] update values.yaml --- charts/lakefs/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/lakefs/values.yaml b/charts/lakefs/values.yaml index f7b6085..0d9115f 100644 --- a/charts/lakefs/values.yaml +++ b/charts/lakefs/values.yaml @@ -9,7 +9,7 @@ image: community: tag: "1.80.0" enterprise: - tag: "1.80.0" + tag: "1.81.0" privateRegistry: enabled: false secretToken: null