From 8173d85da4d079313a08d59d9f339eb9703a04a1 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Mon, 1 Mar 2021 13:34:57 +0100 Subject: [PATCH] [README] Fix broken [developer reference] (#39) The link to the upstream Helm Chart Developer Reference is broken (404), this is the right link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03acf5bec7..e78eee4b17 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ charts/ix-chart// templates/ # A directory of templates that, when combined with values.yml will generate K8s YAML 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.* +*See the upstream Helm chart [developer reference](https://helm.sh/docs/chart_template_guide/) for a complete walk through of developing charts.* To convert an upstream chart to take advantage of TrueNAS SCALE enhanced UX, first create an `item.yaml` file. This file among other catalog item information provides a list of categories that this chart fits into. This helps users navigate and filtering when browsing the catalog UI.