diff --git a/stable/k8s-spot-termination-handler/Chart.yaml b/stable/k8s-spot-termination-handler/Chart.yaml index e960447f0503..c5a881fa6f8a 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.7-1" description: The K8s Spot Termination handler handles draining AWS Spot Instances in response to termination requests. name: k8s-spot-termination-handler -version: 1.4.6 +version: 1.4.7 keywords: - spot - termination @@ -14,3 +14,5 @@ maintainers: email: kierranm@gmail.com - name: egeland email: egeland@gmail.com + - name: mariusv + email: myself@mariusv.com diff --git a/stable/k8s-spot-termination-handler/OWNERS b/stable/k8s-spot-termination-handler/OWNERS index 6223d6d59e82..67bb03aca547 100644 --- a/stable/k8s-spot-termination-handler/OWNERS +++ b/stable/k8s-spot-termination-handler/OWNERS @@ -2,7 +2,9 @@ approvers: - axozoid - egeland - kierranm +- mariusv reviewers: - axozoid - egeland - kierranm +- mariusv