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
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,11 +100,14 @@ Helm charts are hosted with GitHub Pages since GitHub Packages does not support
100
100
1. Update the "appVersion" key in`helm-charts/vmpooler/Chart.yaml` to the docker image tag that was generated by opening a pull request.
101
101
2. Update the "version" key to a pre-release tag, something like "x.y.z-rc.1", then run `./build-chart` to build the chart locally, and upload it to your desired location.
Create a GitHub tag and release, publish a new docker image, and helm chart by opening a release prep pull request and running the release action:
106
109
107
-
1. Bump the "appVersion" key in`helm-charts/vmpooler/Chart.yaml` appropriately based on changes to `docker/Gemfile`abd`docker/Gemfile.lock`in merged pull requests since the last release.
110
+
1. Bump the "appVersion" key in`helm-charts/vmpooler/Chart.yaml` appropriately based on changes to `docker/Gemfile`and`docker/Gemfile.lock`in merged pull requests since the last release.
108
111
2. Bump the "version" key in`helm-charts/vmpooler/Chart.yaml` appropriately based on changes to the chart itself and increments of the "appVersion"in merged pull requests since the last release.
109
112
3. Run `./update-changelog` to update `CHANGELOG.md`.
110
113
4. Commit and push changes to a new branch, then open a pull request against `main` and be sure to add the "maintenance" label.
0 commit comments