mirror of
https://github.com/kyverno/kyverno.git
synced 2025-04-18 02:06:52 +00:00
chore: update k8s versions test grid (#5732)
* chore: update k8s versions test grid Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> * kind version Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
This commit is contained in:
parent
baa41bcf79
commit
c6ba1c85b5
2 changed files with 3 additions and 3 deletions
2
.github/workflows/e2e.yaml
vendored
2
.github/workflows/e2e.yaml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
k8s-version: [v1.22.13, v1.23.10, v1.24.4, v1.25.0]
|
||||
k8s-version: [v1.24.7, v1.25.3, v1.26.0]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
4
Makefile
4
Makefile
|
@ -16,7 +16,7 @@ IMAGE_TAG_LATEST_DEV = $(shell git describe --match "[0-9].[0-9]-dev*" | cut -d
|
|||
IMAGE_TAG_DEV = $(GIT_VERSION_DEV)
|
||||
IMAGE_TAG ?= $(GIT_VERSION)
|
||||
K8S_VERSION ?= $(shell kubectl version --short | grep -i server | cut -d" " -f3 | cut -c2-)
|
||||
KIND_IMAGE ?= kindest/node:v1.24.4
|
||||
KIND_IMAGE ?= kindest/node:v1.25.3
|
||||
KIND_NAME ?= kind
|
||||
GOOS ?= $(shell go env GOOS)
|
||||
GOARCH ?= $(shell go env GOARCH)
|
||||
|
@ -38,7 +38,7 @@ USE_CONFIG ?= standard
|
|||
|
||||
TOOLS_DIR := $(PWD)/.tools
|
||||
KIND := $(TOOLS_DIR)/kind
|
||||
KIND_VERSION := v0.14.0
|
||||
KIND_VERSION := v0.17.0
|
||||
CONTROLLER_GEN := $(TOOLS_DIR)/controller-gen
|
||||
CONTROLLER_GEN_VERSION := v0.10.0
|
||||
CLIENT_GEN := $(TOOLS_DIR)/client-gen
|
||||
|
|
Loading…
Add table
Reference in a new issue