Skip to content

Commit

Permalink
Add to chart version bump script annotations bump
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalKorepta committed Sep 18, 2023
1 parent 9a4cc6c commit 204670f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/bump_chart_versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ fi
echo "update ${CHART} appVersion from ${APPVERSION} to ${LATEST}"
bump_patch_version
sed -i "s/^version: .*$/version: ${NEW_VERSION}/" "${CHARTFILE}"
sed -i "s/^appVersion: .*$/appVersion: ${LATEST}/" "${CHARTFILE}"
sed -i "s/^appVersion: .*$/appVersion: ${LATEST}/" "${CHARTFILE}"
sed -i "s/${APPVERSION}/${LATEST}/" "${CHARTFILE}"

0 comments on commit 204670f

Please sign in to comment.