From 01c409e1aacf53ee74f48490ed85bce481caf33e Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Sat, 23 Oct 2021 16:45:44 +0200 Subject: [PATCH] Fix builds after README change --- charts/metrics-server/Chart.yaml | 2 +- charts/metrics-server/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/metrics-server/Chart.yaml b/charts/metrics-server/Chart.yaml index ff4bb310..e0537b02 100644 --- a/charts/metrics-server/Chart.yaml +++ b/charts/metrics-server/Chart.yaml @@ -7,7 +7,7 @@ type: application maintainers: - name: groundhog2k -version: 2.13.1 +version: 2.13.2 appVersion: "v0.5.1" diff --git a/charts/metrics-server/README.md b/charts/metrics-server/README.md index 7ee9cde8..834d358a 100644 --- a/charts/metrics-server/README.md +++ b/charts/metrics-server/README.md @@ -1,13 +1,13 @@ # ⚠️ Deprecation and Archive Notice -This chart version (v2.13.1) is the last update and the chart is deprecated and will no longer be maintained. +This chart version (v2.13.2) is the last update and the chart is deprecated and will no longer be maintained. A new chart of the original metrics-server project was release at [kubernetes-sigs/metrics-server](https://github.com/kubernetes-sigs/metrics-server/tree/master/charts/metrics-server) # 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