From d9289dd5baaacf6db9496ca7eb8ba05ef032b870 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 25 Jul 2019 00:27:51 -0500 Subject: [PATCH] [stable/cluster-autoscaler] Add me as owner (#15813) https://github.com/helm/charts/issues/13869 Signed-off-by: Eric Bailey --- stable/cluster-autoscaler/Chart.yaml | 4 +++- stable/cluster-autoscaler/OWNERS | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 stable/cluster-autoscaler/OWNERS 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