Merge pull request #2095 from XiShanYongYe-Chang/upgrade-kind-version

upgrade kind version to v0.14.0
This commit is contained in:
karmada-bot 2022-06-30 19:53:22 +08:00 committed by GitHub
commit 05bf0d2426
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ name: Chart Lint
env:
HELM_VERSION: v3.8.1
KIND_VERSION: v0.12.0
KIND_VERSION: v0.14.0
KIND_NODE_IMAGE: kindest/node:v1.23.4
K8S_VERSION: v1.23.4

View File

@ -40,7 +40,7 @@ util::verify_go_version
util::cmd_must_exist "docker"
# install kind and kubectl
kind_version=v0.12.0
kind_version=v0.14.0
echo -n "Preparing: 'kind' existence check - "
if util::cmd_exist kind; then
echo "passed"