Skip to content

Commit

Permalink
[cherry-pick] Pass image tag in values.yaml file (#74) (#76)
Browse files Browse the repository at this point in the history
Signed-off-by: hossainemruz <[email protected]>
  • Loading branch information
1gtm authored Aug 12, 2020
1 parent 72edf00 commit 9da1616
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 9da1616

Please sign in to comment.