Compare commits

...

1 Commits
0.1.0 ... 0.1.1

Author SHA1 Message Date
6d2a3675b1
fix(ci): rename chart repository
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2024-11-25 18:48:31 +01:00

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