Files
charts/minecraft/.gitlab/make/helm.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