Skip to content

Commit

Permalink
Update yaml-update-action version
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinJoiner committed Oct 4, 2024
1 parent 7eb6aba commit a1763a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buildpushdev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
tags: dimozone/telemetry-api:${{ steps.slug.outputs.sha7 }}, dimozone/telemetry-api:latest

- name: Update Image Version in the worker HelmChart values.yaml
uses: fjogeleit/yaml-update-action@master
uses: fjogeleit/yaml-update-action@main
with:
valueFile: 'charts/telemetry-api/values.yaml'
propertyPath: 'image.tag'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/buildpushtagged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
tags: dimozone/telemetry-api:${{steps.tag.outputs.tag}}

- name: Update Image Version in the related HelmChart values.yaml
uses: fjogeleit/yaml-update-action@v1
uses: fjogeleit/yaml-update-action@main
with:
valueFile: 'charts/telemetry-api/values-prod.yaml'
propertyPath: 'image.tag'
Expand Down

0 comments on commit a1763a3

Please sign in to comment.