Skip to content

Commit 8da05a5

Browse files
authored
CI: Update Kubernetes to v1.33.2. (#13539)
1 parent cd5c23c commit 8da05a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172

173173
- name: Prepare Host
174174
run: |
175-
curl -LO https://dl.k8s.io/release/v1.33.1/bin/linux/amd64/kubectl
175+
curl -LO https://dl.k8s.io/release/v1.33.2/bin/linux/amd64/kubectl
176176
chmod +x ./kubectl
177177
sudo mv ./kubectl /usr/local/bin/kubectl
178178

images/test-runner/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ build: builder
3535
--build-arg BASE_IMAGE=$(BASE_IMAGE) \
3636
--build-arg GOLANG_VERSION=$(GOLANG_VERSION) \
3737
--build-arg ETCD_VERSION=3.5.13-0 \
38-
--build-arg K8S_RELEASE=v1.33.1 \
38+
--build-arg K8S_RELEASE=v1.33.2 \
3939
--build-arg RESTY_CLI_VERSION=0.27 \
4040
--build-arg RESTY_CLI_SHA=e5f4f3128af49ba5c4d039d0554e5ae91bbe05866f60eccfa96d3653274bff90 \
4141
--build-arg LUAROCKS_VERSION=v3.12.0 \

0 commit comments

Comments
 (0)