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