From e86e06aefe13bf5d17d388a0128cb0230ff758a6 Mon Sep 17 00:00:00 2001 From: Rob Kernick Date: Fri, 13 Apr 2018 12:05:59 -0400 Subject: [PATCH] Add rjkernick to ownner of sonatype-nexus (#5011) --- stable/sonatype-nexus/.helmignore | 2 ++ stable/sonatype-nexus/Chart.yaml | 2 +- stable/sonatype-nexus/OWNERS | 4 ++++ 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 stable/sonatype-nexus/OWNERS diff --git a/stable/sonatype-nexus/.helmignore b/stable/sonatype-nexus/.helmignore index f0c1319444..46fd899656 100644 --- a/stable/sonatype-nexus/.helmignore +++ b/stable/sonatype-nexus/.helmignore @@ -19,3 +19,5 @@ .project .idea/ *.tmproj +# OWNERS file for Kubernetes +OWNERS diff --git a/stable/sonatype-nexus/Chart.yaml b/stable/sonatype-nexus/Chart.yaml index ae8658af7b..b60ff0d013 100644 --- a/stable/sonatype-nexus/Chart.yaml +++ b/stable/sonatype-nexus/Chart.yaml @@ -1,5 +1,5 @@ name: sonatype-nexus -version: 0.2.0 +version: 0.2.1 appVersion: 3.9.0 description: Sonatype Nexus is an open source repository manager keywords: diff --git a/stable/sonatype-nexus/OWNERS b/stable/sonatype-nexus/OWNERS new file mode 100644 index 0000000000..2427763028 --- /dev/null +++ b/stable/sonatype-nexus/OWNERS @@ -0,0 +1,4 @@ +approvers: +- rjkernick +reviewers: +- rjkernick