Skip to content

Commit

Permalink
Add readme and bump everything in this PR as 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed May 21, 2020
1 parent 4343bb0 commit c7b32ec
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/docker-hub-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
22 changes: 22 additions & 0 deletions charts/docker-hub-exporter/README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit c7b32ec

Please sign in to comment.