softtechconsulting / nexus

OSS Nexus with OOTB configuration to work on Jenkins X

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sonatype Nexus 3.x Chart

Nexus is a repository for storing and caching artifacts. Based on the initial work done upstream in the kubernetes chart repo here.

This chart is deployed when installing Jenkins X on a Kubernetes cluster. Refer to the Jenkins X Documentation for more information.

Updates added

Forked nexus to add Docker repository and endpoints to the jenkinsx nexus service

Usage

Helm must be installed to use the charts. Please refer to Helm's documentation to get started.

Once Helm has been set up correctly, add the repo as follows:

helm repo add softtech https://softtechconsulting.github.io/nexus

If you had already added this repo earlier, run helm repo update to retrieve the latest versions of the packages. You can then run helm search repo softtech to see the charts.

To install the nexus chart:

helm install nexus softtech/nexus

To uninstall the chart:

helm delete nexus

About

OSS Nexus with OOTB configuration to work on Jenkins X


Languages

Language:Shell 80.2%Language:Dockerfile 13.2%Language:Mustache 6.6%