From df8e609ea2e202f2ef33d61b6ee4e68fcf899f6d Mon Sep 17 00:00:00 2001 From: Tariq Ibrahim Date: Fri, 6 Sep 2024 13:05:44 -0700 Subject: [PATCH] update K8s version used by holodeck to v1.31 Signed-off-by: Tariq Ibrahim --- tests/holodeck.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/holodeck.yaml b/tests/holodeck.yaml index 39e4d1771..5cbdae24b 100644 --- a/tests/holodeck.yaml +++ b/tests/holodeck.yaml @@ -22,5 +22,5 @@ spec: kubernetes: install: true installer: kubeadm - version: v1.28.5 - crictlVersion: v1.28.0 + version: v1.31.0 + crictlVersion: v1.31.1