chore(loki): migrate HelmRepository to grafana-community/helm-charts #88
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
webgrip/homelab-cluster#88
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Ryangr0 on GitHub.
Originally assigned to: @Ryangr0, @Copilot on GitHub.
Background
Effective March 16, 2026, the Grafana Loki Helm chart for OSS users moved to the
grafana-community/helm-charts repository. The current chart at grafana/helm-charts
is now maintained for Grafana Enterprise Logs (GEL) only. Chart v6.55.0 (our current
version) is the last cross-compatible release — v7.0.0+ in the original repo are GEL-only.
Our current HelmRepository points to: https://grafana.github.io/helm-charts
This must be updated before any Loki upgrade beyond 6.55.0.
Files to change
kubernetes/apps/observability/loki/app/helmrepository.yaml
Change
url:from:https://grafana.github.io/helm-charts
to the new community chart URL (verify at https://github.com/grafana-community/helm-charts).
Acceptance criteria
References