Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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