From c7b32ec42d7993609f790fb7f77edcab300fd3ad Mon Sep 17 00:00:00 2001 From: Cees-Jan Kiewiet Date: Thu, 21 May 2020 12:57:26 +0200 Subject: [PATCH] Add readme and bump everything in this PR as 0.2 --- charts/docker-hub-exporter/Chart.yaml | 2 +- charts/docker-hub-exporter/README.md | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 charts/docker-hub-exporter/README.md diff --git a/charts/docker-hub-exporter/Chart.yaml b/charts/docker-hub-exporter/Chart.yaml index d1cabf0..319e5b5 100644 --- a/charts/docker-hub-exporter/Chart.yaml +++ b/charts/docker-hub-exporter/Chart.yaml @@ -4,7 +4,7 @@ description: Docker Hub exporter home: https://github.com/jessestuart/docker-hub-exporter icon: https://helm.wyrihaximus.net/images/charts/docker-hub-exporter.png type: application -version: 0.1.7 +version: 0.2.0 appVersion: d05df48 maintainers: - name: WyriHaximus diff --git a/charts/docker-hub-exporter/README.md b/charts/docker-hub-exporter/README.md new file mode 100644 index 0000000..1063103 --- /dev/null +++ b/charts/docker-hub-exporter/README.md @@ -0,0 +1,22 @@ +# Docker Hub Exporter + +Opinionated helm chart for [`jessestuart/docker-hub-exporter`](https://github.com/jessestuart/docker-hub-exporter). + +## Configuration + +While the underlying docker image supports specific docker images this helm chart only lets you configure +`organisations`. There are also two dashboards included, one for InfluxDB and one for Prometheus. + +### Sample configuration + +```yaml +organisations: wyrihaximusnet + +grafana: + prometheus: true +``` + +## Opinionated decisions + +* Port is hardcoded to `9170` for the metrics. +* Only gather metrics for full organizations and users.