We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ae744d commit f75facbCopy full SHA for f75facb
docs/releases.md
@@ -11,4 +11,9 @@ Current release process is rather heavy on manual interventions:
11
- Update Makefile with latest version, as well as `docs/versioning.md`
12
- Update k6-operator's version in `values.yaml` and bump `Chart.yaml`
13
- Run `helm-docs` to update the auto-generated documentation for the Chart
14
+- Commit the changes:
15
+ ```
16
+ git add charts/k6-operator/Chart.yaml charts/k6-operator/README.md charts/k6-operator/values.yaml docs/versioning.md Makefile
17
+ git commit -m 'release: update for v0.0.x'
18
19
5. "Helm release" workflow is triggered, publishing to Helm Grafana repo.
0 commit comments