Skip to content

BarneyBuffet/helm-barney-buffet

Repository files navigation

helm-barney-buffet

This repository holds a collection Helm charts for deploymet on Kubernetes clusters

Using this Helm Repository

This repository can be added to your Helm instance by running the repo add command.

helm repo add barney-buffet https://barneybuffet.github.io/helm-barney-buffet/

Once the repository is added to your helm instance, a chart can be installed with the install command.

helm install -n bitcoin tor barney-buffet/tor --create-namespace

How to Host Your Own Helm repo

Create a Helm chart

Initate/create a new helm chart with the create command.

helm create charts/tor

Lint the Charts

To check your chart run the lint command on your chart.

helm lint charts/tor

Create the Helm chart package

Once you are happy with the chart create the tgz package with the package command.

helm package charts/tor

Add new chart

After you have packaged up your chart it can be added to the repository index with the repo command.

helm repo index --url https://barneybuffet.github.io/helm-barney-buffet/ --merge index.yaml .

References

About

Kubernetes helm repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages