Skip to content

Commit fdebefe

Browse files
Merge pull request #575 from kate-goldenring/spin-shim-v0.22
Bump CI and example Shim to use containerd-shim-spin v0.22.0
2 parents 5c02e50 + b49741a commit fdebefe

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/helm-chart-node-scaling-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permissions:
77
contents: read
88

99
env:
10-
SHIM_SPIN_VERSION: v0.19.0
10+
SHIM_SPIN_VERSION: v0.22.0
1111
DOCKER_BUILD_SUMMARY: false
1212

1313
jobs:

.github/workflows/helm-chart-smoketest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99
env:
1010
K8S_VERSION: v1.32.3
1111
MICROK8S_CHANNEL: 1.32/stable
12-
SHIM_SPIN_VERSION: v0.19.0
12+
SHIM_SPIN_VERSION: v0.22.0
1313
DOCKER_BUILD_SUMMARY: false
1414

1515
jobs:

config/samples/test_shim_spin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
fetchStrategy:
1616
type: anonymousHttp
1717
anonHttp:
18-
location: "https://github.com/spinframework/containerd-shim-spin/releases/download/v0.19.0/containerd-shim-spin-v2-linux-aarch64.tar.gz"
18+
location: "https://github.com/spinframework/containerd-shim-spin/releases/download/v0.22.0/containerd-shim-spin-v2-linux-aarch64.tar.gz"
1919

2020
# Each runtime can provide a set of containerd runtime options to be set in the containerd
2121
# configuration file.

0 commit comments

Comments
 (0)