image repository clearent/nexus is deprecated and needs to be updated to cavemandaveman/nexus
most recent tag is 3.8.0-02
is there a reason not to use the official image?
I managed to get this chart running with the official image.
Git clone this chart and add this to templates/deployment.yaml under template: > spec:
securityContext:
fsGroup: 2000
Comment out livenessProbe and readinessProbe sections (also in templates/deployment.yaml)
Then you can change the imagename in values.yaml to sonatype/nexus3 and install via helm.
@feluxe you can use the nexus.securityContext value too, eg: --set nexus.securityContext=2000
Image has been migrated from that repo
/close
Most helpful comment
is there a reason not to use the official image?