helm-charts
helm-charts copied to clipboard
[prometheus-consul-exporter] bump consul exporter to 0.13.0
What this PR does / why we need it
Which issue this PR fixes
(optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged)
- fixes #
Special notes for your reviewer
Checklist
- [x] DCO signed
- [x] Chart Version bumped
- [x] Title of the PR starts with chart name (e.g.
[prometheus-couchdb-exporter])
The values file needs to be amended as the exporter release 0.9 does not start with an invalid consulServer:
consulServer: host:port
As users set their own Consul server name, setting the default to localhost makes the exporter start successfully (and is a reasonable value afterall).
consulServer: "localhost:8500"
@zeritti done, should this be considered a breaking change?
@zeritti done, should this be considered a breaking change?
In my opinion, no, not at all.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Any further update will cause the issue/pull request to no longer be considered stale. Thank you for your contributions.
@zeritti any way we can merge this? other maintainers dont seem to respond 😊