Allow all to access helm repo.
This commit is contained in:
parent
79961ebbfb
commit
b6cd8841a8
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ branches:
|
|||
pipeline:
|
||||
package:
|
||||
image: "docker.io/alpine/helm:latest"
|
||||
secrets: [helm_user, helm_password]
|
||||
secrets: [helm_user, helm_password, helm_repo]
|
||||
commands:
|
||||
- helm plugin install https://github.com/chartmuseum/helm-push
|
||||
- helm repo add therepo $HELM_REPO --username $HELM_USER --password $HELM_PASSWORD
|
||||
|
|
|
@ -6,7 +6,7 @@ branches:
|
|||
pipeline:
|
||||
package:
|
||||
image: "docker.io/alpine/helm:latest"
|
||||
secrets: [helm_user, helm_password]
|
||||
secrets: [helm_user, helm_password, helm_repo]
|
||||
commands:
|
||||
- helm plugin install https://github.com/chartmuseum/helm-push
|
||||
- helm repo add therepo $HELM_REPO --username $HELM_USER --password $HELM_PASSWORD
|
||||
|
|
Loading…
Reference in a new issue