Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
  • Loading branch information
spacewander committed Jul 29, 2024
1 parent 5b6e30f commit 3799d6b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions MAINTAIN.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@ To release a new version, please follow the steps below:
* Create tag `types/v${version}` for `types` module. Then do the same with `controller` and `plugins`.
* Running `make fmt-go`. Don't panic for "server response: not found" error. The sync of sum.golang.org might take half an hour. Try again later. Commit a new commit after the command succeed. The CI should pass now.
* Create tag `image/v${version}` to trigger image building.
* When the image is ready, update the version in the `manifests/charts/*/Chart.yaml`, submit as a new commit.
* The CI will create a new chart package. The artifacthub will scrape the new package and update the version later.
* Try the quick start guide with the new version. Note that you may need to delete the installed chart before installing the new one,
as `helm install` will not upgrade the charts.
* Once the image is ready, update the version in the `manifests/charts/*/Chart.yaml`, verify the helm chart locally, then submit as a new commit.
* The CI will create a new chart package.
* Add the `go.work` back, and merge the release branch to the main branch.

## Upgrade components
Expand Down

0 comments on commit 3799d6b

Please sign in to comment.