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