diff --git a/tools/release_prepare.sh b/tools/release_prepare.sh index ef698e09831e..cdd80085d5ab 100755 --- a/tools/release_prepare.sh +++ b/tools/release_prepare.sh @@ -58,6 +58,11 @@ echo "Updating helm charts" sed -i '' "s/^version:.*/version: ${LOKI_VERSION}/" production/helm/loki/Chart.yaml sed -i '' "s/^version:.*/version: ${PROMTAIL_VERSION}/" production/helm/promtail/Chart.yaml sed -i '' "s/^version:.*/version: ${LOKI_STACK_VERSION}/" production/helm/loki-stack/Chart.yaml + +sed -i '' "s/^appVersion:.*/appVersion: ${VERSION}/" production/helm/loki/Chart.yaml +sed -i '' "s/^appVersion:.*/appVersion: ${VERSION}/" production/helm/promtail/Chart.yaml +sed -i '' "s/^appVersion:.*/appVersion: ${VERSION}/" production/helm/loki-stack/Chart.yaml + echo echo "######################################################################################################" echo "NEXT STEPS"