Update Readme to reflect TrueCharts

This commit is contained in:
Kjeld Schouten-Lebbing 2020-12-23 18:06:50 +01:00 committed by kjeld Schouten-Lebbing
parent fdb484465f
commit 2a449b9cd4
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Unofficial Charts Catalog for TrueNAS SCALE
A curated community collection of TrueNAS SCALE enhanced Helm charts.
A curated community catalog of TrueNAS SCALE Apps.
## TrueNAS SCALE Chart Structure
@ -19,6 +19,8 @@ charts/ix-chart/<chart version>/
README.md # Optional: Helm Readme file (will be rendered in TrueNAS SCALE UI as well)
requirements.yaml # Optional YAML file listing dependencies for the chart
templates/ # A directory of templates that, when combined with values.yml will generate K8s YAML
templates/tests # A directory of tests to run using 'helm test'
test_values.yaml # Configuration values for this chart when running the CI
values.yaml # The default configuration values for this chart
```
*See the upstream Helm chart [developer reference](https://helm.sh/docs/topics/chart_template_guide/) for a complete walk through of developing charts.*