Skip to content

Commit

Permalink
Add change-info to update-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Karsten Kraus authored and Karsten Kraus committed Nov 16, 2023
1 parent 7e6cc6f commit 7eb680d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-appversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
sed -i "s/^\(appVersion:\s*\)[^\n]*/\1\"$APP_VERSION\"/" $chart
sed -i "s/\(ghcr.io\/argelbargel\/vault-raft-snapshot-agent:\)$CURRENT_APP_VERSION/\1$APP_VERSION/" $chart
sed -i "s/^\(version:\s*\)[^\n]*/\1$NEW_CHART_VERSION/" $chart
echo " - update app-version to $APP_VERSION" >> $chart
echo "- resulting chart:"
cat $chart
CHANGED=true
Expand Down

0 comments on commit 7eb680d

Please sign in to comment.