From dc3a9bbeda0651467303aa2d422f51c491e238f5 Mon Sep 17 00:00:00 2001 From: Hajime Tazaki Date: Mon, 29 Jul 2024 09:40:31 +0900 Subject: [PATCH] k8s: bump up kind version Signed-off-by: Hajime Tazaki --- .github/workflows/ci.yml | 4 ++-- k8s/Dockerfile | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7185d24..32ed61c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,8 +63,8 @@ jobs: TRAVIS_OS_NAME: ${{ matrix.os_alias }} TRAVIS_ARCH: ${{ matrix.arch }} REGISTRY: ghcr.io/ - KIND_IMG_VERSION: v1.27.0 - KIND_VERSION: v0.19.0 + KIND_IMG_VERSION: v1.30.0 + KIND_VERSION: v0.23.0 CC: ${{ matrix.cc }} CGO_ENABLED: ${{ matrix.cgo_enabled }} GOOS: ${{matrix.goos}} diff --git a/k8s/Dockerfile b/k8s/Dockerfile index cf51645..78f08bd 100644 --- a/k8s/Dockerfile +++ b/k8s/Dockerfile @@ -1,5 +1,4 @@ -# XXX v1.27.0 is the last version that `containerd-shim` file is included -FROM kindest/node:v1.27.0 +FROM kindest/node:v1.30.0 COPY ./runu /usr/bin/runu COPY ./libc.so /usr/lib/runu/