diff --git a/Makefile b/Makefile index af7d343..f90eb6b 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +SHELL := /usr/bin/env bash + # using the chart name and version from chart's metadata CHART_NAME ?= $(shell awk '/^name:/ { print $$2 }' Chart.yaml) CHART_VERSION ?= $(shell awk '/^version:/ { print $$2 }' Chart.yaml)