From 173e0d56cc5bcfc21de08c1e878bfdb530434f29 Mon Sep 17 00:00:00 2001 From: Lisa Guo Date: Thu, 30 May 2024 00:05:09 -0400 Subject: [PATCH 1/2] Update kubeversion in makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4d21b1154..45ee3652c 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ endif ENABLE_WEBHOOKS ?= false START_KIND_CLUSTER ?= true -KUBE_VERSION ?= 1.24 +KUBE_VERSION ?= 1.30 KIND_CONFIG ?= kind-$(KUBE_VERSION).yaml KIND_CLUSTER_NAME ?= "cwa-operator" From 0dc597a4a332879ec0599ed2309cabbab6166e2a Mon Sep 17 00:00:00 2001 From: Lisa Guo Date: Thu, 30 May 2024 00:07:50 -0400 Subject: [PATCH 2/2] Update integ tests to use 1.30 --- integration-tests/generator/k8s_versions_matrix.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/integration-tests/generator/k8s_versions_matrix.json b/integration-tests/generator/k8s_versions_matrix.json index 05e9567e4..7c184be6b 100644 --- a/integration-tests/generator/k8s_versions_matrix.json +++ b/integration-tests/generator/k8s_versions_matrix.json @@ -19,5 +19,8 @@ }, { "k8sVersion": "1.29" + }, + { + "k8sVersion": "1.30" } ] \ No newline at end of file