Skip to content

Commit

Permalink
Merge pull request #127 from kerthcet/cleanup/releasev0.6.0
Browse files Browse the repository at this point in the history
Prepare for v0.0.6
  • Loading branch information
InftyAI-Agent authored Sep 6, 2024
2 parents e6e68ca + f58c81e commit fcc3543
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ LWS_VERSION=v0.3.0
kubectl apply --server-side -f https://github.com/kubernetes-sigs/lws/releases/download/$LWS_VERSION/manifests.yaml
# llmaz runs in llmaz-system
LLMAZ_VERSION=v0.0.4
LLMAZ_VERSION=v0.0.6
kubectl apply --server-side -f https://github.com/inftyai/llmaz/releases/download/$LLMAZ_VERSION/manifests.yaml
```

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

Expand Down

0 comments on commit fcc3543

Please sign in to comment.