set helm chart appVersion while release

pull/906/head
Konstantin Misyutin 7 years ago committed by Ed
parent 205b43305e
commit 9bb6bc2f26
  1. 5
      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"

Loading…
Cancel
Save