1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-29 02:45:06 +00:00

refactor: bump KIND version to use v1.24.0 k8s release (#3877)

Signed-off-by: prateekpandey14 <prateek.pandey@nirmata.com>

Co-authored-by: shuting <shuting@nirmata.com>
This commit is contained in:
Prateek Pandey 2022-06-01 20:09:55 +05:30 committed by GitHub
parent 9e9e119f83
commit 0d44003386
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
k8s-version: [v1.23.3]
k8s-version: [v1.23.6]
runs-on: ubuntu-latest
steps:
- name: Checkout

View file

@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
k8s-version: [v1.21.10, v1.22.7, v1.23.5]
k8s-version: [v1.21.12, v1.22.9, v1.23.6, v1.24.0]
runs-on: ubuntu-latest
steps:
- name: Checkout

View file

@ -31,8 +31,8 @@ K8S_VERSION ?= $(shell kubectl version --short | grep -i server | cut -d" " -f3
export K8S_VERSION
TEST_GIT_BRANCH ?= main
KIND_VERSION=v0.11.1
KIND_IMAGE?=kindest/node:v1.23.3
KIND_VERSION=v0.14.0
KIND_IMAGE?=kindest/node:v1.24.0
##################################
# KYVERNO