Skip to content

Commit

Permalink
[cherry-pick] Make image.tag in values.yaml file same as the $APP_VER…
Browse files Browse the repository at this point in the history
…SION (#132) (#142)

Signed-off-by: hossainemruz <[email protected]>
  • Loading branch information
1gtm authored Aug 12, 2020
1 parent e13632d commit 9847b08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ chart-contents-%:
fi
@if [ ! -z "$(APP_VERSION)" ]; then \
yq w -i ./charts/$*/Chart.yaml appVersion --tag '!!str' $(APP_VERSION); \
yq w -i ./charts/$*/values.yaml image.tag --tag '!!str' $(APP_VERSION); \
fi

fmt: $(BUILD_DIRS)
Expand Down

0 comments on commit 9847b08

Please sign in to comment.