From 0de18eddc95b539e952da4a8876f329929a5c36f Mon Sep 17 00:00:00 2001 From: Rob Kernick Date: Thu, 16 May 2019 11:02:26 -0400 Subject: [PATCH] [stable/sonatype-nexus] - add talha as a maintainer (#13921) Signed-off-by: Rob Kernick --- stable/sonatype-nexus/Chart.yaml | 4 +++- stable/sonatype-nexus/OWNERS | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/stable/sonatype-nexus/Chart.yaml b/stable/sonatype-nexus/Chart.yaml index be6ca24a30..b6572517f6 100644 --- a/stable/sonatype-nexus/Chart.yaml +++ b/stable/sonatype-nexus/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: sonatype-nexus -version: 1.18.1 +version: 1.18.2 appVersion: 3.15.2-01 description: Sonatype Nexus is an open source repository manager keywords: @@ -20,3 +20,5 @@ sources: maintainers: - name: rjkernick email: rjkernick@gmail.com + - name: tsiddique + email: tsiddique@live.com diff --git a/stable/sonatype-nexus/OWNERS b/stable/sonatype-nexus/OWNERS index 2427763028..30775e3ace 100644 --- a/stable/sonatype-nexus/OWNERS +++ b/stable/sonatype-nexus/OWNERS @@ -1,4 +1,6 @@ approvers: - rjkernick +- tsiddique reviewers: - rjkernick +- tsiddique