mrlhansen / idrac_exporter

Simple Redfish (iDRAC, iLO, XClarity) exporter for Prometheus
MIT License
131 stars 40 forks source link

Add helm chart #59

Closed ConnorsApps closed 7 months ago

ConnorsApps commented 8 months ago

Adds the ability to run in a Kubernetes cluster easily with helm.

ConnorsApps commented 8 months ago

I've also added a Github action to host the chart in a helm repo using Github pages. See gh the action.

You'll need to create a branch named gh-pages before merging this branch. Each time the version in Chart.yaml is changed, it'll create a git tag & release to host the packed chart.

mrlhansen commented 8 months ago

Hi @ConnorsApps

Thanks for the Pull Request. I will try to find some time to go through it.