CI: Update Kubernetes to v1.32.4. (#13255)

This commit is contained in:
Marco Ebert 2025-04-23 09:49:42 +02:00 committed by GitHub
parent 43d26e5458
commit b78af4c770
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -172,7 +172,7 @@ jobs:
- name: Prepare Host
run: |
curl -LO https://dl.k8s.io/release/v1.32.3/bin/linux/amd64/kubectl
curl -LO https://dl.k8s.io/release/v1.32.4/bin/linux/amd64/kubectl
chmod +x ./kubectl
sudo mv ./kubectl /usr/local/bin/kubectl