a07400506a
git-subtree-dir: .gitlab git-subtree-mainline:422f4d49bdgit-subtree-split:731ada6a3d
5 lines
167 B
Makefile
5 lines
167 B
Makefile
.PHONY: helm-release
|
|
helm-release:
|
|
@yq e ".version = \"$(shell cat VERSION)\"" -i helm/Chart.yaml
|
|
@yq e ".appVersion = \"$(shell cat VERSION)\"" -i helm/Chart.yaml
|