Skip to content

Commit a3d6a36

Browse files
Images: Update kubectl to v1.31.5. (#12791)
Co-authored-by: Marco Ebert <[email protected]>
1 parent 8f4c5a5 commit a3d6a36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

images/test-runner/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ image:
5050
--build-arg BASE_IMAGE=${NGINX_BASE_IMAGE} \
5151
--build-arg GOLANG_VERSION=${GO_VERSION} \
5252
--build-arg ETCD_VERSION=3.5.13-0 \
53-
--build-arg K8S_RELEASE=v1.29.2 \
53+
--build-arg K8S_RELEASE=v1.31.5 \
5454
--build-arg RESTY_CLI_VERSION=0.27 \
5555
--build-arg RESTY_CLI_SHA=e5f4f3128af49ba5c4d039d0554e5ae91bbe05866f60eccfa96d3653274bff90 \
5656
--build-arg LUAROCKS_VERSION=3.8.0 \
@@ -71,7 +71,7 @@ build: ensure-buildx
7171
--build-arg BASE_IMAGE=${NGINX_BASE_IMAGE} \
7272
--build-arg GOLANG_VERSION=${GO_VERSION} \
7373
--build-arg ETCD_VERSION=3.5.13-0 \
74-
--build-arg K8S_RELEASE=v1.29.2 \
74+
--build-arg K8S_RELEASE=v1.31.5 \
7575
--build-arg RESTY_CLI_VERSION=0.27 \
7676
--build-arg RESTY_CLI_SHA=e5f4f3128af49ba5c4d039d0554e5ae91bbe05866f60eccfa96d3653274bff90 \
7777
--build-arg LUAROCKS_VERSION=3.8.0 \

0 commit comments

Comments
 (0)