File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ To create a local KinD cluster, run:
242
242
make kind-create-cluster
243
243
```
244
244
245
- You can override the k8s version by setting the ` KIND_IMAGE ` environment variable (default value is ` kindest/node:v1.24 .0 ` ).
245
+ You can override the k8s version by setting the ` KIND_IMAGE ` environment variable (default value is ` kindest/node:v1.28 .0 ` ).
246
246
247
247
You can also override the KinD cluster name by setting the ` KIND_NAME ` environment variable (default value is ` kind ` ).
248
248
Original file line number Diff line number Diff line change 7
7
GIT_SHA := $(shell git rev-parse HEAD)
8
8
REGISTRY ?= ghcr.io
9
9
REPO ?= kyverno
10
- KIND_IMAGE ?= kindest/node:v1.27.3
10
+ KIND_IMAGE ?= kindest/node:v1.28.0
11
11
KIND_NAME ?= kind
12
12
KIND_CONFIG ?= default
13
13
GOOS ?= $(shell go env GOOS)
You can’t perform that action at this time.
0 commit comments