This repository contains Helm charts for various applications by @dejanualex
Add this Helm repository:
helm repo add dejanu https://dejanu.github.io/chartsrepo/
helm repo update
helm search repo dejanu
helm install my-release dejanu/sample-app
To add a new chart:
charts/
directory:
helm create charts/my-new-chart
helm package charts/my-new-chart
helm repo index . --url https://dejanu.github.io/chartsrepo/
.
├── charts/ # Source charts
├── *.tgz # Packaged charts
├── index.yaml # Repository index
└── README.md # This file