fix(ci): use helm cm-push command to deploy chart
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Markus Pesch 2022-02-03 22:22:16 +01:00
parent 25d96fe0c4
commit 3adc1b3ceb
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ steps:
commands:
- helm repo add volker.raschek https://charts.cryptic.systems/volker.raschek
- helm package --version ${DRONE_TAG} .
- /usr/bin/helm-cm-push ${DRONE_REPO_NAME%-charts}-${DRONE_TAG}.tgz volker.raschek
- helm cm-push ${DRONE_REPO_NAME%-charts}-${DRONE_TAG}.tgz volker.raschek
environment:
HELM_REPO_PASSWORD:
from_secret: helm_repo_password