From 12fb4b092ff8b9283a8cb818930fb71cee603e19 Mon Sep 17 00:00:00 2001 From: martyav Date: Fri, 30 Jun 2023 16:17:16 -0400 Subject: [PATCH 1/2] 420 SEO Improvements: Helm charts in Rancher directory. Part 1/1 --- .../new-user-guides/helm-charts-in-rancher/create-apps.md | 4 ++++ .../new-user-guides/helm-charts-in-rancher/create-apps.md | 4 ++++ .../new-user-guides/helm-charts-in-rancher/create-apps.md | 4 ++++ 3 files changed, 12 insertions(+) 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 a2dd54c6d14..b74d1d7d4e9 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 @@ -2,6 +2,10 @@ title: Creating Apps --- + + + + Rancher's App Marketplace is based on Helm Repositories and Helm Charts. You can add HTTP based standard Helm Repositories as well as any Git Repository which contains charts. :::tip diff --git a/versioned_docs/version-2.6/how-to-guides/new-user-guides/helm-charts-in-rancher/create-apps.md b/versioned_docs/version-2.6/how-to-guides/new-user-guides/helm-charts-in-rancher/create-apps.md index a2dd54c6d14..b74d1d7d4e9 100644 --- a/versioned_docs/version-2.6/how-to-guides/new-user-guides/helm-charts-in-rancher/create-apps.md +++ b/versioned_docs/version-2.6/how-to-guides/new-user-guides/helm-charts-in-rancher/create-apps.md @@ -2,6 +2,10 @@ title: Creating Apps --- + + + + Rancher's App Marketplace is based on Helm Repositories and Helm Charts. You can add HTTP based standard Helm Repositories as well as any Git Repository which contains charts. :::tip diff --git a/versioned_docs/version-2.7/how-to-guides/new-user-guides/helm-charts-in-rancher/create-apps.md b/versioned_docs/version-2.7/how-to-guides/new-user-guides/helm-charts-in-rancher/create-apps.md index a2dd54c6d14..b74d1d7d4e9 100644 --- a/versioned_docs/version-2.7/how-to-guides/new-user-guides/helm-charts-in-rancher/create-apps.md +++ b/versioned_docs/version-2.7/how-to-guides/new-user-guides/helm-charts-in-rancher/create-apps.md @@ -2,6 +2,10 @@ title: Creating Apps --- + + + + Rancher's App Marketplace is based on Helm Repositories and Helm Charts. You can add HTTP based standard Helm Repositories as well as any Git Repository which contains charts. :::tip From a30abd3d8763e4f116aea09e1a1e4a03ee1be980 Mon Sep 17 00:00:00 2001 From: martyav Date: Wed, 5 Jul 2023 16:58:39 -0400 Subject: [PATCH 2/2] added 2.0-2.4 version of page --- .../new-user-guides/helm-charts-in-rancher/creating-apps.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/versioned_docs/version-2.0-2.4/how-to-guides/new-user-guides/helm-charts-in-rancher/creating-apps.md b/versioned_docs/version-2.0-2.4/how-to-guides/new-user-guides/helm-charts-in-rancher/creating-apps.md index 877de7b0157..270d7674c0c 100644 --- a/versioned_docs/version-2.0-2.4/how-to-guides/new-user-guides/helm-charts-in-rancher/creating-apps.md +++ b/versioned_docs/version-2.0-2.4/how-to-guides/new-user-guides/helm-charts-in-rancher/creating-apps.md @@ -2,6 +2,10 @@ title: Creating Catalog Apps --- + + + + Rancher's catalog service requires any custom catalogs to be structured in a specific format for the catalog service to be able to leverage it in Rancher. > For a complete walkthrough of developing charts, see the [Chart Template Developer's Guide](https://helm.sh/docs/chart_template_guide/) in the official Helm documentation.