Skip to content

Commit

Permalink
chore(updater): bump pkg/dist/*.yml (2023-09-26) (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 26, 2023
1 parent 53b512d commit 6c619bd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pkg/dist/service_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,7 @@ grafana:
user_error: Must consist of lower-case alpha-numeric characters or dashes
max_items: 1
alerting_enabled:
title: Enable or disable Grafana alerting functionality
title: Enable or disable Grafana legacy alerting functionality. This should not be enabled with unified_alerting_enabled.
type: boolean
example: true
alerting_error_or_timeout:
Expand Down Expand Up @@ -1530,6 +1530,10 @@ grafana:
description: Use static public IP addresses
type: boolean
example: true
unified_alerting_enabled:
title: Enable or disable Grafana unified alerting functionality. By default this is enabled and any legacy alerts will be migrated on upgrade to Grafana 9+. To stay on legacy alerting, set unified_alerting_enabled to false and alerting_enabled to true. See https://grafana.com/docs/grafana/latest/alerting/set-up/migrating-alerts/ for more details.
type: boolean
example: true
user_auto_assign_org:
title: Auto-assign new users on signup to main organization. Defaults to false
type: boolean
Expand Down

0 comments on commit 6c619bd

Please sign in to comment.