Skip to content

Commit

Permalink
[YUNIKORN-2617] Update kindest/node to v1.29.2 for Makefile (#836)
Browse files Browse the repository at this point in the history
Closes: #836

Signed-off-by: Chia-Ping Tsai <[email protected]>
  • Loading branch information
ryankert01 authored and chia7712 committed May 13, 2024
1 parent e95ba07 commit 81058ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 81058ad

Please sign in to comment.