Upgrade deprecated Grafana Helm chart to grafana-community/grafana#4449
Conversation
The grafana/grafana Helm chart from https://grafana.github.io/helm-charts was deprecated on January 30, 2026. Updates and support are now only provided through the grafana-community/helm-charts repository. Changes: - build/Makefile: update repo URL and chart reference in setup-grafana - site/content/en/docs/Guides/metrics.md: update installation instructions - build/docs/make-reference.md: update chart link Closes agones-dev#4447
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
|
Will take this for a spin - but first we need the CLA signed please! /gcbrun |
|
Build Succeeded 🥳 Build Id: 6f2a87d1-036c-459f-a731-48df9f765b07 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version: |
|
@LakshmiSravyaVedantham just checking in - would be great if you could sign the CLA, then we can merge the code 👍🏻 |
Summary
The
grafana/grafanaHelm chart fromhttps://grafana.github.io/helm-chartswas deprecated on January 30, 2026. This PR migrates to the newgrafana-community/grafanachart.Changes
helm repo addURL fromgrafana.github.io/helm-chartstografana-community.github.io/helm-charts, and chart reference fromgrafana/grafanatografana-community/grafanaNot changed
build/grafana.yamlandbuild/grafana-frontend.yaml: Our current values (service port, tolerations, affinity, sidecar dashboards, plugins, datasources) should be compatible with the new chart. Theuninstall-grafanatarget also does not need changes since it references the release name, not the chart.Closes #4447
Test plan
make setup-grafanainstalls Grafana without the deprecation warningmake uninstall-grafanastill works as expected