version: Add k0s version

Add external versions support for k0s and
initially pin it at v1.31.5 as our cri-o tests
started failing when v1.32 became the latest

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
stevenhorsman 2025-02-24 14:27:18 +00:00
parent 6e236fd44c
commit 3fe35c1594

View File

@ -300,6 +300,11 @@ externals:
url: "https://github.com/lvmteam/lvm2"
version: "v2_03_16"
k0s:
description: "K0s Kubernetes distribution, used in cri-o testing"
url: "https://get.k0s.sh"
version: "v1.31.5+k0s.0"
kubernetes:
description: "Kubernetes project container manager"
url: "https://github.com/kubernetes/kubernetes"