Skip to content

Commit

Permalink
set helm chart appVersion while release
Browse files Browse the repository at this point in the history
  • Loading branch information
ikeeip authored and slim-bean committed Aug 17, 2019
1 parent 205b433 commit 9bb6bc2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/release_prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9bb6bc2

Please sign in to comment.