This commit is contained in:
parent
8b42a24616
commit
839ab6d6e3
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ pipeline:
|
||||||
image: "docker.io/alpine/helm:latest"
|
image: "docker.io/alpine/helm:latest"
|
||||||
secrets: [helm_user, helm_password, helm_repo]
|
secrets: [helm_user, helm_password, helm_repo]
|
||||||
commands:
|
commands:
|
||||||
|
- rm mastodon-chart/Chart.lock
|
||||||
- helm dependency build mastodon-chart
|
- helm dependency build mastodon-chart
|
||||||
- helm plugin install https://github.com/chartmuseum/helm-push
|
- helm plugin install https://github.com/chartmuseum/helm-push
|
||||||
- helm repo add therepo $HELM_REPO --username $HELM_USER --password $HELM_PASSWORD
|
- helm repo add therepo $HELM_REPO --username $HELM_USER --password $HELM_PASSWORD
|
||||||
|
|
Loading…
Reference in a new issue