Skip to content

Commit

Permalink
[YUNIKORN-2410] Update kindest/node (#785)
Browse files Browse the repository at this point in the history
Closes: #785

Signed-off-by: Chia-Ping Tsai <[email protected]>
  • Loading branch information
lowc1012 authored and chia7712 committed Feb 14, 2024
1 parent e901279 commit 8d59e77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
strategy:
fail-fast: false
matrix:
k8s: [v1.29.0, v1.28.0, v1.27.3, v1.26.6, v1.25.11, v1.24.15]
k8s: [v1.29.1, v1.28.6, v1.27.10, v1.26.13, v1.25.16, v1.24.17]
plugin: ['', '--plugin']
steps:
- name: Checkout source code
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export PATH := $(BASE_DIR)/$(TOOLS_DIR):$(GO_EXE_PATH):$(PATH)

# Default values for dev cluster
ifeq ($(K8S_VERSION),)
K8S_VERSION := v1.29.0
K8S_VERSION := v1.29.1
endif
ifeq ($(CLUSTER_NAME),)
CLUSTER_NAME := yk8s
Expand Down

0 comments on commit 8d59e77

Please sign in to comment.