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:10 +01:00
parent 7b4f59c0fe
commit 7f8b84fc1d
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: commands:
- helm repo add volker.raschek https://charts.cryptic.systems/volker.raschek - helm repo add volker.raschek https://charts.cryptic.systems/volker.raschek
- helm package --version ${DRONE_TAG} . - 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: environment:
HELM_REPO_PASSWORD: HELM_REPO_PASSWORD:
from_secret: helm_repo_password from_secret: helm_repo_password