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 95902df commit cf2a3e3Copy full SHA for cf2a3e3
.github/workflows/helm-chart-smoketest.yml
@@ -4,7 +4,7 @@ on:
4
workflow_call:
5
6
env:
7
- SHIM_SPIN_VERSION: v0.15.1
+ SHIM_SPIN_VERSION: v0.19.0
8
9
jobs:
10
helm-install-smoke-test:
config/samples/test_shim_spin.yaml
@@ -15,7 +15,7 @@ spec:
15
fetchStrategy:
16
type: anonymousHttp
17
anonHttp:
18
- location: "https://github.com/spinframework/containerd-shim-spin/releases/download/v0.15.1/containerd-shim-spin-v2-linux-aarch64.tar.gz"
+ location: "https://github.com/spinframework/containerd-shim-spin/releases/download/v0.19.0/containerd-shim-spin-v2-linux-aarch64.tar.gz"
19
20
runtimeClass:
21
# Note: this name is used by the Spin Operator project as its default:
0 commit comments