Grafana Alloy
helm repo add grafana https://grafana.github.io/helm-charts
helm repo update
Alloy
helm show values grafana/alloy > values/alloy.orig.yaml
helm install alloy grafana/alloy --namespace grafana --create-namespace
helm upgrade --install alloy grafana/alloy --namespace grafana -f values/alloy.yaml