fix: add correct helm path in release script

This commit is contained in:
Arne Diekmann 2020-05-27 09:26:45 +02:00
parent 2724b835e4
commit 6496c7d24e

View file

@ -51,7 +51,7 @@ SCRIPT_DIR=$(
)
git pull --rebase
current_version=$(yq r $SCRIPT_DIR/../helm/Chart.yaml version)
current_version=$(yq r $SCRIPT_DIR/../deploy/dnsimple/Chart.yaml version)
version=$(inc_version $current_version $1)
cd $SCRIPT_DIR/..
docker build -t neoskop/cert-manager-webhook-dnsimple:$version .