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
14
14
kubectl apply --server-side -f https://github.com/kubernetes-sigs/lws/releases/download/$LWS_VERSION/manifests.yaml
15
15
16
16
# llmaz runs in llmaz-system
17
- LLMAZ_VERSION=v0.0.4
17
+ LLMAZ_VERSION=v0.0.6
18
18
kubectl apply --server-side -f https://github.com/inftyai/llmaz/releases/download/$LLMAZ_VERSION/manifests.yaml
19
19
```
20
20
@@ -24,7 +24,7 @@ kubectl apply --server-side -f https://github.com/inftyai/llmaz/releases/downloa
24
24
LWS_VERSION=v0.3.0
25
25
kubectl delete -f https://github.com/kubernetes-sigs/lws/releases/download/$LWS_VERSION/manifests.yaml
26
26
27
- LLMAZ_VERSION=v0.0.4
27
+ LLMAZ_VERSION=v0.0.6
28
28
kubectl delete -f https://github.com/inftyai/llmaz/releases/download/$LLMAZ_VERSION/manifests.yaml
29
29
```
30
30
You can’t perform that action at this time.
0 commit comments