Skip to content

Commit 002c7c8

Browse files
authored
Merge pull request #233 from spinkube/fix/v0.3.0-install
2 parents 1170ceb + 0895f33 commit 002c7c8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

content/en/docs/install/azure-kubernetes-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ namespace:
148148
helm install spin-operator \
149149
--namespace spin-operator \
150150
--create-namespace \
151-
--version 0.2.0 \
151+
--version 0.3.0 \
152152
--wait \
153153
oci://ghcr.io/spinkube/charts/spin-operator
154154
```

content/en/docs/install/installing-with-helm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The following installs the chart with the release name `spin-operator`:
9191
helm install spin-operator \
9292
--namespace spin-operator \
9393
--create-namespace \
94-
--version 0.2.0 \
94+
--version 0.3.0 \
9595
--wait \
9696
oci://ghcr.io/spinkube/charts/spin-operator
9797
```
@@ -111,7 +111,7 @@ To upgrade the `spin-operator` release, run the following:
111111
# Upgrade Spin Operator using Helm
112112
helm upgrade spin-operator \
113113
--namespace spin-operator \
114-
--version 0.2.0 \
114+
--version 0.3.0 \
115115
--wait \
116116
oci://ghcr.io/spinkube/charts/spin-operator
117117
```

content/en/docs/install/microk8s.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ $ microk8s kubectl annotate node --all kwasm.sh/kwasm-node=true
8989
Next, we need to install SpinKube’s operator using Helm (which is included with Microk8s).
9090

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

9494
```
9595

0 commit comments

Comments
 (0)