We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0b802b commit 1fd44a2Copy full SHA for 1fd44a2
1 file changed
src/kubectl-helm-minikube/install.sh
@@ -13,7 +13,7 @@ set -e
13
rm -rf /var/lib/apt/lists/*
14
15
# Fallback version when stable.txt cannot be fetched (updated: 2026-02)
16
-KUBECTL_FALLBACK_VERSION="v1.28.0"
+KUBECTL_FALLBACK_VERSION="v1.35.1"
17
18
KUBECTL_VERSION="${VERSION:-"latest"}"
19
HELM_VERSION="${HELM:-"latest"}"
0 commit comments