File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,9 @@ Please do not remove items from the checklist
1717 - [ ] Run ` PLATFORMS=linux/amd64 make image-push GIT_TAG=$VERSION ` to build and push an image.
1818 - [ ] Run ` make artifacts GIT_TAG=$VERSION ` to generate the artifact.
1919- [ ] Update helm chats and documents
20- - [ ] Update ` chart/Chart.yaml ` and ` docs/installation.md ` , the helm version is different with the app version.
20+ - [ ] Update versions
21+ - [ ] update ` chart/Chart.yaml ` , the helm version is different with the app version.
22+ - [ ] update ` docs/installation.md `
2123 - [ ] Run ` make helm-package ` to package the helm chart and update the index.yaml.
2224 - [ ] Submit a PR and merge it.
2325- [ ] An OWNER [ prepares a draft release] ( https://github.com/inftyai/llmaz/releases )
Original file line number Diff line number Diff line change 1313``` cmd
1414helm repo add inftyai https://inftyai.github.io/llmaz
1515helm repo update
16- helm install llmaz inftyai/llmaz --namespace llmaz-system --create-namespace --version 0.0.7
16+ helm install llmaz inftyai/llmaz --namespace llmaz-system --create-namespace --version 0.0.8
1717```
1818
1919### Uninstall
You can’t perform that action at this time.
0 commit comments