NEXUS-34974 Publish nxrm helm charts to Sonatype helm repo and Artifact Hub

This commit is contained in:
spryhoda
2022-09-13 15:33:07 +03:00
parent 595206fdc9
commit 8123c3db21
24 changed files with 1444 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ set -e
# lint yaml of charts
helm lint ./nxrm-aws-resiliency
#helm lint ./nexus-repository-manager
helm lint ./nexus-repository-manager
# unit test
#(cd ./nxrm-aws-resiliency; helm unittest -3 -t junit -o test-output.xml .)
@@ -26,4 +26,4 @@ helm lint ./nxrm-aws-resiliency
# package the charts into tgz archives
helm package ./nxrm-aws-resiliency --destination docs
#helm package ./nexus-repository-manager --destination docs
helm package ./nexus-repository-manager --destination docs