Compare commits

..

No commits in common. "0.1.1" and "0.1.0" have entirely different histories.
0.1.1 ... 0.1.0

View File

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