UNCLASSIFIED

"main/README.md" did not exist on "main"
README.md 871 Bytes
Newer Older
1
# Sonatype Nexus
tsiddique's avatar
tsiddique committed
2

3
Source of truth for components, artifacts, binaries, etc.
4

5 6 7
This chart was sourced from
[Sonatype's Helm Charts.](https://github.com/sonatype/helm3-charts) with
minimal changes.
8

9 10 11 12 13
## Prerequisites

- Kubernetes Cluster deployed
- Kubernetes config installed in ~/.kube/config
- Helm installed
14 15 16

## Iron Bank

17 18 19 20 21 22 23 24 25 26 27
You can `pull` the Iron Bank image [here](https://registry1.dso.mil/harbor/projects/3/repositories/sonatype%2Fnexus%2Fnexus) and view the container approval [here](https://ironbank.dso.mil/repomap/sonatype/nexus).

## Helm

Please reference complete list of providable variables
[here](https://github.com/sonatype/helm3-charts/tree/master/charts/nexus-repository-manager#configuration)

```bash
git clone https://repo1.dso.mil/platform-one/big-bang/apps/developer-tools/nexus-repository-manager.git
helm install nexus-repository-manager chart
```