This repository contains Helm charts for various applications by @dejanualex
Add this Helm repository:
helm repo add dejanu https://dejanu.github.io/chartsrepo/packages
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 -d packages
helm repo index packages --url https://dejanu.github.io/chartsrepo/packages
chartsrepo/
├── charts/ # For your source chart directories
└── packages/ # For packaged .tgz files and index.yaml
└── README.md # This file