diff --git a/stable/cluster-autoscaler/Chart.yaml b/stable/cluster-autoscaler/Chart.yaml index e0c671c9e4..1f2bf388db 100644 --- a/stable/cluster-autoscaler/Chart.yaml +++ b/stable/cluster-autoscaler/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 description: Scales worker nodes within autoscaling groups. icon: https://github.com/kubernetes/kubernetes/blob/master/logo/logo.png name: cluster-autoscaler -version: 1.0.0 +version: 1.1.0 appVersion: 1.13.1 home: https://github.com/kubernetes/autoscaler sources: @@ -11,4 +11,6 @@ sources: maintainers: - name: mgoodness email: mgoodness@gmail.com +- name: yurrriq + email: e.bailey@sportradar.com engine: gotpl diff --git a/stable/cluster-autoscaler/OWNERS b/stable/cluster-autoscaler/OWNERS new file mode 100644 index 0000000000..3261178b75 --- /dev/null +++ b/stable/cluster-autoscaler/OWNERS @@ -0,0 +1,4 @@ +approvers: +- yurrriq +reviewers: +- yurrriq