Skip to content

Commit 84a0f28

Browse files
committed
chore(helm-chart-smoketest): pin to k8s v1.32.1
Signed-off-by: Vaughn Dice <[email protected]>
1 parent 99fb2b1 commit 84a0f28

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ on:
44
workflow_call:
55

66
env:
7-
K8S_VERSION: v1.32.2
7+
# 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
811
MICROK8S_CHANNEL: 1.32/stable
912
SHIM_SPIN_VERSION: v0.18.0
1013
DOCKER_BUILD_SUMMARY: false

0 commit comments

Comments
 (0)