CI: Update Kubernetes to v1.33.2. (#13540)
This commit is contained in:
parent
d01c0757d2
commit
dd22f7412b
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue