Path: blob/main/docs/developer/release/8-update-helm-charts.md
4096 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
main
for 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/crds
Update 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-operator
directory will update it automatically.Open a PR, following the pattern in PR #2233.
Create a branch from
main
for grafana/agent.Update the code:
Update
Chart.yaml
with the new helm version and app version.Update
CHANGELOG.md
with a new section for the helm version.Run
make generate-helm-docs generate-helm-tests
from the repo root.
Open a PR, following the pattern in PR #3126.