mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
chore: bump kind and k8s images (#9680)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
This commit is contained in:
parent
6c9fdaf52b
commit
45027e4e8e
4 changed files with 31 additions and 31 deletions
2
.github/actions/setup-test-env/action.yaml
vendored
2
.github/actions/setup-test-env/action.yaml
vendored
|
@ -5,7 +5,7 @@ description: Create kind cluster, deploy kyverno, and wait pods are ready.
|
|||
inputs:
|
||||
version:
|
||||
description: kubernetes version
|
||||
default: v1.26.0
|
||||
default: v1.29.1
|
||||
free-disk-space:
|
||||
description: free disk space
|
||||
default: 'false'
|
||||
|
|
54
.github/workflows/conformance.yaml
vendored
54
.github/workflows/conformance.yaml
vendored
|
@ -86,13 +86,13 @@ jobs:
|
|||
- standard
|
||||
k8s-version:
|
||||
- name: v1.26
|
||||
version: v1.26.6
|
||||
version: v1.26.13
|
||||
- name: v1.27
|
||||
version: v1.27.3
|
||||
version: v1.27.10
|
||||
- name: v1.28
|
||||
version: v1.28.0
|
||||
version: v1.28.6
|
||||
- name: v1.29
|
||||
version: v1.29.0
|
||||
version: v1.29.1
|
||||
tests:
|
||||
- ^autogen$
|
||||
- ^background-only$
|
||||
|
@ -180,7 +180,7 @@ jobs:
|
|||
- generate-validating-admission-policy
|
||||
k8s-version:
|
||||
- name: v1.27
|
||||
version: v1.27.3
|
||||
version: v1.27.10
|
||||
tests:
|
||||
- generate-validating-admission-policy
|
||||
needs: prepare-images
|
||||
|
@ -249,9 +249,9 @@ jobs:
|
|||
- generate-validating-admission-policy
|
||||
k8s-version:
|
||||
- name: v1.28
|
||||
version: v1.28.0
|
||||
version: v1.28.6
|
||||
- name: v1.29
|
||||
version: v1.29.0
|
||||
version: v1.29.1
|
||||
tests:
|
||||
- generate-validating-admission-policy
|
||||
- webhook-configurations
|
||||
|
@ -321,9 +321,9 @@ jobs:
|
|||
- validating-admission-policy-reports
|
||||
k8s-version:
|
||||
- name: v1.26
|
||||
version: v1.26.6
|
||||
version: v1.26.13
|
||||
- name: v1.27
|
||||
version: v1.27.3
|
||||
version: v1.27.10
|
||||
tests:
|
||||
- validating-admission-policy-reports
|
||||
needs: prepare-images
|
||||
|
@ -392,9 +392,9 @@ jobs:
|
|||
- validating-admission-policy-reports
|
||||
k8s-version:
|
||||
- name: v1.28
|
||||
version: v1.28.0
|
||||
version: v1.28.6
|
||||
- name: v1.29
|
||||
version: v1.29.0
|
||||
version: v1.29.1
|
||||
tests:
|
||||
- validating-admission-policy-reports
|
||||
needs: prepare-images
|
||||
|
@ -463,13 +463,13 @@ jobs:
|
|||
- force-failure-policy-ignore
|
||||
k8s-version:
|
||||
- name: v1.26
|
||||
version: v1.26.6
|
||||
version: v1.26.13
|
||||
- name: v1.27
|
||||
version: v1.27.3
|
||||
version: v1.27.10
|
||||
- name: v1.28
|
||||
version: v1.28.0
|
||||
version: v1.28.6
|
||||
- name: v1.29
|
||||
version: v1.29.0
|
||||
version: v1.29.1
|
||||
tests:
|
||||
- force-failure-policy-ignore
|
||||
- rbac
|
||||
|
@ -539,13 +539,13 @@ jobs:
|
|||
- ttl
|
||||
k8s-version:
|
||||
- name: v1.26
|
||||
version: v1.26.6
|
||||
version: v1.26.13
|
||||
- name: v1.27
|
||||
version: v1.27.3
|
||||
version: v1.27.10
|
||||
- name: v1.28
|
||||
version: v1.28.0
|
||||
version: v1.28.6
|
||||
- name: v1.29
|
||||
version: v1.29.0
|
||||
version: v1.29.1
|
||||
tests:
|
||||
- ttl
|
||||
needs: prepare-images
|
||||
|
@ -708,13 +708,13 @@ jobs:
|
|||
- default
|
||||
k8s-version:
|
||||
- name: v1.26
|
||||
version: v1.26.6
|
||||
version: v1.26.13
|
||||
- name: v1.27
|
||||
version: v1.27.3
|
||||
version: v1.27.10
|
||||
- name: v1.28
|
||||
version: v1.28.0
|
||||
version: v1.28.6
|
||||
- name: v1.29
|
||||
version: v1.29.0
|
||||
version: v1.29.1
|
||||
tests:
|
||||
- rbac
|
||||
needs: prepare-images
|
||||
|
@ -780,13 +780,13 @@ jobs:
|
|||
- standard
|
||||
k8s-version:
|
||||
- name: v1.26
|
||||
version: v1.26.6
|
||||
version: v1.26.13
|
||||
- name: v1.27
|
||||
version: v1.27.3
|
||||
version: v1.27.10
|
||||
- name: v1.28
|
||||
version: v1.28.0
|
||||
version: v1.28.6
|
||||
- name: v1.29
|
||||
version: v1.29.0
|
||||
version: v1.29.1
|
||||
tests:
|
||||
- ^argo$
|
||||
- ^aws$
|
||||
|
|
2
.github/workflows/load-testing.yml
vendored
2
.github/workflows/load-testing.yml
vendored
|
@ -51,7 +51,7 @@ jobs:
|
|||
matrix:
|
||||
k8s-version:
|
||||
- name: v1.29
|
||||
version: v1.29.0
|
||||
version: v1.29.1
|
||||
kyverno-config:
|
||||
- name: default
|
||||
values:
|
||||
|
|
4
Makefile
4
Makefile
|
@ -7,7 +7,7 @@
|
|||
GIT_SHA := $(shell git rev-parse HEAD)
|
||||
REGISTRY ?= ghcr.io
|
||||
REPO ?= kyverno
|
||||
KIND_IMAGE ?= kindest/node:v1.28.0
|
||||
KIND_IMAGE ?= kindest/node:v1.29.1
|
||||
KIND_NAME ?= kind
|
||||
KIND_CONFIG ?= default
|
||||
GOOS ?= $(shell go env GOOS)
|
||||
|
@ -34,7 +34,7 @@ USE_CONFIG ?= standard
|
|||
|
||||
TOOLS_DIR ?= $(PWD)/.tools
|
||||
KIND ?= $(TOOLS_DIR)/kind
|
||||
KIND_VERSION ?= v0.20.0
|
||||
KIND_VERSION ?= v0.21.0
|
||||
CONTROLLER_GEN ?= $(TOOLS_DIR)/controller-gen
|
||||
CONTROLLER_GEN_VERSION ?= v0.12.0
|
||||
CLIENT_GEN ?= $(TOOLS_DIR)/client-gen
|
||||
|
|
Loading…
Reference in a new issue