Skip to content

Commit 1fd44a2

Browse files
authored
Update fallback version of kubectl to v1.35.1
1 parent e0b802b commit 1fd44a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/kubectl-helm-minikube/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ set -e
1313
rm -rf /var/lib/apt/lists/*
1414

1515
# Fallback version when stable.txt cannot be fetched (updated: 2026-02)
16-
KUBECTL_FALLBACK_VERSION="v1.28.0"
16+
KUBECTL_FALLBACK_VERSION="v1.35.1"
1717

1818
KUBECTL_VERSION="${VERSION:-"latest"}"
1919
HELM_VERSION="${HELM:-"latest"}"

0 commit comments

Comments
 (0)