Rancher Docs: Helm
https://rancher.com/docs/k3s/latest/en/helm12 rader · Upgrading from Helm v2. Note: K3s versions starting with v1.17.0+k3s.1 support Helm v3, and will use it by default. Helm v2 charts can be used by setting helmVersion: v2 in the spec.. If you were using Helm v2 in previous versions of K3s, you may upgrade to v1.17.0+k3s.1 or newer and Helm 2 will still function.
Rancher Docs: Helm
rancher.com › docs › k3sHelm is the package management tool of choice for Kubernetes. Helm charts provide templating syntax for Kubernetes YAML manifest documents. With Helm we can create configurable deployments instead of just using static files.
GitHub - k3s-io/helm-controller
https://github.com/k3s-io/helm-controllerA simple way to manage helm charts (v2 and v3) with Custom Resource Definitions in k8s. Manifests and Deploying. The ./manifests folder contains useful YAML manifests to use for deploying and developing the Helm Controller. This simply YAML deployment creates a HelmChart CRD + a Deployment using the rancher/helm-controller container. The YAML might …