Open
Conversation
markmandel
reviewed
Feb 24, 2026
Collaborator
markmandel
left a comment
There was a problem hiding this comment.
We should also update the make reference please!
build/docs/make-reference.md
Author
|
Sure @markmandel. I missed that one. |
Collaborator
|
/gcbrun |
Collaborator
|
Build Succeeded 🥳 Build Id: e9e8d3e7-c99b-415f-a907-3e439c0e47b6 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: |
mikeseese
suggested changes
Feb 26, 2026
Contributor
mikeseese
left a comment
There was a problem hiding this comment.
Just needs this one missed update; I can't see any more references other than in vendor/k8s.io/apimachinery/pkg/util/managedfields/node.yaml which I believe is negligible.
Co-authored-by: Mike Seese <seesemichaelj@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
/kind cleanup
What this PR does / Why we need it
The Grafana Helm chart currently used by the project has been deprecated.
The chart was migrated to
grafana-community/helm-chartseffective January 30, 2026.Running
make minikube-setup-grafanaproduces a deprecation warning, and this PR is to migrate the project fromgrafana/grafanatografana-community/grafana.Note that a previous PR (#4449) addressing the issue was submitted previously, but it was stalled for around a week due to licencing issue, so this PR was submitted as a backup.
Changes
1. build/Makefile
Updated the
setup-grafanatarget:Old:
New:
The
uninstall-grafanatarget remains unchanged since it references the release name.2. build/grafana.yaml and build/grafana-frontend.yaml
Reviewed for compatibility with the new chart.
Current values work with the upgraded chart. Verified by installing the new chart and confirming dashboards load correctly.
3. Documentation
Updated
site/content/en/docs/Guides/metrics.md:https://grafana-community.github.io/helm-chartshelm repo addandhelm upgradecommands to usegrafana-communityUpdated the
build/docs/make-reference.mdto reference the new Grafana Helm chart.Which issue(s) this PR fixes
Closes #4447