Skip to content

Commit

Permalink
Revert yq syntax change and pin to version 3 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
andykrohg authored Feb 3, 2021
1 parent f098a07 commit 290e0f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-helm-charts-edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,10 +207,10 @@ jobs:
print(f"::set-output name=next-semver::{next_semver}")
- name: Update Helm Chart version 🖋
uses: docker://mikefarah/yq
uses: docker://mikefarah/yq:3
with:
args:
write --inplace charts/${{ matrix.helm-chart }}/Chart.yaml version ${{ steps.helm-chart-next-semver.outputs.next-semver }}
yq write --inplace charts/${{ matrix.helm-chart }}/Chart.yaml version ${{ steps.helm-chart-next-semver.outputs.next-semver }}

# NOTE: workaround for https://github.com/helm/chart-releaser/issues/95
- name: Create Chart.lock ⚙️
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-helm-charts-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,10 @@ jobs:
python-version: 3.9

- name: Update Helm Chart version 🖋
uses: docker://mikefarah/yq
uses: docker://mikefarah/yq:3
with:
args:
write --inplace charts/${{ matrix.helm-chart }}/Chart.yaml version ${{ needs.setup.outputs.helm-charts-new-semver }}
yq write --inplace charts/${{ matrix.helm-chart }}/Chart.yaml version ${{ needs.setup.outputs.helm-charts-new-semver }}

# NOTE: workaround for https://github.com/helm/chart-releaser/issues/95
- name: Create Chart.lock ⚙️
Expand Down

0 comments on commit 290e0f8

Please sign in to comment.