Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 469 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 469 Bytes

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