Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 664 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 664 Bytes

Helm Charts

Warning

New Helm charts and releases of existing Helm charts will be available via the GitHub Container Registry at https://github.com/ricoberger?tab=packages&tab=packages&q=charts%2F

Add a new chart to this repository:

# Package the Helm chart and add the created .tgz file to this repository:
helm package my-chart
# Update the index.yaml file.
helm repo index helm-charts/ --url https://ricoberger.github.io/helm-charts/

Add this Helm repository:

helm repo add ricoberger https://ricoberger.github.io/helm-charts
helm repo list

Update and show charts:

helm repo update
helm search repo -l ricoberger/