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/contrib/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ helm upgrade --install \
kwasm-operator kwasm/kwasm-operator \
--namespace kwasm \
--create-namespace \
--set kwasmOperator.installerImage=ghcr.io/spinframework/containerd-shim-spin/node-installer:v0.21.0
--set kwasmOperator.installerImage=ghcr.io/spinframework/containerd-shim-spin/node-installer:v0.22.0
```

## Cluster Already Exists
Expand Down
4 changes: 2 additions & 2 deletions content/en/docs/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ kind: SpinApp
metadata:
name: simple-spinapp
spec:
image: "ghcr.io/spinframework/containerd-shim-spin/examples/spin-rust-hello:v0.21.0"
image: "ghcr.io/spinframework/containerd-shim-spin/examples/spin-rust-hello:v0.22.0"
replicas: 1
executor: "containerd-shim-spin"
```
Expand All @@ -96,7 +96,7 @@ kind: SpinApp
metadata:
name: simple-spinapp
spec:
image: 'ghcr.io/spinframework/containerd-shim-spin/examples/spin-rust-hello:v0.21.0'
image: 'ghcr.io/spinframework/containerd-shim-spin/examples/spin-rust-hello:v0.22.0'
replicas: 3
imagePullSecrets:
- name: spin-image-secret
Expand Down
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 @@ -126,7 +126,7 @@ helm install \
kwasm-operator kwasm/kwasm-operator \
--namespace kwasm \
--create-namespace \
--set kwasmOperator.installerImage=ghcr.io/spinframework/containerd-shim-spin/node-installer:v0.21.0
--set kwasmOperator.installerImage=ghcr.io/spinframework/containerd-shim-spin/node-installer:v0.22.0

# Provision Nodes
kubectl annotate node --all kwasm.sh/kwasm-node=true
Expand Down
1 change: 1 addition & 0 deletions content/en/docs/install/compatibility-matrices.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ shim](https://github.com/spinframework/containerd-shim-spin) uses.
| Shim Version | Spin Version |
|---------------|--------------------------------------------------------------------|
| **Spin v3.x** | |
| *v0.22.0* | [Spin v3.5.0](https://github.com/fermyon/spin/releases/tag/v3.5.0) |
| *v0.21.0* | [Spin v3.4.0](https://github.com/fermyon/spin/releases/tag/v3.4.0) |
| *v0.20.0* | [Spin v3.3.1](https://github.com/fermyon/spin/releases/tag/v3.3.1) |
| *v0.19.0* | [Spin v3.2.0](https://github.com/fermyon/spin/releases/tag/v3.2.0) |
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/install/installing-with-helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ helm install \
kwasm-operator kwasm/kwasm-operator \
--namespace kwasm \
--create-namespace \
--set kwasmOperator.installerImage=ghcr.io/spinframework/containerd-shim-spin/node-installer:v0.21.0
--set kwasmOperator.installerImage=ghcr.io/spinframework/containerd-shim-spin/node-installer:v0.22.0

# Provision Nodes
kubectl annotate node --all kwasm.sh/kwasm-node=true
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 @@ -79,7 +79,7 @@ We then need to install KWasm because it is not yet included with Microk8s:

```console { data-plausible="copy-quick-deploy-sample" }
$ microk8s helm repo add kwasm http://kwasm.sh/kwasm-operator/
$ microk8s helm install kwasm-operator kwasm/kwasm-operator --namespace kwasm --create-namespace --set kwasmOperator.installerImage=ghcr.io/spinframework/containerd-shim-spin/node-installer:v0.21.0
$ microk8s helm install kwasm-operator kwasm/kwasm-operator --namespace kwasm --create-namespace --set kwasmOperator.installerImage=ghcr.io/spinframework/containerd-shim-spin/node-installer:v0.22.0
$ microk8s kubectl annotate node --all kwasm.sh/kwasm-node=true

```
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/install/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ For this Quickstart guide, you will need:

```console { data-plausible="copy-quick-create-k3d" }
k3d cluster create wasm-cluster \
--image ghcr.io/spinframework/containerd-shim-spin/k3d:v0.21.0 \
--image ghcr.io/spinframework/containerd-shim-spin/k3d:v0.22.0 \
--port "8081:80@loadbalancer" \
--agents 2
```
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/topics/autoscaling/scaling-with-hpa.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ you have a Kubernetes cluster already, please feel free to use it:

```console
k3d cluster create wasm-cluster-scale \
--image ghcr.io/spinframework/containerd-shim-spin/k3d:v0.21.0 \
--image ghcr.io/spinframework/containerd-shim-spin/k3d:v0.22.0 \
-p "8081:80@loadbalancer" \
--agents 2
```
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/topics/autoscaling/scaling-with-keda.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ you have a Kubernetes cluster already, please feel free to use it:

```console
k3d cluster create wasm-cluster-scale \
--image ghcr.io/spinframework/containerd-shim-spin/k3d:v0.21.0 \
--image ghcr.io/spinframework/containerd-shim-spin/k3d:v0.22.0 \
-p "8081:80@loadbalancer" \
--agents 2
```
Expand Down