diff --git a/stable/sonatype-nexus/Chart.yaml b/stable/sonatype-nexus/Chart.yaml index 670f4258ca..70c3a26be1 100644 --- a/stable/sonatype-nexus/Chart.yaml +++ b/stable/sonatype-nexus/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: sonatype-nexus -version: 1.21.0 +version: 1.21.1 appVersion: 3.17.0-01 description: Sonatype Nexus is an open source repository manager keywords: diff --git a/stable/sonatype-nexus/templates/service.yaml b/stable/sonatype-nexus/templates/service.yaml index 1e506d8e9f..8e753c6247 100644 --- a/stable/sonatype-nexus/templates/service.yaml +++ b/stable/sonatype-nexus/templates/service.yaml @@ -25,7 +25,7 @@ spec: {{- end }} {{- with .Values.service.ports }} {{ toYaml . | indent 2 }} - {{- end -}} + {{- end }} selector: app: {{ template "nexus.name" . }} release: {{ .Release.Name }}