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 .github/workflows/helm-chart-smoketest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
# For k3d in particular, containerd 2.0 is used starting with k3s image tag v1.32.2-k3s1
K8S_VERSION: v1.32.1
MICROK8S_CHANNEL: 1.32/stable
SHIM_SPIN_VERSION: v0.18.0
SHIM_SPIN_VERSION: v0.19.0
DOCKER_BUILD_SUMMARY: false

jobs:
Expand Down
2 changes: 1 addition & 1 deletion config/samples/test_shim_spin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
fetchStrategy:
type: anonymousHttp
anonHttp:
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"

runtimeClass:
# Note: this name is used by the Spin Operator project as its default:
Expand Down
Loading