mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-24 13:38:17 +02:00
chore(deps): bump mikefarah/yq from 4.23.1 to 4.24.2 (#3201)
Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.23.1 to 4.24.2.
- [Release notes](https://github.com/mikefarah/yq/releases)
- [Changelog](https://github.com/mikefarah/yq/blob/master/release_notes.txt)
- [Commits](03f57b7034...bc2118736b
)
---
updated-dependencies:
- dependency-name: mikefarah/yq
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
4ac801ea13
commit
dc52554d56
2 changed files with 3 additions and 3 deletions
4
.github/workflows/docker-main.yaml
vendored
4
.github/workflows/docker-main.yaml
vendored
|
@ -81,13 +81,13 @@ jobs:
|
||||||
token: ${{ secrets.APPARITOR_GITHUB_TOKEN }}
|
token: ${{ secrets.APPARITOR_GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Bump psql environment
|
- name: Bump psql environment
|
||||||
uses: mikefarah/yq@03f57b7034d0330d54663881def67523347dfc9c # pin@v4.23.1
|
uses: mikefarah/yq@bc2118736bca883de2e2c345bb7f7ef52c994920 # pin@v4.23.1
|
||||||
with:
|
with:
|
||||||
cmd: yq eval '.image.tag = "${{ needs.publish.outputs.sha-tag }}"' -i
|
cmd: yq eval '.image.tag = "${{ needs.publish.outputs.sha-tag }}"' -i
|
||||||
environments/internal-prd/pomerium-master-postgres/values/pomerium.yaml
|
environments/internal-prd/pomerium-master-postgres/values/pomerium.yaml
|
||||||
|
|
||||||
- name: Bump mysql environment
|
- name: Bump mysql environment
|
||||||
uses: mikefarah/yq@03f57b7034d0330d54663881def67523347dfc9c # pin@v4.23.1
|
uses: mikefarah/yq@bc2118736bca883de2e2c345bb7f7ef52c994920 # pin@v4.23.1
|
||||||
with:
|
with:
|
||||||
cmd: yq eval '.image.tag = "${{ needs.publish.outputs.sha-tag }}"' -i
|
cmd: yq eval '.image.tag = "${{ needs.publish.outputs.sha-tag }}"' -i
|
||||||
environments/internal-prd/pomerium-master-mysql/values/pomerium.yaml
|
environments/internal-prd/pomerium-master-mysql/values/pomerium.yaml
|
||||||
|
|
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -116,7 +116,7 @@ jobs:
|
||||||
token: ${{ secrets.APPARITOR_GITHUB_TOKEN }}
|
token: ${{ secrets.APPARITOR_GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Bump test environment
|
- name: Bump test environment
|
||||||
uses: mikefarah/yq@03f57b7034d0330d54663881def67523347dfc9c # pin@v4.23.1
|
uses: mikefarah/yq@bc2118736bca883de2e2c345bb7f7ef52c994920 # pin@v4.23.1
|
||||||
with:
|
with:
|
||||||
cmd: yq eval '.image.tag = "${{ needs.goreleaser.outputs.tag }}"' -i
|
cmd: yq eval '.image.tag = "${{ needs.goreleaser.outputs.tag }}"' -i
|
||||||
environments/internal-prd/values/pomerium-demo.yaml
|
environments/internal-prd/values/pomerium-demo.yaml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue