Skip to content

Commit 0b1eeea

Browse files
chore: use k8s 1.28 by default (kyverno#9052)
Signed-off-by: Mariam Fahmy <[email protected]>
1 parent b3c34d8 commit 0b1eeea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DEVELOPMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ To create a local KinD cluster, run:
242242
make kind-create-cluster
243243
```
244244

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`).
246246

247247
You can also override the KinD cluster name by setting the `KIND_NAME` environment variable (default value is `kind`).
248248

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
GIT_SHA := $(shell git rev-parse HEAD)
88
REGISTRY ?= ghcr.io
99
REPO ?= kyverno
10-
KIND_IMAGE ?= kindest/node:v1.27.3
10+
KIND_IMAGE ?= kindest/node:v1.28.0
1111
KIND_NAME ?= kind
1212
KIND_CONFIG ?= default
1313
GOOS ?= $(shell go env GOOS)

0 commit comments

Comments
 (0)