Files
charts/README.md
2024-12-24 13:46:21 +05:30

469 B

This is collection of intree helm charts

You can find charts in charts folder and oci images for every chart in github packages.

How to use (example)

yaml rendering

helm template oci://ghcr.io/intreecom/charts/py-app --version 0.1.0

show chart values

helm show values oci://ghcr.io/intreecom/charts/py-app --version 0.1.0

install chart

helm install py-app oci://ghcr.io/intreecom/charts/py-app --version 0.1.0