Giter Site home page Giter Site logo

ordtesters / nexus-repository-helm Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sonatype-nexus-community/nexus-repository-helm

0.0 1.0 0.0 829 KB

At the Helm, Helm Yeah, v k8s

License: Eclipse Public License 1.0

Java 88.85% Groovy 7.27% JavaScript 3.35% CSS 0.31% Dockerfile 0.21%

nexus-repository-helm's Introduction

Nexus Repository Helm Format

Maven Central

CircleCI

Join the chat at https://gitter.im/sonatype/nexus-developers

DepShield Badge

Table Of Contents

Developing

Requirements

Also, there is a good amount of information available at Bundle Development

Building

To build the project and generate the bundle use Maven

mvn clean package

If everything checks out, the bundle for Helm should be available in the target folder.

In the examples below, substitute <helm_version> with the current version of the helm format plugin.

Build with Docker

docker build -t nexus-repository-helm:<helm_version> .

Run as a Docker container

docker run -d -p 8081:8081 --name nexus nexus-repository-helm:<helm_version>

For further information like how to persist volumes check out the GitHub repo for our official image.

After allowing some time to spin up, the application will be available from your browser at http://localhost:8081.

To read the generated admin password for your first login to the web UI, you can use the command below against the running docker container:

  docker exec -it nexus cat /nexus-data/admin.password && echo

Once logged into the application UI as admin using the generated password, you may also want to turn on "Enable anonymous access" when prompted by the setup wizard.

Using Helm With Nexus Repository Manager 3

We have detailed instructions on how to get started here!

Compatibility with Nexus Repository Manager 3 Versions

The table below outlines what version of Nexus Repository the plugin was built against

Plugin Version Nexus Repository Version
v0.0.6 3.13.0-01
v0.0.7 3.14.0-04
v0.0.8 3.15.2-01
v0.0.9 3.16.2-01
v0.0.10 3.17.0-01
v0.0.11 3.18.0-01
v0.0.12 3.18.0-01
v0.0.13 3.18.0-01
v1.0.2 In product 3.21.0+
All released versions can be found here.

Features Implemented In This Plugin

Feature Implemented
Proxy ✔️
Hosted ✔️
Group

Installing The Plugin

In Nexus Repository Manager 3.21+ Helm format is already included. So there is no need to install it. But if you want to reinstall the plugin with your improvements then following instructions will be useful.
Note: Using an unofficial version of the plugin is not supported by the Sonatype Support team.

Permanent Reinstall

  • Copy the new bundle into <nexus_dir>/system/org/sonatype/nexus/plugins/nexus-repository-helm/<helm_version>/nexus-repository-helm-<helm_version>.jar

  • Edit <nexus_dir>/system/org/sonatype/nexus/assemblies/nexus-cma-feature/3.x.y/nexus-cma-feature-3.x.y-features.xml changing helm to your build version (examples, the actual lines surrounding may vary):

          <feature version="3.a.b">nexus-repository-p2</feature>
          <feature version="<helm_version>">nexus-repository-helm</feature>
          <feature version="3.x.y.xy">nexus-repository-raw</feature>
      </feature>
    

    And

     <feature name="nexus-repository-helm" description="org.sonatype.nexus.plugins:nexus-repository-helm" version="<helm_version>">
         <details>org.sonatype.nexus.plugins:nexus-repository-helm</details>
         <bundle>mvn:org.sonatype.nexus.plugins/nexus-repository-helm/<helm_version></bundle>
     </feature>
    

This will cause the plugin to be loaded and started with each startup of Nexus Repository Manager.

NOTE: The file location changed in version 3.21. For older versions, edit these files:

  • If you are using OSS edition, make these mods in: <nexus_dir>/system/com/sonatype/nexus/assemblies/nexus-oss-feature/3.x.y/nexus-oss-feature-3.x.y-features.xml
  • If you are using PRO edition, make these mods in: <nexus_dir>/system/com/sonatype/nexus/assemblies/nexus-pro-feature/3.x.y/nexus-pro-feature-3.x.y-features.xml

Additionally, prior to 3.21 the lines did not exist so they'd need to be added instead of edited.

The Fine Print

Starting from version 3.21+ the Helm plugin is supported by Sonatype, but still is a contribution of ours to the open source community (read: you!)

Phew, that was easier than I thought. Last but not least of all:

Have fun creating and using this plugin and the Nexus platform, we are glad to have you here!

Getting help

Looking to contribute to our code but need some help? There's a few ways to get information:

nexus-repository-helm's People

Contributors

aornatovskyy avatar bhamail avatar blacktiger avatar darthhater avatar davidkarlsen avatar eldonlegrand avatar g0blin79 avatar j-s-3 avatar loverto avatar mcculls avatar mlukaretkyi avatar rayitopy avatar thejosh00 avatar vsamotovka avatar yamansama avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.