From 6fb92f24ac2e79d06f060e089b64f1bdf17646fa Mon Sep 17 00:00:00 2001 From: Wilfrido Vidana <4426659+wvidana@users.noreply.github.com> Date: Thu, 7 Nov 2019 10:13:09 -0600 Subject: [PATCH] [stable/cerebro] Adding wvidana as collaborator (#16909) * Adding wvidana as collaborator Volunteering from issue https://github.com/helm/charts/issues/13867 Past contributions to cerebro chart: - https://github.com/helm/charts/pull/14506 Past contributions to other helm charts: - https://github.com/helm/charts/pull/14196 - https://github.com/helm/charts/pull/14189 - https://github.com/helm/charts/pull/13667 - https://github.com/helm/charts/pull/13666 - https://github.com/helm/charts/pull/13665 Signed-off-by: Wilfrido Vidana * Adding the OWNERS file to .helmignore Signed-off-by: Wilfrido Vidana --- stable/cerebro/.helmignore | 2 ++ stable/cerebro/Chart.yaml | 4 +++- stable/cerebro/OWNERS | 2 ++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/stable/cerebro/.helmignore b/stable/cerebro/.helmignore index f0c1319444..46fd899656 100644 --- a/stable/cerebro/.helmignore +++ b/stable/cerebro/.helmignore @@ -19,3 +19,5 @@ .project .idea/ *.tmproj +# OWNERS file for Kubernetes +OWNERS diff --git a/stable/cerebro/Chart.yaml b/stable/cerebro/Chart.yaml index 018a48d84d..e5b8fcc03d 100644 --- a/stable/cerebro/Chart.yaml +++ b/stable/cerebro/Chart.yaml @@ -1,5 +1,5 @@ name: cerebro -version: 1.2.0 +version: 1.2.1 appVersion: 0.8.4 apiVersion: v1 description: A Helm chart for Cerebro - a web admin tool that replaces Kopf. @@ -11,3 +11,5 @@ sources: maintainers: - name: davidkarlsen email: david@davidkarlsen.com +- name: wvidana + email: wvidanas@gmail.com diff --git a/stable/cerebro/OWNERS b/stable/cerebro/OWNERS index 9342df5fbe..57d8ba9f50 100644 --- a/stable/cerebro/OWNERS +++ b/stable/cerebro/OWNERS @@ -1,4 +1,6 @@ approvers: - davidkarlsen +- wvidana reviewers: - davidkarlsen +- wvidana