Skip to content

Commit

Permalink
Merge pull request #386 from flanksource/fix-agent-chart-version-bump
Browse files Browse the repository at this point in the history
fix: agent chart version bump
  • Loading branch information
yashmehrotra authored Feb 5, 2024
2 parents 0601248 + 3f57d36 commit 975485e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ jobs:
run: |
cd incident-commander-chart
yq eval-all -i '(.dependencies[] | select(.name == "config-db")) ref $d | $d.version = "${{ needs.semantic-release.outputs.release-version }}"' chart/Chart.yaml
yq eval-all -i '(.dependencies[] | select(.name == "config-db")) ref $d | $d.version = "${{ needs.semantic-release.outputs.release-version }}"' agent-chart/Chart.yaml
- name: Push changes to chart repo
uses: stefanzweifel/git-auto-commit-action@3ea6ae190baf489ba007f7c92608f33ce20ef04a # v4.16.0
with:
Expand Down

0 comments on commit 975485e

Please sign in to comment.