From 6ed964a07209f4614c8cd8a952cec83305a79b7f Mon Sep 17 00:00:00 2001 From: Scott Crooks Date: Wed, 26 Aug 2020 04:34:02 +0200 Subject: [PATCH] chore(cluster-autoscaler): Deprecating chart (#23305) This Helm chart has been moved to the repository at https://github.com/kubernetes/autoscaler Signed-off-by: Scott Crooks --- stable/cluster-autoscaler/Chart.yaml | 8 ++------ stable/cluster-autoscaler/README.md | 6 +++++- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/stable/cluster-autoscaler/Chart.yaml b/stable/cluster-autoscaler/Chart.yaml index e0d00d3e9d..4a7b83a479 100644 --- a/stable/cluster-autoscaler/Chart.yaml +++ b/stable/cluster-autoscaler/Chart.yaml @@ -2,15 +2,11 @@ apiVersion: v1 description: Scales worker nodes within autoscaling groups. icon: https://github.com/kubernetes/kubernetes/blob/master/logo/logo.png name: cluster-autoscaler -version: 7.3.4 +version: 8.0.0 appVersion: 1.17.1 home: https://github.com/kubernetes/autoscaler sources: - https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler - https://github.com/spotinst/kubernetes-autoscaler/tree/master/cluster-autoscaler -maintainers: -- name: mgoodness - email: mgoodness@gmail.com -- name: yurrriq - email: e.bailey@sportradar.com engine: gotpl +deprecated: true diff --git a/stable/cluster-autoscaler/README.md b/stable/cluster-autoscaler/README.md index f58fd50333..0849f97c95 100644 --- a/stable/cluster-autoscaler/README.md +++ b/stable/cluster-autoscaler/README.md @@ -1,4 +1,8 @@ -# cluster-autoscaler +# DEPRECATED + +This Helm chart has been moved to the [kubernetes/autoscaler](https://github.com/kubernetes/autoscaler) repository. + +## cluster-autoscaler [The cluster autoscaler](https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler) scales worker nodes within an AWS autoscaling group (ASG) or Spotinst Elastigroup.