broken chart.lock
All checks were successful
ci/woodpecker/push/mastodon Pipeline was successful

This commit is contained in:
Alex Manning 2023-02-21 22:19:00 +00:00
parent 8b42a24616
commit 839ab6d6e3

View file

@ -11,6 +11,7 @@ pipeline:
image: "docker.io/alpine/helm:latest"
secrets: [helm_user, helm_password, helm_repo]
commands:
- rm mastodon-chart/Chart.lock
- helm dependency build mastodon-chart
- helm plugin install https://github.com/chartmuseum/helm-push
- helm repo add therepo $HELM_REPO --username $HELM_USER --password $HELM_PASSWORD