Skip to content

Commit c21548f

Browse files
committed
test: fix kind image
Signed-off-by: Peter Wilcsinszky <[email protected]>
1 parent b35bc2c commit c21548f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
env:
1111
GO_VERSION: '1.20'
1212
KIND_VERSION: 'v0.19.0'
13-
KIND_NODE_VERSION: 'kindest/node:v1.23.17@sha256:f77f8cf0b30430ca4128cc7cfafece0c274a118cd0cdb251049664ace0dee4ff'
13+
KIND_NODE_VERSION: 'v1.23.17@sha256:f77f8cf0b30430ca4128cc7cfafece0c274a118cd0cdb251049664ace0dee4ff'
1414
KUBECTL_VERSION: 'v1.24.1'
1515

1616
jobs:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ GOLANGCI_LINT_VERSION := v1.51.2
3535

3636
KIND := ${BIN}/kind
3737
KIND_VERSION := v0.19.0
38-
KIND_IMAGE := kindest/node:v1.23.17@sha256:f77f8cf0b30430ca4128cc7cfafece0c274a118cd0cdb251049664ace0dee4ff
38+
KIND_IMAGE := v1.23.17@sha256:f77f8cf0b30430ca4128cc7cfafece0c274a118cd0cdb251049664ace0dee4ff
3939

4040
KUBEBUILDER := ${BIN}/kubebuilder
4141
KUBEBUILDER_VERSION = v3.1.0

0 commit comments

Comments
 (0)