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