From eddd4f873de3cfd6a14e349356abc8fa9596a13d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Otto=20Kr=C3=B6pke?= Date: Thu, 20 Nov 2025 10:51:44 +0100 Subject: [PATCH] fix(helm): do not mark loki.storage.bucketNames.chunks as required, if minio is used. (#19871) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan-Otto Kröpke Signed-off-by: Jay Clifford <45856600+Jayclifford345@users.noreply.github.com> Co-authored-by: Jay Clifford <45856600+Jayclifford345@users.noreply.github.com> --- production/helm/loki/CHANGELOG.md | 2 ++ production/helm/loki/ci/non-default-values.yaml | 4 ---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/production/helm/loki/CHANGELOG.md b/production/helm/loki/CHANGELOG.md index 3ce9d4864f..492d52ef18 100644 --- a/production/helm/loki/CHANGELOG.md +++ b/production/helm/loki/CHANGELOG.md @@ -13,6 +13,8 @@ Entries should include a reference to the pull request that introduced the chang ## Unreleased + +- [BUGFIX] Do not mark loki.storage.bucketNames.chunks as required, if minio is used. [#19871](https://github.com/grafana/loki/pull/19871) - [ENHANCEMENT] Use fsGroupChangePolicy=OnRootMismatch on loki to speed up pod starts [#13942](https://github.com/grafana/loki/pull/13942) - [ENHANCEMENT] Add support for configuring `volumeAttributesClassName` for `volumeClaimTemplates`. [#19719](https://github.com/grafana/loki/pull/19719) - [BUGFIX] Don't fail for missing bucket name, if minio is enabled. [#19745](https://github.com/grafana/loki/pull/19745) diff --git a/production/helm/loki/ci/non-default-values.yaml b/production/helm/loki/ci/non-default-values.yaml index ef27798a58..cf36592edd 100644 --- a/production/helm/loki/ci/non-default-values.yaml +++ b/production/helm/loki/ci/non-default-values.yaml @@ -6,10 +6,6 @@ loki: commonConfig: replication_factor: 1 useTestSchema: true - storage: - bucketNames: - chunks: chunks - ruler: ruler tenants: - name: "test-user-1" password: "test-password-1"