From d5c622f9b251b117b2880aa0886dd8ec9fbb7a48 Mon Sep 17 00:00:00 2001 From: aa-shalin <110060360+aa-shalin@users.noreply.github.com> Date: Tue, 29 Jul 2025 14:05:26 -0700 Subject: [PATCH 1/2] fix(helm): allowing ingester_client settings to be configured Signed-off-by: aa-shalin <110060360+aa-shalin@users.noreply.github.com> --- production/helm/loki/values.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/production/helm/loki/values.yaml b/production/helm/loki/values.yaml index 590380cf2f4ce..a918bc08d4421 100644 --- a/production/helm/loki/values.yaml +++ b/production/helm/loki/values.yaml @@ -179,6 +179,11 @@ loki: {{- tpl (. | toYaml) $ | nindent 4 }} {{- end }} + {{- with .Values.loki.ingester_client }} + ingester_client: + {{- tpl (. | toYaml) $ | nindent 4 }} + {{- end }} + {{- with .Values.loki.block_builder }} block_builder: {{- tpl (. | toYaml) $ | nindent 4 }} From d64f8bd615cf872b05623e059d9938b034cfea74 Mon Sep 17 00:00:00 2001 From: aa-shalin <110060360+aa-shalin@users.noreply.github.com> Date: Tue, 29 Jul 2025 14:08:33 -0700 Subject: [PATCH 2/2] chore(docs): updating changelog Signed-off-by: aa-shalin <110060360+aa-shalin@users.noreply.github.com> --- production/helm/loki/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production/helm/loki/CHANGELOG.md b/production/helm/loki/CHANGELOG.md index 07fe2001903e8..cd79508b472d1 100644 --- a/production/helm/loki/CHANGELOG.md +++ b/production/helm/loki/CHANGELOG.md @@ -12,7 +12,7 @@ Entries should be ordered as follows: Entries should include a reference to the pull request that introduced the change. [//]: # ( : do not remove this line. This locator is used by the CI pipeline to automatically create a changelog entry for each new Loki release. Add other chart versions and respective changelog entries bellow this line.) - +- [ENHANCEMENT] Allow ingester_client to be configured ## 6.34.0