From fe309ad75005ee8f2fabd97ac985243c5ade703a Mon Sep 17 00:00:00 2001 From: groundhog2k <10630407+groundhog2k@users.noreply.github.com> Date: Mon, 27 Sep 2021 08:19:14 +0200 Subject: [PATCH] Update metrics-server chart for metrics-server 0.5.1 (#627) --- charts/metrics-server/Chart.yaml | 4 ++-- charts/metrics-server/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/metrics-server/Chart.yaml b/charts/metrics-server/Chart.yaml index 415a21bc..ff4bb310 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 a6780c57..a640c8bb 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). -- GitLab