From d64665dffd3efa26e63bf89e873a9e8585d260aa Mon Sep 17 00:00:00 2001 From: sathyaseelan Date: Thu, 20 Jun 2024 12:01:59 +0530 Subject: [PATCH] Updated kind verion in Make file Signed-off-by: sathyaseelan --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 68522dea..af1694fc 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ USE_CONFIG ?= standard TOOLS_DIR := $(PWD)/.tools KIND := $(TOOLS_DIR)/kind -KIND_VERSION := v0.22.0 +KIND_VERSION := v0.23.0 KIND_VAP_ALPHA_CONFIG := $(PWD)/.github/scripts/config/kind/vap-v1alpha1.yaml KIND_VAP_BETA_CONFIG := $(PWD)/.github/scripts/config/kind/vap-v1beta1.yaml HELM_VALUES_VAP := $(PWD)/.github/scripts/config/helm/values-vap.yaml