mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
cherry-pick 8707 (#8717)
Signed-off-by: ShutingZhao <shuting@nirmata.com> Co-authored-by: Vishal Choudhary <sendtovishalchoudhary@gmail.com>
This commit is contained in:
parent
b321490e7b
commit
573d589c49
1 changed files with 9 additions and 5 deletions
14
.github/workflows/conformance.yaml
vendored
14
.github/workflows/conformance.yaml
vendored
|
@ -514,13 +514,13 @@ jobs:
|
|||
- custom-sigstore
|
||||
k8s-version:
|
||||
- name: v1.25
|
||||
version: v1.25.11
|
||||
version: v1.25.x
|
||||
- name: v1.26
|
||||
version: v1.26.6
|
||||
version: v1.26.x
|
||||
- name: v1.27
|
||||
version: v1.27.3
|
||||
version: v1.27.x
|
||||
- name: v1.28
|
||||
version: v1.28.0
|
||||
version: v1.28.x
|
||||
tests:
|
||||
- custom-sigstore
|
||||
needs: prepare-images
|
||||
|
@ -534,7 +534,11 @@ jobs:
|
|||
with:
|
||||
build-cache-key: run-conformance
|
||||
- name: Create kind cluster and setup Sigstore Scaffolding
|
||||
uses: sigstore/scaffolding/actions/setup@b52f64ebe86d2d081b753d7d8549e0b668dcabb7
|
||||
uses: sigstore/scaffolding/actions/setup@d120ad89e1f5c9d4a0bbd92959c6874be2a2131d
|
||||
with:
|
||||
version: 'v0.6.8'
|
||||
k8s-version: ${{ matrix.k8s-version.version }}
|
||||
knative-version: '1.10.0'
|
||||
- name: Create TUF values config map
|
||||
run: |
|
||||
kubectl create namespace kyverno
|
||||
|
|
Loading…
Reference in a new issue