Skip to content

Commit 87b9d8c

Browse files
authored
update version (#347)
Signed-off-by: kerthcet <[email protected]>
1 parent d1faf2c commit 87b9d8c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/ISSUE_TEMPLATE/NEW_RELEASE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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)

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
```cmd
1414
helm repo add inftyai https://inftyai.github.io/llmaz
1515
helm 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

0 commit comments

Comments
 (0)