mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-07-01 22:35:49 +02:00
fix: add correct helm path in release script
This commit is contained in:
parent
2724b835e4
commit
6496c7d24e
1 changed files with 1 additions and 1 deletions
|
@ -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 .
|
||||
|
|
Loading…
Reference in a new issue