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