These charts will deploy a Nexus Repository Manager instance to an AWS EKS cluster.
The current release has been tested on AWS EKS running Kubernetes version 1.21
These charts are designed to work out of the box with minikube using both Ingress and Ingress DNS addons.
The current releases have been tested on minikube v1.25.1 running Kubernetes v1.23.1.
helm repo add sonatype https://sonatype.github.io/helm3-charts/
helm install nexus-repo sonatype/nexus-repository-manager
helm install nxrm sonatype/nxrm-aws-resiliency --values values.yaml
helm install nexus-iq sonatype/nexus-iq-server
helm show values sonatype/nexus-repository-manager
helm show values sonatype/nxrm-aws-resiliency
helm show values sonatype/nexus-iq-server
Capture that output as your own values.yaml
file, and provide it to the helm install
command with the -f
option.
Visit https://github.com/sonatype/helm3-charts.