Bump Grafana Helm chart to v9.3.2#346
Merged
Merged
Conversation
Contributor
Author
|
CI is failing due to a timeout when waiting for the Grafana PVC to get claimed: the kind cluster does have a storage class: Why does it not work? Maybe, the PVC request is larger than the disk on the node? The defaults have not changed across releases so maybe this is some internal bug within the CI setup. |
Contributor
Author
|
CI should be passing now, issues fixed and tested in my fork |
This was referenced Aug 14, 2025
Contributor
klesh
approved these changes
Aug 22, 2025
Contributor
klesh
left a comment
There was a problem hiding this comment.
Thanks for your contribution.
Let's move things forward
fabioluciano
pushed a commit
to fabioluciano/incubator-devlake-helm-chart
that referenced
this pull request
May 6, 2026
* bump Grafana helm chart to v9.3.1 * bump Grafana chart to 9.3.2 * update grafana custom image definition
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.
The Helm chart used to deploy Grafana is outdated and missing useful features and bugfixes. One of the features usefult for DevLake is the ability to mount configmaps - useful when overriding dashboard configs.
Updating it to latest stable version 9.3.2:
https://github.com/grafana/helm-charts/releases/tag/grafana-9.3.2
Also, the code of the dependency is removed - will be installed during the
helm dependency updatestep and matched against the checksum in Chart.lock.This fixes #327