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
 
-![Version: 2.13.0](https://img.shields.io/badge/Version-2.13.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.5.0](https://img.shields.io/badge/AppVersion-0.5.0-informational?style=flat-square)
+![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)
 
 [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).