mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-29 02:45:06 +00:00
chore: test for k8s 1.25 (#4503)
* chore: test for k8s 1.25 Signed-off-by: Charles-Edouard Brétéché <charled.breteche@gmail.com> * remove 1.21 tests Signed-off-by: Charles-Edouard Brétéché <charled.breteche@gmail.com> Signed-off-by: Charles-Edouard Brétéché <charled.breteche@gmail.com> Co-authored-by: shuting <shuting@nirmata.com> Co-authored-by: Vyankatesh Kudtarkar <vyankateshkd@gmail.com>
This commit is contained in:
parent
a278123464
commit
3beb4fee28
3 changed files with 3 additions and 3 deletions
2
.github/workflows/e2e-autogen-internals.yaml
vendored
2
.github/workflows/e2e-autogen-internals.yaml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
k8s-version: [v1.21.12, v1.22.9, v1.23.6, v1.24.0]
|
||||
k8s-version: [v1.22.13, v1.23.10, v1.24.4, v1.25.0]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
2
.github/workflows/e2e.yaml
vendored
2
.github/workflows/e2e.yaml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
k8s-version: [v1.24.0]
|
||||
k8s-version: [v1.24.4, v1.25.0]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
2
Makefile
2
Makefile
|
@ -17,7 +17,7 @@ IMAGE_TAG_DEV = $(GIT_VERSION_DEV)
|
|||
IMAGE_TAG ?= $(GIT_VERSION)
|
||||
K8S_VERSION ?= $(shell kubectl version --short | grep -i server | cut -d" " -f3 | cut -c2-)
|
||||
TEST_GIT_BRANCH ?= main
|
||||
KIND_IMAGE ?= kindest/node:v1.24.0
|
||||
KIND_IMAGE ?= kindest/node:v1.24.4
|
||||
KIND_NAME ?= kind
|
||||
GOOS ?= $(shell go env GOOS)
|
||||
GOARCH ?= $(shell go env GOARCH)
|
||||
|
|
Loading…
Add table
Reference in a new issue