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