Open
Description
Here's a change to the grafana/helm-charts repo that involves pushing charts as OCI to ghcr.io: https://github.com/grafana/helm-charts/pull/2998/files.
We could do the same in our helm-release.yml. This would give users the option to install with:
- helm repo add ...
- helm repo update
- helm install grafana/k8s-monitoring
OR - helm install oci://...