Helm Chart for kube-state-metrics in Tenant Clusters.
- Installs the kube-state-metrics agent.
- 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/kube-state-metrics-app.git
$ cd kube-state-metrics-app
$ helm install helm/kube-state-metrics-app
Provide a custom values.yaml
:
$ helm install kube-state-metrics-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.