sonatype / nxrm3-ha-repository

Repository for YAML configuration files for Nexus Repository Manager High Availability Feature
17 stars 23 forks source link

Make the nexus container image tag/version match the helm chart tag #46

Open bonickle opened 8 months ago

bonickle commented 8 months ago

The container image for nexus is currently set to latest. It should be 3.X to match the helm chart version/tag. Right now as it stands a helm upgrade could cause someone to install a new version of nexus than the helm chart is set to "support"

container: image: repository: sonatype/nexus3 tag: 3.x