mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-15 17:51:20 +00:00
chore: bump default k8s version to v1.26.2 (#6727)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
This commit is contained in:
parent
d13751c8bf
commit
749ea6dacf
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -20,7 +20,7 @@ endif
|
||||||
IMAGE_TAG_DEV = $(GIT_VERSION_DEV)
|
IMAGE_TAG_DEV = $(GIT_VERSION_DEV)
|
||||||
IMAGE_TAG ?= $(GIT_VERSION)
|
IMAGE_TAG ?= $(GIT_VERSION)
|
||||||
K8S_VERSION ?= $(shell kubectl version --short | grep -i server | cut -d" " -f3 | cut -c2-)
|
K8S_VERSION ?= $(shell kubectl version --short | grep -i server | cut -d" " -f3 | cut -c2-)
|
||||||
KIND_IMAGE ?= kindest/node:v1.25.3
|
KIND_IMAGE ?= kindest/node:v1.26.2
|
||||||
KIND_NAME ?= kind
|
KIND_NAME ?= kind
|
||||||
GOOS ?= $(shell go env GOOS)
|
GOOS ?= $(shell go env GOOS)
|
||||||
GOARCH ?= $(shell go env GOARCH)
|
GOARCH ?= $(shell go env GOARCH)
|
||||||
|
|
Loading…
Reference in a new issue