openstack-helm-infra/releasenotes/notes/prometheus-blackbox-exporter.yaml
Gage Hugo 477eed26bf Fix indentation
The prometheus-blackbox-exporter chart current fails to install
with helm v3 due to an invalid indentation with metadata labels.

This change fixes the indentation to the correct amount in order
to successfully build and install when using helm v3.

Change-Id: I95942fe49b39a052dd83060b597807f6a52627e4
2022-03-22 15:35:17 -05:00

9 lines
217 B
YAML

---
prometheus-blackbox-exporter:
- 0.1.0 Initial Chart
- 0.1.1 Change helm-toolkit dependency version to ">= 0.1.0"
- 0.1.2 Rename image key name
- 0.1.3 Update htk requirements
- 0.1.4 Fix indentation
...