From d605f7487fea8f0f4c7964f9b8493e5eeaf102ae Mon Sep 17 00:00:00 2001 From: axozoid Date: Tue, 2 Jul 2019 17:03:08 +1000 Subject: [PATCH] Updating OWNERS file. (#15199) Signed-off-by: Alexey Shabalin --- stable/k8s-spot-termination-handler/Chart.yaml | 2 +- stable/k8s-spot-termination-handler/OWNERS | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/stable/k8s-spot-termination-handler/Chart.yaml b/stable/k8s-spot-termination-handler/Chart.yaml index 4531965210..c8c3740cb5 100644 --- a/stable/k8s-spot-termination-handler/Chart.yaml +++ b/stable/k8s-spot-termination-handler/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: "1.13.0-1" description: The K8s Spot Termination handler handles draining AWS Spot Instances in response to termination requests. name: k8s-spot-termination-handler -version: 1.3.0 +version: 1.3.1 keywords: - spot - termination diff --git a/stable/k8s-spot-termination-handler/OWNERS b/stable/k8s-spot-termination-handler/OWNERS index d26cfbe993..6223d6d59e 100644 --- a/stable/k8s-spot-termination-handler/OWNERS +++ b/stable/k8s-spot-termination-handler/OWNERS @@ -1,6 +1,8 @@ approvers: +- axozoid - egeland - kierranm reviewers: +- axozoid - egeland - kierranm