Skip to content

Commit

Permalink
Update nexus to 3.70.1 (#1008)
Browse files Browse the repository at this point in the history
* Update to 3.70.1

* Update charts/nexus3/Chart.yaml

Co-authored-by: Steve Hipwell <[email protected]>

* Update charts/nexus3/Chart.yaml

Co-authored-by: Steve Hipwell <[email protected]>

* chore: Updated OCI tag spec

---------

Co-authored-by: Steve Hipwell <[email protected]>
  • Loading branch information
EugenMayer and stevehipwell authored Jul 23, 2024
1 parent ed38155 commit d6aa999
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/nexus3/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/nexus3/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

{{/*
Expand Down

0 comments on commit d6aa999

Please sign in to comment.