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 99fb2b1 commit 84a0f28Copy full SHA for 84a0f28
.github/workflows/helm-chart-smoketest.yml
@@ -4,7 +4,10 @@ on:
4
workflow_call:
5
6
env:
7
- K8S_VERSION: v1.32.2
+ # TODO: bump to a more recent K8S_VERSION once rcm supports containerd 2.0+
8
+ # see https://github.com/spinframework/runtime-class-manager/issues/371
9
+ # For k3d in particular, containerd 2.0 is used starting with k3s image tag v1.32.2-k3s1
10
+ K8S_VERSION: v1.32.1
11
MICROK8S_CHANNEL: 1.32/stable
12
SHIM_SPIN_VERSION: v0.18.0
13
DOCKER_BUILD_SUMMARY: false
0 commit comments