Remove non resiliency helm3-charts

This commit is contained in:
Olu Shiyanbade
2022-09-02 11:23:27 +01:00
parent d9da79bb8d
commit e82e7a3208
28 changed files with 8 additions and 1289 deletions

View File

@@ -18,12 +18,12 @@ 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 .)
(cd ./nexus-repository-manager; helm unittest -3 -t junit -o test-output.xml .)
#(cd ./nexus-repository-manager; helm unittest -3 -t junit -o test-output.xml .)
# 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