File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ LWS_VERSION=v0.3.0
1414kubectl 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
1818kubectl 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
2424LWS_VERSION=v0.3.0
2525kubectl 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
2828kubectl delete -f https://github.com/inftyai/llmaz/releases/download/$LLMAZ_VERSION/manifests.yaml
2929```
3030
You can’t perform that action at this time.
0 commit comments