Enable (opt in) Grafana Unified Alerting in your values.yaml

In order to enable the new Grafana Unified alerting, you can add the following to your helm chart’s values.yaml file and upgrade your helm chart with the new values.

grafana.ini:
  ...
  unified_alerting:
    enabled: true
  alerting:
    enabled: false