From 333e215b3b3d6deed6223604c388b4851f34f40a Mon Sep 17 00:00:00 2001 From: Paul Payne Date: Tue, 5 Aug 2025 17:39:31 -0700 Subject: [PATCH] Add note about using helm charts in apps/README.md. --- apps/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/README.md b/apps/README.md index 94a5b30..eeca342 100644 --- a/apps/README.md +++ b/apps/README.md @@ -232,7 +232,11 @@ If you would like to contribute an app to the Wild Cloud, issue a pull request w ### Converting from Helm Charts -Wild Cloud apps use Kustomize as kustomize files are simpler, more transparent, and easier to manage in a Git repository than Helm charts. If you have a Helm chart that you want to convert to a Wild Cloud app, the following example steps can simplify the process for you: +Wild Cloud apps use Kustomize as kustomize files are simpler, more transparent, and easier to manage in a Git repository than Helm charts. + +IMPORTANT! If an official Helm chart is available for an app, it is recommended to convert that chart to a Wild Cloud app rather than creating a new app from scratch. + +If you have a Helm chart that you want to convert to a Wild Cloud app, the following example steps can simplify the process for you: ```bash helm fetch --untar --untardir charts nginx-stable/nginx-ingress