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
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,9 +112,8 @@ Create a GitHub tag and release, publish a new docker image, and helm chart by o
112
112
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.
113
113
- This key pertains to the helm chart verison that will be pushed upon release.
114
114
3. Run `./update-changelog` to update `CHANGELOG.md`.
115
-
4. Run `./build-chart` to package the new chart and update the repo index.
116
-
5. Commit and push changes to a new branch, then open a pull request against `main` and be sure to add the "maintenance" label.
117
-
6. After the pull request is approved and merged, then navigate to Actions --> Docker and Helm Release --> run workflow --> Branch: main --> Run workflow.
115
+
4. Commit and push changes to a new branch, then open a pull request against `main` and be sure to add the "maintenance" label.
116
+
5. After the pull request is approved and merged, then navigate to Actions --> Docker and Helm Release --> run workflow --> Branch: main --> Run workflow.
118
117
- This action will push a tagged docker image to the GitHub container registry and helm chart to GitHub pages.
0 commit comments