c146109b59
git-subtree-dir: .gitlab git-subtree-split: cf41f2e7768da3a340b86debcddc949b588448c7
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
|