Hi, all of the Apps are just Helm-Charts. You can clone the chart-repository and install with helm or use the Helmchart-CRD that is documented somewhere in the k3s-docs.
careful-mouse-48712
02/21/2023, 8:01 AM
PS: when using the Helmchart-crd you need to add the repository-url 😉
m
microscopic-knife-52274
02/21/2023, 8:31 AM
Hi @careful-mouse-48712
thank you for answering 🙂 I forgot to add that we are in a air-gapped environment, so cloning is unfortunately not an Option 😕 That is why we are considering installing them automatically via the "App Charts".
c
careful-mouse-48712
02/21/2023, 8:53 AM
Ah okay. Well without maintaining a local repository containing the charts, i guess you would have to "helm template" them into manifests. And somehow get the images into the air-gapped enviromnent.