Nexus 3.36.0 is broken with FIPS
Nexus chart version 36.0.0-bb.0 app version 3.36.0 is broken on FIPS enabled nodes.
Package version 36.0.0-bb.0 had to be backed out of the BigBang 1.23.0 release.
The fix is to set this environment variable
nexus:
env:
- name: INSTALL4J_ADD_VM_PARAMS
value: "-Dcom.redhat.fips=false"
Edited by kevin.wilder