helm-charts

Kubernetes helm charts repository.

Dependencies

Usage

helm repo add dnx https://charts.dnx.one
helm repo update

Test the Helm chart repository

helm search repo dnx

Install chart repository

Helm 2

helm install --values values.yaml --name example --namespace example-ns dnx

Helm 3

helm install --values values.yaml --namespace example-ns example dnx

Lint charts

make lint

Package charts

make package

Index charts

make index

Author

Managed by DNX Solutions.

License

Apache 2 Licensed. See LICENSE for full details.