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)