From 66a6f2019dee9e8f4af99f4732b401066371154e Mon Sep 17 00:00:00 2001 From: mschroeder-fzj Date: Thu, 27 Nov 2025 09:36:16 +0100 Subject: [PATCH 1/4] Fixed links to images --- .../new-user-guides/helm-charts-in-rancher/create-apps.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 d2904e6d86d..d3034cde046 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 @@ -62,8 +62,8 @@ Before you create your own custom catalog, you should have a basic understanding
Rancher Chart with questions.yml (top) vs. Helm Chart without (bottom)
- ![questions.yml](/img/rancher-app-2.6.png) - ![values.yaml](/img/helm-app-2.6.png) + ![questions.yml](/static/img/rancher-app-2.6.png) + ![values.yaml](/static/img/helm-app-2.6.png) ### Chart.yaml annotations From 3eb89051535c5f7bad7d8b70cb283193c0cc2d09 Mon Sep 17 00:00:00 2001 From: mschroeder-fzj Date: Thu, 27 Nov 2025 09:36:51 +0100 Subject: [PATCH 2/4] Added documentation for using the keywords option in Chart.yaml --- .../new-user-guides/helm-charts-in-rancher/create-apps.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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. From 2c2d1fd70cf5aa09a190020ad4a9479724e7b49b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20Schr=C3=B6der?= Date: Mon, 26 Jan 2026 07:14:59 +0100 Subject: [PATCH 3/4] Revert image link change, it would break the docs website --- .../new-user-guides/helm-charts-in-rancher/create-apps.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 d4a83e7a341..ed454ecdb5c 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 @@ -62,8 +62,8 @@ Before you create your own custom catalog, you should have a basic understanding
Rancher Chart with questions.yml (top) vs. Helm Chart without (bottom)
- ![questions.yml](/static/img/rancher-app-2.6.png) - ![values.yaml](/static/img/helm-app-2.6.png) + ![questions.yml](/img/rancher-app-2.6.png) + ![values.yaml](/img/helm-app-2.6.png) ### Chart.yaml From 6dc122f0f946a15e41d55c4eec057e59af11c0dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20Schr=C3=B6der?= Date: Mon, 26 Jan 2026 07:27:35 +0100 Subject: [PATCH 4/4] Fixed some typos and backported docs --- .../helm-charts-in-rancher/create-apps.md | 6 +++--- .../helm-charts-in-rancher/create-apps.md | 11 ++++++++--- .../helm-charts-in-rancher/create-apps.md | 11 ++++++++--- .../helm-charts-in-rancher/create-apps.md | 11 ++++++++--- .../helm-charts-in-rancher/create-apps.md | 11 ++++++++--- .../helm-charts-in-rancher/create-apps.md | 11 ++++++++--- 6 files changed, 43 insertions(+), 18 deletions(-) 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 ed454ecdb5c..380bc196eb6 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 @@ -77,13 +77,13 @@ Rancher supports additional annotations that you can add to the `Chart.yaml` fil | catalog.cattle.io/display-name | A display name that should be displayed in the App Marketplace instead of the chart name | Display Name of Chart | | catalog.cattle.io/namespace | A fixed namespace where the chart should be deployed in. If set, this can't be changed by the user | fixed-namespace | | catalog.cattle.io/release-name | A fixed release name for the Helm installation. If set, this can't be changed by the user | fixed-release-name | -| catalog.cattle.io/requests-cpu | Total amount of CPU that should be unreserverd in the cluster. If less CPU is available, a warning will be shown | 2000m | -| 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/requests-cpu | Total amount of CPU that should be unreserved in the cluster. If less CPU is available, a warning will be shown | 2000m | +| catalog.cattle.io/requests-memory | Total amount of memory that should be unreserved 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. +With the `keywords` option in the `Chart.yaml` file it is possible to provide a list of categories for sorting your application in the Rancher UI, like `infrastructure`, `monitoring` and more. ### questions.yml diff --git a/versioned_docs/version-2.10/how-to-guides/new-user-guides/helm-charts-in-rancher/create-apps.md b/versioned_docs/version-2.10/how-to-guides/new-user-guides/helm-charts-in-rancher/create-apps.md index 4794dff20e6..969204c8848 100644 --- a/versioned_docs/version-2.10/how-to-guides/new-user-guides/helm-charts-in-rancher/create-apps.md +++ b/versioned_docs/version-2.10/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](/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: @@ -76,10 +77,14 @@ Rancher supports additional annotations that you can add to the `Chart.yaml` fil | catalog.cattle.io/display-name | A display name that should be displayed in the App Marketplace instead of the chart name | Display Name of Chart | | catalog.cattle.io/namespace | A fixed namespace where the chart should be deployed in. If set, this can't be changed by the user | fixed-namespace | | catalog.cattle.io/release-name | A fixed release name for the Helm installation. If set, this can't be changed by the user | fixed-release-name | -| catalog.cattle.io/requests-cpu | Total amount of CPU that should be unreserverd in the cluster. If less CPU is available, a warning will be shown | 2000m | -| 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/requests-cpu | Total amount of CPU that should be unreserved in the cluster. If less CPU is available, a warning will be shown | 2000m | +| catalog.cattle.io/requests-memory | Total amount of memory that should be unreserved 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 application 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. diff --git a/versioned_docs/version-2.11/how-to-guides/new-user-guides/helm-charts-in-rancher/create-apps.md b/versioned_docs/version-2.11/how-to-guides/new-user-guides/helm-charts-in-rancher/create-apps.md index d2904e6d86d..380bc196eb6 100644 --- a/versioned_docs/version-2.11/how-to-guides/new-user-guides/helm-charts-in-rancher/create-apps.md +++ b/versioned_docs/version-2.11/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](/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: @@ -76,10 +77,14 @@ Rancher supports additional annotations that you can add to the `Chart.yaml` fil | catalog.cattle.io/display-name | A display name that should be displayed in the App Marketplace instead of the chart name | Display Name of Chart | | catalog.cattle.io/namespace | A fixed namespace where the chart should be deployed in. If set, this can't be changed by the user | fixed-namespace | | catalog.cattle.io/release-name | A fixed release name for the Helm installation. If set, this can't be changed by the user | fixed-release-name | -| catalog.cattle.io/requests-cpu | Total amount of CPU that should be unreserverd in the cluster. If less CPU is available, a warning will be shown | 2000m | -| 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/requests-cpu | Total amount of CPU that should be unreserved in the cluster. If less CPU is available, a warning will be shown | 2000m | +| catalog.cattle.io/requests-memory | Total amount of memory that should be unreserved 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 application 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. diff --git a/versioned_docs/version-2.12/how-to-guides/new-user-guides/helm-charts-in-rancher/create-apps.md b/versioned_docs/version-2.12/how-to-guides/new-user-guides/helm-charts-in-rancher/create-apps.md index d2904e6d86d..380bc196eb6 100644 --- a/versioned_docs/version-2.12/how-to-guides/new-user-guides/helm-charts-in-rancher/create-apps.md +++ b/versioned_docs/version-2.12/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](/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: @@ -76,10 +77,14 @@ Rancher supports additional annotations that you can add to the `Chart.yaml` fil | catalog.cattle.io/display-name | A display name that should be displayed in the App Marketplace instead of the chart name | Display Name of Chart | | catalog.cattle.io/namespace | A fixed namespace where the chart should be deployed in. If set, this can't be changed by the user | fixed-namespace | | catalog.cattle.io/release-name | A fixed release name for the Helm installation. If set, this can't be changed by the user | fixed-release-name | -| catalog.cattle.io/requests-cpu | Total amount of CPU that should be unreserverd in the cluster. If less CPU is available, a warning will be shown | 2000m | -| 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/requests-cpu | Total amount of CPU that should be unreserved in the cluster. If less CPU is available, a warning will be shown | 2000m | +| catalog.cattle.io/requests-memory | Total amount of memory that should be unreserved 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 application 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. diff --git a/versioned_docs/version-2.13/how-to-guides/new-user-guides/helm-charts-in-rancher/create-apps.md b/versioned_docs/version-2.13/how-to-guides/new-user-guides/helm-charts-in-rancher/create-apps.md index d2904e6d86d..380bc196eb6 100644 --- a/versioned_docs/version-2.13/how-to-guides/new-user-guides/helm-charts-in-rancher/create-apps.md +++ b/versioned_docs/version-2.13/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](/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: @@ -76,10 +77,14 @@ Rancher supports additional annotations that you can add to the `Chart.yaml` fil | catalog.cattle.io/display-name | A display name that should be displayed in the App Marketplace instead of the chart name | Display Name of Chart | | catalog.cattle.io/namespace | A fixed namespace where the chart should be deployed in. If set, this can't be changed by the user | fixed-namespace | | catalog.cattle.io/release-name | A fixed release name for the Helm installation. If set, this can't be changed by the user | fixed-release-name | -| catalog.cattle.io/requests-cpu | Total amount of CPU that should be unreserverd in the cluster. If less CPU is available, a warning will be shown | 2000m | -| 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/requests-cpu | Total amount of CPU that should be unreserved in the cluster. If less CPU is available, a warning will be shown | 2000m | +| catalog.cattle.io/requests-memory | Total amount of memory that should be unreserved 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 application 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. diff --git a/versioned_docs/version-2.9/how-to-guides/new-user-guides/helm-charts-in-rancher/create-apps.md b/versioned_docs/version-2.9/how-to-guides/new-user-guides/helm-charts-in-rancher/create-apps.md index d2904e6d86d..380bc196eb6 100644 --- a/versioned_docs/version-2.9/how-to-guides/new-user-guides/helm-charts-in-rancher/create-apps.md +++ b/versioned_docs/version-2.9/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](/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: @@ -76,10 +77,14 @@ Rancher supports additional annotations that you can add to the `Chart.yaml` fil | catalog.cattle.io/display-name | A display name that should be displayed in the App Marketplace instead of the chart name | Display Name of Chart | | catalog.cattle.io/namespace | A fixed namespace where the chart should be deployed in. If set, this can't be changed by the user | fixed-namespace | | catalog.cattle.io/release-name | A fixed release name for the Helm installation. If set, this can't be changed by the user | fixed-release-name | -| catalog.cattle.io/requests-cpu | Total amount of CPU that should be unreserverd in the cluster. If less CPU is available, a warning will be shown | 2000m | -| 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/requests-cpu | Total amount of CPU that should be unreserved in the cluster. If less CPU is available, a warning will be shown | 2000m | +| catalog.cattle.io/requests-memory | Total amount of memory that should be unreserved 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 application 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.