diff --git a/charts/nexus3/Chart.yaml b/charts/nexus3/Chart.yaml index 9e9d2d16..cf32f928 100644 --- a/charts/nexus3/Chart.yaml +++ b/charts/nexus3/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: nexus3 description: Helm chart for Sonatype Nexus 3 OSS. type: application -version: 4.44.0 -appVersion: 3.69.0 +version: 4.45.0 +appVersion: 3.70.1 home: https://www.sonatype.com/nexus-repository-oss icon: https://raw.githubusercontent.com/stevehipwell/helm-charts/main/charts/nexus3/icon.png keywords: diff --git a/charts/nexus3/templates/_helpers.tpl b/charts/nexus3/templates/_helpers.tpl index 0f8ab5fd..fda1b62a 100644 --- a/charts/nexus3/templates/_helpers.tpl +++ b/charts/nexus3/templates/_helpers.tpl @@ -69,7 +69,7 @@ Create the name of the service account to use The image to use */}} {{- define "nexus3.image" -}} -{{- printf "%s:%s" .Values.image.repository (default (printf "%s-java11" .Chart.AppVersion) .Values.image.tag) }} +{{- printf "%s:%s" .Values.image.repository (default (printf "%s-java11-ubi" .Chart.AppVersion) .Values.image.tag) }} {{- end }} {{/*