CI: Update Kubernetes to v1.33.2. (#13540)

This commit is contained in:
Marco Ebert 2025-06-23 11:22:55 +02:00 committed by GitHub
parent d01c0757d2
commit dd22f7412b
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.33.1/bin/linux/amd64/kubectl
curl -LO https://dl.k8s.io/release/v1.33.2/bin/linux/amd64/kubectl
chmod +x ./kubectl
sudo mv ./kubectl /usr/local/bin/kubectl