mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-07-01 22:35:49 +02:00
fix: fix path to helm dir in release script
This commit is contained in:
parent
cda293d393
commit
a4132d7cf9
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ git add .
|
|||
git commit -m "chore: Bump version to ${version}."
|
||||
git push
|
||||
|
||||
helm package helm --destination .deploy
|
||||
helm package deploy/dnsimple --destination .deploy
|
||||
cr upload -o neoskop -r cert-manager-webhook-dnsimple -p .deploy
|
||||
git checkout gh-pages
|
||||
cr index -i ./index.yaml -p .deploy -o neoskop -r cert-manager-webhook-dnsimple -c https://neoskop.github.io/cert-manager-webhook-dnsimple/
|
||||
|
|
Loading…
Reference in a new issue