Move vaultwarden to softplayer-lib

This commit is contained in:
2024-07-15 19:53:19 +02:00
parent 8a0cf86d26
commit bba8748576
19 changed files with 141 additions and 405 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
- |