Skip to content

Commit

Permalink
Merge pull request #13 from curie-data-factory/nexus
Browse files Browse the repository at this point in the history
up
  • Loading branch information
armandleopold authored Apr 15, 2021
2 parents bbe192f + 9a1c363 commit a38cdd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/nexus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: nexus
description: Sonatype Nexus is an open source repository manager
type: application
appVersion: "3.30.0"
version: "1.0.3"
version: "1.0.4"
home: https://github.com/curie-data-factory/helm-charts/tree/master/charts/nexus
icon: https://help.sonatype.com/docs/files/331022/34537964/3/1564671303641/NexusRepo_Icon.png
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/nexus/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ spec:
{{- end }}
volumeMounts:
- mountPath: {{ .Values.dump.mountPath }}
name: {{ .Values.persistence.name }}
name: "{{ .Release.Name }}-blobs"
readOnly: true
- mountPath: /nfs
name: nfs-dump
Expand Down

0 comments on commit a38cdd0

Please sign in to comment.