Use the library for vaultwarden (#4)

Reviewed-on: https://git.badhouseplants.net/softplayer/softplayer-apps/pulls/4
This commit is contained in:
2024-07-15 18:15:48 +00:00
parent 8a0cf86d26
commit 5629800c2f
20 changed files with 143 additions and 407 deletions

View File

@ -70,6 +70,7 @@ steps:
--password $REGISTRY_PASSWORD
- |
for chart in $(find charts -maxdepth 1 -mindepth 1 -type d); do
helm dependency update $chart
helm package $chart -d chart-packages;
done
- |