0f36ad4c77
git-subtree-dir: .gitlab git-subtree-mainline:1bc9e48ab6git-subtree-split:74a4a4e77f
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
|