Skip to content

Commit

Permalink
fix: use 1.12.4
Browse files Browse the repository at this point in the history
Signed-off-by: Vishal Choudhary <[email protected]>
  • Loading branch information
vishal-chdhry committed Jul 5, 2024
1 parent d4c0ddf commit ca162eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/migration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ jobs:
run: |
set -e
kind create cluster --image kindest/node:${{ matrix.k8s-version.version }} --config ./.github/kind.yml
- name: Install latest kyverno
- name: Install kyverno v1.12.4
run: |
set -e
kubectl create -f https://github.com/kyverno/kyverno/raw/main/config/install-latest-testing.yaml
kubectl create -f https://github.com/kyverno/kyverno/releases/download/v1.12.4/install.yaml
- name: Wait for kyverno ready
run: |
set -e
Expand Down

0 comments on commit ca162eb

Please sign in to comment.