From 52c06d682e69078976cab8b871f46ecb6b33818e Mon Sep 17 00:00:00 2001 From: lgtm <1gtm@users.noreply.github.com> Date: Wed, 12 Aug 2020 03:42:42 -0700 Subject: [PATCH] [cherry-pick] Make image.tag in values.yaml same as $APP_VERSION (#150) (#160) Signed-off-by: hossainemruz --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index d15a7a94..b5982dc2 100644 --- a/Makefile +++ b/Makefile @@ -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)