diff --git a/charts/metrics-server/Chart.yaml b/charts/metrics-server/Chart.yaml
index ff4bb310b0e7df1895862756c970daa8e5a84983..e0537b0214a96f80bfb19b51cec1cf00aa6e7f8a 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 7ee9cde88fd44f15d172eab01e10dbddf1b3102a..834d358aeb6590b29be4203f5637e7298c296b52 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
 
-![Version: 2.13.1](https://img.shields.io/badge/Version-2.13.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.5.1](https://img.shields.io/badge/AppVersion-0.5.1-informational?style=flat-square)
+![Version: 2.13.2](https://img.shields.io/badge/Version-2.13.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.5.1](https://img.shields.io/badge/AppVersion-0.5.1-informational?style=flat-square)
 
 [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).