fix: update dependencies before packaging
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
kolaente 2023-03-10 22:27:37 +01:00
parent b475c64b41
commit bf50b61398
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 3 additions and 1 deletions

View File

@ -17,6 +17,7 @@ steps:
image: alpine/helm
pull: always
commands:
- helm dependency update
- helm package .
---
@ -39,10 +40,11 @@ steps:
HELM_PASSWORD:
from_secret: helm_password
commands:
- helm dependency update
- helm package .
- curl --user "frederick:$HELM_PASSWORD" -X POST --upload-file './<archive>.tgz' https://kolaente.dev/api/packages/vikunja/helm/api/charts
---
kind: signature
hmac: 9c29dc4dbf8a34c4e511927f1acaade8b88bdbc558a486301c9a3752e9dc41fb
hmac: 6255e5bec10e3e6eeaf92a8b523e04e03a191c13822b829d3361a861c9845fce
...