mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
chore: add k8s 1.29 in custom-sigstore test (#9218)
Signed-off-by: Vishal Choudhary <vishal.choudhary@nirmata.com>
This commit is contained in:
parent
1ed7bdbe5d
commit
4375ecd5d4
1 changed files with 4 additions and 4 deletions
8
.github/workflows/conformance.yaml
vendored
8
.github/workflows/conformance.yaml
vendored
|
@ -617,8 +617,8 @@ jobs:
|
|||
version: v1.27.x
|
||||
- name: v1.28
|
||||
version: v1.28.x
|
||||
# - name: v1.29
|
||||
# version: v1.29.x
|
||||
- name: v1.29
|
||||
version: v1.29.x
|
||||
tests:
|
||||
- custom-sigstore
|
||||
needs: prepare-images
|
||||
|
@ -640,9 +640,9 @@ jobs:
|
|||
uses: kyverno/action-install-chainsaw@d12e54dd3506268b9d5bb61fbbcb2e7eec5fb70c # v0.1.1
|
||||
# create cluster
|
||||
- name: Create kind cluster and setup Sigstore Scaffolding
|
||||
uses: sigstore/scaffolding/actions/setup@a6e9b1a7a45f10449bbb677c31ce4c1389edd08b
|
||||
uses: sigstore/scaffolding/actions/setup@bea34b6f64147aa09768cd9c4c5d17e71d9e144e
|
||||
with:
|
||||
version: 'v0.6.8'
|
||||
version: main
|
||||
k8s-version: ${{ matrix.k8s-version.version }}
|
||||
knative-version: '1.10.0'
|
||||
- name: Create TUF values config map
|
||||
|
|
Loading…
Reference in a new issue