diff --git a/.github/workflows/migration-tests.yaml b/.github/workflows/migration-tests.yaml index 76aa033..2c7d705 100644 --- a/.github/workflows/migration-tests.yaml +++ b/.github/workflows/migration-tests.yaml @@ -69,7 +69,7 @@ jobs: - name: Install kyverno v1.12.4 run: | set -e - kubectl create -f https://github.com/kyverno/kyverno/releases/download/v1.12.4/install.yaml + kubectl create -f https://github.com/kyverno/kyverno/raw/main/config/install-latest-testing.yaml - name: Wait for kyverno ready run: | set -e @@ -102,7 +102,7 @@ jobs: - name: Wait for kyverno to pick up the change run: | set -e - sleep 360 + sleep 300 - name: API Service status post migration run: | set -e