Add helm.makefile

Add helm.makefile with a helm-release command to make a helm release.
This commit is contained in:
ducoterra
2021-10-31 20:21:08 -04:00
parent 8a52a21a39
commit 4146777f85

4
make/helm.makefile Normal file
View File

@@ -0,0 +1,4 @@
.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