You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: Bump helm chart versions ahead of 26.7 (#424)
* fix(yaml): Quote/comment templating syntax
The update script (.scripts/update_helm_charts.py) skipped these files
* chore(script): Formatting
* fix(script): Handle empty appVersion
* fix(script): Don't strip leading indentation
This was matching on vector-aggregator:
```yaml
version: "2"
```
* chore(script): mention "appVersion" before the app version
* chore(helm): Bump versions
* fix(script): Combine helm repo add with update
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
```
* fix(script): Ignore bumping templated versions
* chore(helm): Update grafana repo name
* Apply suggestions from code review
Co-authored-by: Techassi <git@techassi.dev>
* chore(script): Dedent and """
* chore(script): Skip Vector bumps
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.
* revert(helm): Go back to vector 0.55.0
* revert(helm): Last minute ArgoCD bump
* chore(helm): Update loki and tempo
They have new helm-chart repos.
* chore(script): Improve script output
---------
Co-authored-by: Techassi <git@techassi.dev>
0 commit comments