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) (#148)

Signed-off-by: hossainemruz <emruz@appscode.com>
  • Loading branch information
1gtm committed Aug 12, 2020
1 parent 281a0ce commit 2d0f427
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
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 2d0f427

Please sign in to comment.