From 875edd5b54ec99f5f50727440de4063bb20f8854 Mon Sep 17 00:00:00 2001 From: lgtm <1gtm@users.noreply.github.com> Date: Wed, 12 Aug 2020 04:13:03 -0700 Subject: [PATCH] [cherry-pick] Use image tag same as the $APP_VERSION (#114) (#124) Signed-off-by: hossainemruz --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 65fefaf8e..5e85ce179 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)