From 839ab6d6e361cd3e422fde5653b26862cfe06c02 Mon Sep 17 00:00:00 2001 From: Alex Manning Date: Tue, 21 Feb 2023 22:19:00 +0000 Subject: [PATCH] broken chart.lock --- .woodpecker/mastodon.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker/mastodon.yaml b/.woodpecker/mastodon.yaml index fb6776e..ecad149 100644 --- a/.woodpecker/mastodon.yaml +++ b/.woodpecker/mastodon.yaml @@ -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