diff --git a/charts/metrics-server/Chart.yaml b/charts/metrics-server/Chart.yaml index 415a21bca329a304a8f7920d3c4cb9cdbc2d0218..ff4bb310b0e7df1895862756c970daa8e5a84983 100644 --- a/charts/metrics-server/Chart.yaml +++ b/charts/metrics-server/Chart.yaml @@ -7,9 +7,9 @@ type: application maintainers: - name: groundhog2k -version: 2.13.0 +version: 2.13.1 -appVersion: "v0.5.0" +appVersion: "v0.5.1" keywords: - metrics-server diff --git a/charts/metrics-server/README.md b/charts/metrics-server/README.md index a6780c574d89e9474468f86e7b8b3341abaa8f7f..a640c8bbaefe2c514b3175ade033cc1b3589e888 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).