diff --git a/helm-charts/custom/snmp-helm/snmp-helm/Makefile b/helm-charts/custom/snmp-helm/snmp-helm/Makefile index e0fa5a6..af8761c 100644 --- a/helm-charts/custom/snmp-helm/snmp-helm/Makefile +++ b/helm-charts/custom/snmp-helm/snmp-helm/Makefile @@ -31,7 +31,7 @@ lint-%: init-% if [ -d $* ]; then helm lint $*; fi build-%: - if [ -d $* ]; then helm package $*; fi + if [ -d $* ]; then helm package --version $(CHART_VERSION) $*; fi clean: @echo "Clean all build artifacts"