Helm chart for Kubernetes Metrics Server running in Tenant Clusters.
- Installs the kubernetes-metrics-server.
- 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/metrics-server-app.git
$ cd metrics-server-app
$ helm install metrics-server-app/helm/metrics-server-app
Provide a custom values.yaml
:
$ helm install metrics-server-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.