Allow all to access helm repo.
All checks were successful
ci/woodpecker/manual/common Pipeline was successful
ci/woodpecker/manual/mautrix-facebook Pipeline was successful
ci/woodpecker/manual/mautrix-whatsapp Pipeline was successful

This commit is contained in:
Alex Manning 2022-12-21 23:36:41 +00:00
parent 79961ebbfb
commit b6cd8841a8
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ branches:
pipeline: pipeline:
package: package:
image: "docker.io/alpine/helm:latest" image: "docker.io/alpine/helm:latest"
secrets: [helm_user, helm_password] secrets: [helm_user, helm_password, helm_repo]
commands: commands:
- 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

View file

@ -6,7 +6,7 @@ branches:
pipeline: pipeline:
package: package:
image: "docker.io/alpine/helm:latest" image: "docker.io/alpine/helm:latest"
secrets: [helm_user, helm_password] secrets: [helm_user, helm_password, helm_repo]
commands: commands:
- 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