What's Changed
- [loki] [CHANGE] Add
tpl()support forpattern_ingester,ingester_clientandcompactor_grpc_clientcomponents. #16759 - [loki] [CHANGE] Common Config : Use grpc for contacting the compactor in distributed deployment, rather than http. The compactor_grpc_address parameter replaces the compactor_address in the default commonConfig section of values.yaml. If the compactor_address parameter is set, the compactor_grpc_address must be set to an empty string. Careful, the loki.compactorAddress helper now returns the address of the compactor in grpc format rather than http. #17454
- [loki] [FEATURE] Expose all storage configuration properties #18509
- [loki] [FEATURE] Added a Helm Chart value to disable the rbac resource creation for the tokengen job. #15882
- [loki] [FEATURE] Add readiness and liveness probes for the all memcached components. #18525
- [loki] [FEATURE] Add missing revisionHistoryLimit. #18638
- [loki] [ENHANCEMENT] Refactor loki health probes so
.Values.loki.livenessProbeand.Values.loki.startupProbecan be unset with{}#18575 - [loki] [BUGFIX] Make loki.storage.bucketNames are optional, if builtin minio is enabled. #18653
- [loki] [BUGFIX] Add comments, clarifying ruler setup. #18607
Source tag: https://github.com/grafana/loki/releases/tag/helm-loki-6.35.0
Helm chart release: https://github.com/grafana/helm-charts/releases/tag/helm-loki-6.35.0
Backfilled from grafana/helm-charts