Skip to content

Commit d0e96a8

Browse files
committed
feat: added auto installation of image version for kustomize in make
1 parent 825aec4 commit d0e96a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -421,4 +421,5 @@ prep-release: yq
421421
$(YQ) -i '.params.version="v$(VERSION)"' hugo/config.yaml
422422
sed -i 's/--version v5.*/--version v$(VERSION)/g' README.md
423423
sed -i 's/VERSION ?= 5.*/VERSION ?= $(VERSION)/g' Makefile
424+
$(YQ) -i '.images[0].newTag="v$(VERSION)"' deploy/kustomize/base/kustomization.yaml
424425
make helm/docs

0 commit comments

Comments
 (0)