Path: blob/main/docs/developer/release/8-update-helm-charts.md
5277 views
Update Helm Charts
Our Helm charts require some version updates as well.
Before you begin
Install helm-docs on macOS/Linux.
Steps
Create a branch from
mainfor grafana/helm-charts.Update the code:
Copy the content of the last CRDs into helm-charts.
Copy the contents from agent repo
production/operator/crds/to replace the contents of helm-charts repocharts/agent-operator/crdsUpdate references of agent-operator app version in helm-charts pointing to release version.
Bump up the helm chart version.
NOTE: Do not update the README.md manually. Running the helm-docs utility in the
charts/agent-operatordirectory will update it automatically.Open a PR, following the pattern in PR #2233.
Create a branch from
mainfor grafana/agent.Update the code:
Update
Chart.yamlwith the new helm version and app version.Update
CHANGELOG.mdwith a new section for the helm version.Run
make generate-helm-docs generate-helm-testsfrom the repo root.
Open a PR, following the pattern in PR #3126.