fix(helm): do not mark loki.storage.bucketNames.chunks as required, if minio is used. (#19871)

Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
Signed-off-by: Jay Clifford <45856600+Jayclifford345@users.noreply.github.com>
Co-authored-by: Jay Clifford <45856600+Jayclifford345@users.noreply.github.com>
pull/19873/head^2
Jan-Otto Kröpke 2 months ago committed by GitHub
parent 1a66d2ddab
commit eddd4f873d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      production/helm/loki/CHANGELOG.md
  2. 4
      production/helm/loki/ci/non-default-values.yaml

@ -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)

@ -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"

Loading…
Cancel
Save