diff --git a/docs/how-to-guides/new-user-guides/helm-charts-in-rancher/create-apps.md b/docs/how-to-guides/new-user-guides/helm-charts-in-rancher/create-apps.md index d3034cde046..d4a83e7a341 100644 --- a/docs/how-to-guides/new-user-guides/helm-charts-in-rancher/create-apps.md +++ b/docs/how-to-guides/new-user-guides/helm-charts-in-rancher/create-apps.md @@ -66,7 +66,8 @@ Before you create your own custom catalog, you should have a basic understanding ![values.yaml](/static/img/helm-app-2.6.png) -### Chart.yaml annotations +### Chart.yaml +#### Annotations Rancher supports additional annotations that you can add to the `Chart.yaml` file. These annotations allow you to define application dependencies or configure additional UI defaults: @@ -80,6 +81,10 @@ Rancher supports additional annotations that you can add to the `Chart.yaml` fil | catalog.cattle.io/requests-memory | Total amount of memory that should be unreserverd in the cluster. If less memory is available, a warning will be shown | 2Gi | | catalog.cattle.io/os | Restricts the OS where this chart can be installed. Possible values: `linux`, `windows`. Default: no restriction | linux | +### Keywords + +With the `keywords` option in the `Chart.yaml` file it is possible to provide a list of categories for sorting your appication in the Rancher UI, like `infrastructure`, `monitoring` and more. + ### questions.yml Inside the `questions.yml`, most of the content will be around the questions to ask the end user, but there are some additional fields that can be set in this file.