neuvector / neuvector-helm

HELM chart to install NeuVector container cluster
Apache License 2.0
121 stars 115 forks source link

Consider publishing chart #28

Closed timwebster9 closed 3 years ago

timwebster9 commented 5 years ago

It would be nice if this chart was published in a chart repository. We would prefer to use your 'official' chart rather than maintaining our own because:

Also we considered publishing ourselves, but the chart name doesn't match the directory name:

Tims-MBP-4:neuvector-helm timw$ helm package .
Error: directory name (neuvector-helm) and Chart.yaml name (neuvector) must match

EDIT - nevermind the last comment - cloning to a directory called neuvector will fix this...

timja commented 5 years ago

@garyduan any chance this could be published to a chart repo?

christianhuening commented 4 years ago

would also love to see that done!

apeschel commented 4 years ago

It's a little early, but heck, happy birthday to this issue! Hopefully this year, you can get a response from the developers!

🎂

becitsthere commented 3 years ago

The helm chart has been published. You can use the following command to install charts

helm repo add neuvector https://neuvector.github.io/neuvector-helm/
helm search neuvector/core
helm install --name my-release --namespace neuvector neuvector/core 

Please see the helm chart source code repo (https://github.com/neuvector/neuvector-helm) for details.