A collection of Helm charts for deploying various applications and services in Kubernetes clusters.
Helm must be installed to use the charts. Please refer to Helm's documentation to get started.
To install the <chart-name>
chart:
helm install my-<chart-name> oci://ghcr.io/konateq/helm-charts/<chart-name>
To upgrade the chart:
helm upgrade my-<chart-name> oci://ghcr.io/konateq/helm-charts/<chart-name>
To uninstall the chart:
helm uninstall my-<chart-name>
We would love to have you contribute! Please open an issue or a pull request with your ideas.