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
|