chore(deps): bump mikefarah/yq from 4.15.1 to 4.16.1 (#2803)

This commit is contained in:
dependabot[bot] 2021-12-07 09:30:16 -05:00 committed by GitHub
parent ec22b07a4e
commit 223b2332db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -75,12 +75,12 @@ jobs:
token: ${{ secrets.APPARITOR_GITHUB_TOKEN }} token: ${{ secrets.APPARITOR_GITHUB_TOKEN }}
- name: Bump psql environment - name: Bump psql environment
uses: mikefarah/yq@v4.15.1 uses: mikefarah/yq@v4.16.1
with: with:
cmd: yq eval '.image.tag = "${{ needs.publish.outputs.sha-tag }}"' -i environments/internal-prd/pomerium-master-postgres/values/pomerium.yaml cmd: yq eval '.image.tag = "${{ needs.publish.outputs.sha-tag }}"' -i environments/internal-prd/pomerium-master-postgres/values/pomerium.yaml
- name: Bump mysql environment - name: Bump mysql environment
uses: mikefarah/yq@v4.15.1 uses: mikefarah/yq@v4.16.1
with: with:
cmd: yq eval '.image.tag = "${{ needs.publish.outputs.sha-tag }}"' -i environments/internal-prd/pomerium-master-mysql/values/pomerium.yaml cmd: yq eval '.image.tag = "${{ needs.publish.outputs.sha-tag }}"' -i environments/internal-prd/pomerium-master-mysql/values/pomerium.yaml

View file

@ -102,7 +102,7 @@ jobs:
token: ${{ secrets.APPARITOR_GITHUB_TOKEN }} token: ${{ secrets.APPARITOR_GITHUB_TOKEN }}
- name: Bump test environment - name: Bump test environment
uses: mikefarah/yq@v4.15.1 uses: mikefarah/yq@v4.16.1
with: with:
cmd: yq eval '.image.tag = "${{ needs.goreleaser.outputs.tag }}"' -i environments/internal-prd/values/pomerium-demo.yaml cmd: yq eval '.image.tag = "${{ needs.goreleaser.outputs.tag }}"' -i environments/internal-prd/values/pomerium-demo.yaml