diff --git a/.github/bump_chart_versions.sh b/.github/bump_chart_versions.sh index 20efdbbe4a..4743e2a583 100755 --- a/.github/bump_chart_versions.sh +++ b/.github/bump_chart_versions.sh @@ -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}" \ No newline at end of file +sed -i "s/^appVersion: .*$/appVersion: ${LATEST}/" "${CHARTFILE}" +sed -i "s/${APPVERSION}/${LATEST}/" "${CHARTFILE}" \ No newline at end of file