fix(ci): rename chart repository
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Markus Pesch 2024-11-25 18:48:31 +01:00
parent ab3b254bf8
commit 6d2a3675b1
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -187,9 +187,9 @@ steps:
- name: release-helm-chart
commands:
- helm repo add prometheus-exporter https://charts.cryptic.systems/prometheus-exporter
- helm repo add prometheus-exporters https://charts.cryptic.systems/prometheus-exporter
- helm package --version ${DRONE_TAG} .
- helm cm-push ${DRONE_REPO_NAME}-${DRONE_TAG}.tgz prometheus-exporter
- helm cm-push ${DRONE_REPO_NAME}-${DRONE_TAG}.tgz prometheus-exporters
environment:
HELM_REPO_PASSWORD:
from_secret: helm_repo_password