Skip to content

Commit

Permalink
[cherry-pick] Make image.tag in values.yaml same as $APP_VERSION (#150)…
Browse files Browse the repository at this point in the history
… (#155)

Signed-off-by: hossainemruz <emruz@appscode.com>
  • Loading branch information
1gtm committed Aug 12, 2020
1 parent 7b0bb50 commit bc8f7a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -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)
Expand Down

0 comments on commit bc8f7a5

Please sign in to comment.