template
# save the manifest files from a repo
helm template "consul" "hashicorp/consul" \
--namespace vault \
--version 0.39.0 \
-f values.yaml \
> manifests.yaml
helm template "mychart" "oci://registry-1.docker.io/<org>/<mychart>" \
--version v0.5.0 \
-f values.yaml \
> manifests.yaml