Skip to content

Commit eddd4f8

Browse files
fix(helm): do not mark loki.storage.bucketNames.chunks as required, if minio is used. (#19871)
Signed-off-by: Jan-Otto Kröpke <[email protected]> Signed-off-by: Jay Clifford <[email protected]> Co-authored-by: Jay Clifford <[email protected]>
1 parent 1a66d2d commit eddd4f8

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

production/helm/loki/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Entries should include a reference to the pull request that introduced the chang
1313

1414
## Unreleased
1515

16+
17+
- [BUGFIX] Do not mark loki.storage.bucketNames.chunks as required, if minio is used. [#19871](https://github.com/grafana/loki/pull/19871)
1618
- [ENHANCEMENT] Use fsGroupChangePolicy=OnRootMismatch on loki to speed up pod starts [#13942](https://github.com/grafana/loki/pull/13942)
1719
- [ENHANCEMENT] Add support for configuring `volumeAttributesClassName` for `volumeClaimTemplates`. [#19719](https://github.com/grafana/loki/pull/19719)
1820
- [BUGFIX] Don't fail for missing bucket name, if minio is enabled. [#19745](https://github.com/grafana/loki/pull/19745)

production/helm/loki/ci/non-default-values.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ loki:
66
commonConfig:
77
replication_factor: 1
88
useTestSchema: true
9-
storage:
10-
bucketNames:
11-
chunks: chunks
12-
ruler: ruler
139
tenants:
1410
- name: "test-user-1"
1511
password: "test-password-1"

0 commit comments

Comments
 (0)