mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-23 12:31:07 +01:00
8645438a79
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Signed-off-by: Github Actions <133988544+victoriametrics-bot@users.noreply.github.com> Co-authored-by: AndrewChubatiuk <3162380+AndrewChubatiuk@users.noreply.github.com>
1.2 KiB
1.2 KiB
Release process guidance
Update version for VictoriaMetrics kubernetes monitoring stack
-
Update dependency requirements in Chart.yml
-
Apply changes via
helm dependency update
-
Update image tag in chart values:
make sync-rules make sync-dashboards
-
Bump version of the victoria-metrics-k8s-stack Chart.yml
-
Run linter:
make lint
-
Render templates locally to check for errors:
helm template vm-k8s-stack ./charts/victoria-metrics-k8s-stack --output-dir out --values ./charts/victoria-metrics-k8s-stack/values.yaml --debug
-
Test updated chart by installing it to your kubernetes cluster.
-
Update docs with
helm-docs
-
Commit the changes and send a PR