From 204670fad2fc8fd27da59b7cee949ef4f772cd54 Mon Sep 17 00:00:00 2001 From: Rafal Korepta Date: Fri, 15 Sep 2023 13:49:04 +0200 Subject: [PATCH] Add to chart version bump script annotations bump --- .github/bump_chart_versions.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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