Skip to content

Commit

Permalink
update kyverno images
Browse files Browse the repository at this point in the history
Signed-off-by: Vishal Choudhary <vishal.choudhary@nirmata.com>
  • Loading branch information
vishal-chdhry committed Oct 31, 2024
1 parent cc3287a commit 5e9227e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/conformance-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ jobs:
- name: Install latest kyverno
run: |
set -e
kubectl create -f https://github.com/kyverno/kyverno/raw/main/config/install-latest-testing.yaml
set -e
export HELM=${{ steps.helm.outputs.helm-path }}
make -c ./kyverno kind-deploy-kyverno
- name: Wait for kyverno ready
run: |
set -e
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/migration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ jobs:
- name: Install kyverno v1.12.4
run: |
set -e
kubectl create -f https://github.com/kyverno/kyverno/raw/main/config/install-latest-testing.yaml
export HELM=${{ steps.helm.outputs.helm-path }}
make -c ./kyverno kind-deploy-kyverno
- name: Wait for kyverno ready
run: |
set -e
Expand Down

0 comments on commit 5e9227e

Please sign in to comment.