Skip to content

Commit 9a00bba

Browse files
authored
[cherry-pick] Make image.tag in values.yaml file same as the $APP_VERSION (#132) (#146)
Signed-off-by: hossainemruz <emruz@appscode.com>
1 parent f0ae71f commit 9a00bba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ chart-contents-%:
304304
fi
305305
@if [ ! -z "$(APP_VERSION)" ]; then \
306306
yq w -i ./charts/$*/Chart.yaml appVersion --tag '!!str' $(APP_VERSION); \
307+
yq w -i ./charts/$*/values.yaml image.tag --tag '!!str' $(APP_VERSION); \
307308
fi
308309

309310
fmt: $(BUILD_DIRS)

0 commit comments

Comments
 (0)