This is an automated email from the ASF dual-hosted git repository.
chia7712 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-k8shim.git
The following commit(s) were added to refs/heads/master by this push:
new 81058ad8 [YUNIKORN-2617] Update kindest/node to v1.29.2 for Makefile
(#836)
81058ad8 is described below
commit 81058ad8dee85ba1e99f272528d3ba95b3336a31
Author: ryan <[email protected]>
AuthorDate: Mon May 13 21:01:00 2024 +0800
[YUNIKORN-2617] Update kindest/node to v1.29.2 for Makefile (#836)
Closes: #836
Signed-off-by: Chia-Ping Tsai <[email protected]>
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index c9d847ce..50b3a659 100644
--- a/Makefile
+++ b/Makefile
@@ -65,7 +65,7 @@ export PATH := $(BASE_DIR)/$(TOOLS_DIR):$(GO_EXE_PATH):$(PATH)
# Default values for dev cluster
ifeq ($(K8S_VERSION),)
-K8S_VERSION := v1.29.1
+K8S_VERSION := v1.29.2
endif
ifeq ($(CLUSTER_NAME),)
CLUSTER_NAME := yk8s
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]