Skip to content

Commit

Permalink
Merge pull request #233 from spinkube/fix/v0.3.0-install
Browse files Browse the repository at this point in the history
  • Loading branch information
endocrimes authored Sep 9, 2024
2 parents 1170ceb + 0895f33 commit 002c7c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion content/en/docs/install/azure-kubernetes-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ namespace:
helm install spin-operator \
--namespace spin-operator \
--create-namespace \
--version 0.2.0 \
--version 0.3.0 \
--wait \
oci://ghcr.io/spinkube/charts/spin-operator
```
Expand Down
4 changes: 2 additions & 2 deletions content/en/docs/install/installing-with-helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ The following installs the chart with the release name `spin-operator`:
helm install spin-operator \
--namespace spin-operator \
--create-namespace \
--version 0.2.0 \
--version 0.3.0 \
--wait \
oci://ghcr.io/spinkube/charts/spin-operator
```
Expand All @@ -111,7 +111,7 @@ To upgrade the `spin-operator` release, run the following:
# Upgrade Spin Operator using Helm
helm upgrade spin-operator \
--namespace spin-operator \
--version 0.2.0 \
--version 0.3.0 \
--wait \
oci://ghcr.io/spinkube/charts/spin-operator
```
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/install/microk8s.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ $ microk8s kubectl annotate node --all kwasm.sh/kwasm-node=true
Next, we need to install SpinKube’s operator using Helm (which is included with Microk8s).

```console { data-plausible="copy-quick-deploy-sample" }
$ microk8s helm install spin-operator --namespace spin-operator --create-namespace --version 0.2.0 --wait oci://ghcr.io/spinkube/charts/spin-operator
$ microk8s helm install spin-operator --namespace spin-operator --create-namespace --version 0.3.0 --wait oci://ghcr.io/spinkube/charts/spin-operator

```

Expand Down

0 comments on commit 002c7c8

Please sign in to comment.