From f8df661b4ba1f859a88e54092ee0cda1d6265711 Mon Sep 17 00:00:00 2001 From: k8s-infra-cherrypick-robot <90416843+k8s-infra-cherrypick-robot@users.noreply.github.com> Date: Fri, 14 Feb 2025 14:46:17 -0800 Subject: [PATCH] CI: Update `kubectl` to v1.32.2. (#12852) Co-authored-by: Marco Ebert --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5a4d572de..319ef12ce 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -156,7 +156,7 @@ jobs: - name: Prepare Host run: | - curl -LO https://dl.k8s.io/release/v1.31.5/bin/linux/amd64/kubectl + curl -LO https://dl.k8s.io/release/v1.32.2/bin/linux/amd64/kubectl chmod +x ./kubectl sudo mv ./kubectl /usr/local/bin/kubectl