chore: Bump helm chart versions ahead of 26.7#424
Merged
Conversation
The update script (.scripts/update_helm_charts.py) skipped these files
This was matching on vector-aggregator:
```yaml
version: "2"
```
This had a side-effect: When the `repo.url` is updated (eg: https://grafana.github.io/helm-charts -> https://grafana-community.github.io/helm-charts), but the user has a named repo with the old url (because the `repo.name` wasn't updated), this caused chart downgrades. Now we do an add and force update (once), along with a repo URL check and bail out with this message: ```⚠️ Error processing ./stacks/observability/grafana.yaml: You have a local repo named grafana pointing to https://grafana.github.io/helm-charts, but the stack/demo wants https://grafana-community.github.io/helm-charts Either delete or update your local repo URL, or update the stack/demo repo name so it doesn't conflict ```
Techassi
reviewed
Jul 9, 2026
Techassi
left a comment
Member
There was a problem hiding this comment.
Looking good, just a few comments on the script.
Co-authored-by: Techassi <git@techassi.dev>
These are currently tied to the vector version shipped with products via docker-images. Hopefully we can move to OTLP for the vector sidecar -> vector-aggregator.
NickLarsenNZ
commented
Jul 9, 2026
| name: argo-cd | ||
| url: https://argoproj.github.io/argo-helm | ||
| version: 9.4.10 # v3.3.3 | ||
| version: 10.1.3 # appVersion: v3.4.5 |
Member
Author
There was a problem hiding this comment.
FYI, 3.4.5 just landed :D
dervoeti
previously approved these changes
Jul 9, 2026
They have new helm-chart repos.
dervoeti
previously approved these changes
Jul 9, 2026
dervoeti
left a comment
Member
There was a problem hiding this comment.
fyi: signal-processing still uses https://grafana.github.io/helm-charts, not community.
Is that correct?
Member
Author
Fixed in dbaf0d9. |
dervoeti
approved these changes
Jul 9, 2026
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.
Part of #422
Details