Helm Chart for Node Exporter running in Tenant Clusters.
- Installs the node-exporter service.
- Managed by app-operator.
- Production releases are stored in the default-catalog.
- WIP releases are stored in the default-test-catalog.
To install the chart locally:
$ git clone https://github.com/giantswarm/node-exporter-app.git
$ cd node-exporter-app
$ helm install helm/node-exporter-app
Provide a custom values.yaml
:
$ helm install node-exporter-app -f values.yaml
- Ensure CHANGELOG.md is up to date.
- Create a new GitHub release with the version e.g.
v0.1.0
and link the changelog entry. - This will push a new git tag and trigger a new tarball to be pushed to the default-catalog.
- Update cluster-operator with the new version.