From 664df6679c00344b00e0f3b23c89e93790826d73 Mon Sep 17 00:00:00 2001 From: "Md. Emruz Hossain" Date: Wed, 12 Aug 2020 14:53:55 +0600 Subject: [PATCH] Pass image tag in values.yaml file (#74) /cherry-pick Signed-off-by: hossainemruz --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 0f26104a6..b86360353 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)