Skip to content

Commit efc52e4

Browse files
committed
chore: update kind to v0.29.0
update ci baseimage to gcr.io/distroless/static-debian12 Signed-off-by: Lan <[email protected]>
1 parent 70cbe12 commit efc52e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ on:
1313
env:
1414
GO_TOOLCHAIN: "golang"
1515
# TODO: match BASEIMAGE with Makefile default (nonroot variant)
16-
BASEIMAGE: "gcr.io/distroless/static-debian11"
16+
BASEIMAGE: "gcr.io/distroless/static-debian12"
1717
KIND_CLUSTER_NAME: "kind"
18-
KIND_VERSION: "v0.27.0"
18+
KIND_VERSION: "v0.29.0"
1919

2020
jobs:
2121
build:

0 commit comments

Comments
 (0)