1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-13 19:28:55 +00:00

chore: bump kind node versions (#7737)

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
This commit is contained in:
Charles-Edouard Brétéché 2023-07-03 13:30:17 +02:00 committed by GitHub
parent a93acb347c
commit 4560df0dc5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 18 deletions

View file

@ -44,13 +44,13 @@ jobs:
- standard
k8s-version:
- name: v1.24
version: v1.24.12
version: v1.24.15
- name: v1.25
version: v1.25.8
version: v1.25.11
- name: v1.26
version: v1.26.3
version: v1.26.6
- name: v1.27
version: v1.27.1
version: v1.27.3
tests:
- autogen
- background-only
@ -116,13 +116,13 @@ jobs:
- force-failure-policy-ignore
k8s-version:
- name: v1.24
version: v1.24.12
version: v1.24.15
- name: v1.25
version: v1.25.8
version: v1.25.11
- name: v1.26
version: v1.26.3
version: v1.26.6
- name: v1.27
version: v1.27.1
version: v1.27.3
tests:
- force-failure-policy-ignore
- rbac
@ -171,13 +171,13 @@ jobs:
- default
k8s-version:
- name: v1.24
version: v1.24.12
version: v1.24.15
- name: v1.25
version: v1.25.8
version: v1.25.11
- name: v1.26
version: v1.26.3
version: v1.26.6
- name: v1.27
version: v1.27.1
version: v1.27.3
tests:
- rbac
needs: prepare-images
@ -225,13 +225,13 @@ jobs:
- standard
k8s-version:
- name: v1.24
version: v1.24.12
version: v1.24.15
- name: v1.25
version: v1.25.8
version: v1.25.11
- name: v1.26
version: v1.26.3
version: v1.26.6
- name: v1.27
version: v1.27.1
version: v1.27.3
needs: prepare-images
name: ${{ matrix.k8s-version.name }} - ${{ matrix.config.name }}
steps:

View file

@ -7,7 +7,7 @@
GIT_SHA := $(shell git rev-parse HEAD)
REGISTRY ?= ghcr.io
REPO ?= kyverno
KIND_IMAGE ?= kindest/node:v1.26.3
KIND_IMAGE ?= kindest/node:v1.26.6
KIND_NAME ?= kind
GOOS ?= $(shell go env GOOS)
GOARCH ?= $(shell go env GOARCH)
@ -33,7 +33,7 @@ USE_CONFIG ?= standard
TOOLS_DIR := $(PWD)/.tools
KIND := $(TOOLS_DIR)/kind
KIND_VERSION := v0.17.0
KIND_VERSION := v0.20.0
CONTROLLER_GEN := $(TOOLS_DIR)/controller-gen
CONTROLLER_GEN_VERSION := v0.12.0
CLIENT_GEN := $(TOOLS_DIR)/client-gen