Skip to content

Commit 9da1616

Browse files
authored
[cherry-pick] Pass image tag in values.yaml file (#74) (#76)
Signed-off-by: hossainemruz <emruz@appscode.com>
1 parent 72edf00 commit 9da1616

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)