We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b2512a commit 412d164Copy full SHA for 412d164
config/samples/test_shim_spin.yaml
@@ -15,11 +15,13 @@ spec:
15
fetchStrategy:
16
type: annonymousHttp
17
anonHttp:
18
- location: "https://github.com/spinkube/containerd-shim-spin/releases/download/v0.14.1/containerd-shim-spin-v2-linux-aarch64.tar.gz"
+ location: "https://github.com/spinkube/containerd-shim-spin/releases/download/v0.15.1/containerd-shim-spin-v2-linux-aarch64.tar.gz"
19
20
runtimeClass:
21
- name: spin-v2
22
- handler: spin
+ # Note: this name is used by the Spin Operator project as its default:
+ # https://github.com/spinkube/spin-operator/blob/main/config/samples/spin-shim-executor.yaml
23
+ name: wasmtime-spin-v2
24
+ handler: spin-v2
25
26
rolloutStrategy:
27
type: recreate
0 commit comments