diff --git a/charts/metrics-server/Chart.yaml b/charts/metrics-server/Chart.yaml index 5cd3b48b7ca7bf2c7c9a6b5b64ba7e1c987eb9ca..03f45b99487612a910bdf7e0760e345270dcf0d7 100644 --- a/charts/metrics-server/Chart.yaml +++ b/charts/metrics-server/Chart.yaml @@ -7,9 +7,9 @@ type: application maintainers: - name: groundhog2k -version: 2.12.0 +version: 2.12.1 -appVersion: "0.4.1" +appVersion: "v0.4.1" keywords: - metrics-server diff --git a/charts/metrics-server/README.md b/charts/metrics-server/README.md index 08b2ead86d13b567fe5b5d86ad63f3298d6bf4b5..8e9e85eb750977ea6ddbc063be55127bd68af836 100644 --- a/charts/metrics-server/README.md +++ b/charts/metrics-server/README.md @@ -1,6 +1,6 @@ # metrics-server -   +   [Metrics Server](https://github.com/kubernetes-incubator/metrics-server) is a cluster-wide aggregator of resource usage data. Resource metrics are used by components like `kubectl top` and the [Horizontal Pod Autoscaler](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale) to scale workloads. To autoscale based upon a custom metric, see the [Prometheus Adapter chart](https://github.com/helm/charts/blob/master/stable/prometheus-adapter).