Skip to content

Commit fcc3543

Browse files
Merge pull request #127 from kerthcet/cleanup/releasev0.6.0
Prepare for v0.0.6
2 parents e6e68ca + f58c81e commit fcc3543

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ LWS_VERSION=v0.3.0
1414
kubectl apply --server-side -f https://github.com/kubernetes-sigs/lws/releases/download/$LWS_VERSION/manifests.yaml
1515
1616
# llmaz runs in llmaz-system
17-
LLMAZ_VERSION=v0.0.4
17+
LLMAZ_VERSION=v0.0.6
1818
kubectl apply --server-side -f https://github.com/inftyai/llmaz/releases/download/$LLMAZ_VERSION/manifests.yaml
1919
```
2020

@@ -24,7 +24,7 @@ kubectl apply --server-side -f https://github.com/inftyai/llmaz/releases/downloa
2424
LWS_VERSION=v0.3.0
2525
kubectl delete -f https://github.com/kubernetes-sigs/lws/releases/download/$LWS_VERSION/manifests.yaml
2626
27-
LLMAZ_VERSION=v0.0.4
27+
LLMAZ_VERSION=v0.0.6
2828
kubectl delete -f https://github.com/inftyai/llmaz/releases/download/$LLMAZ_VERSION/manifests.yaml
2929
```
3030

0 commit comments

Comments
 (0)