From 68957fc6f86ec41da78dd2e1f56f0aeda54d542c Mon Sep 17 00:00:00 2001 From: "Sasha (Alejandro Vicente Grabovetsky)" Date: Thu, 23 May 2019 09:10:24 +0300 Subject: [PATCH] [stable/chaoskube] Updated OWNERS to add alexvicegrab (#14054) * Updated OWNERS to add alexvicegrab Signed-off-by: Sasha (Alejandro Vicente Grabovetsky) * Add name to Chart.yaml maintainers Signed-off-by: Alejandro Vicente Grabovetsky --- stable/chaoskube/Chart.yaml | 4 +++- stable/chaoskube/OWNERS | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/stable/chaoskube/Chart.yaml b/stable/chaoskube/Chart.yaml index c27b1e02e6..cf84058945 100755 --- a/stable/chaoskube/Chart.yaml +++ b/stable/chaoskube/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: chaoskube -version: 3.1.0 +version: 3.1.1 appVersion: 0.14.0 description: Chaoskube periodically kills random pods in your Kubernetes cluster. icon: https://raw.githubusercontent.com/linki/chaoskube/master/chaoskube.png @@ -13,4 +13,6 @@ keywords: maintainers: - name: linki email: linki+kubernetes.io@posteo.de +- name: alexvicegrab + email: a.vicente.grab@gmail.com engine: gotpl diff --git a/stable/chaoskube/OWNERS b/stable/chaoskube/OWNERS index c9e2122ab8..c332457310 100644 --- a/stable/chaoskube/OWNERS +++ b/stable/chaoskube/OWNERS @@ -1,4 +1,6 @@ approvers: - linki +- alexvicegrab reviewers: - linki +- alexvicegrab