CI: Update kubectl to v1.32.2.

This commit is contained in:
Marco Ebert 2025-02-14 22:30:03 +01:00
parent 23bd743ced
commit 698e9f6860

View file

@ -172,7 +172,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