helm template --namespace=logging --name=promtail -f values_custom.yaml --output-dir './yamls' './'
helm template cortex --namespace=cortex --dependency-update -f values_custom.yaml --output-dir './yamls' './'
helm template traefik --namespace=ingress-controller -f values_custom.yaml --output-dir './yamls' './'
helm template cert-manager --namespace=cert-manager --dependency-update --output-dir './yamls' './'
helm template loki --namespace=logging --dependency-update --output-dir './yamls' grafana/loki-stack
helm show values prometheus-community/kube-prometheus-stack --jsonpath {$.prometheus.prometheusSpec} | jq
helm search repo [tag]
helm show chart mtougeron/k8s-aws-ebs-tagger
helm repo list