From efc52e43c71247b6717a1359bf798e5af4c1ecec Mon Sep 17 00:00:00 2001 From: Lan Date: Thu, 31 Jul 2025 22:32:09 +0800 Subject: [PATCH] chore: update kind to v0.29.0 update ci baseimage to gcr.io/distroless/static-debian12 Signed-off-by: Lan --- .github/workflows/e2e.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 98e122ad8..ddd4ab764 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -13,9 +13,9 @@ on: env: GO_TOOLCHAIN: "golang" # TODO: match BASEIMAGE with Makefile default (nonroot variant) - BASEIMAGE: "gcr.io/distroless/static-debian11" + BASEIMAGE: "gcr.io/distroless/static-debian12" KIND_CLUSTER_NAME: "kind" - KIND_VERSION: "v0.27.0" + KIND_VERSION: "v0.29.0" jobs: build: