Skip to content

Commit 412d164

Browse files
committed
fix(test_shim_spin.yaml): update shim location; update runtimeclass name and handler
Signed-off-by: Vaughn Dice <[email protected]>
1 parent 3b2512a commit 412d164

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

config/samples/test_shim_spin.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,13 @@ spec:
1515
fetchStrategy:
1616
type: annonymousHttp
1717
anonHttp:
18-
location: "https://github.com/spinkube/containerd-shim-spin/releases/download/v0.14.1/containerd-shim-spin-v2-linux-aarch64.tar.gz"
18+
location: "https://github.com/spinkube/containerd-shim-spin/releases/download/v0.15.1/containerd-shim-spin-v2-linux-aarch64.tar.gz"
1919

2020
runtimeClass:
21-
name: spin-v2
22-
handler: spin
21+
# Note: this name is used by the Spin Operator project as its default:
22+
# https://github.com/spinkube/spin-operator/blob/main/config/samples/spin-shim-executor.yaml
23+
name: wasmtime-spin-v2
24+
handler: spin-v2
2325

2426
rolloutStrategy:
2527
type: recreate

0 commit comments

Comments
 (0)