Preinstall: Replace auto update feature flag with a permanent one (#113586)
This commit is contained in:
committed by
GitHub
parent
9a542489a7
commit
1a2beae38a
@@ -2622,6 +2622,15 @@ These will be installed before starting Grafana. Useful when used with provision
|
||||
|
||||
This option disables all preinstalled plugins. The default is `false`. To disable a specific plugin from being preinstalled, use the `disable_plugins` option.
|
||||
|
||||
#### `preinstall_auto_update`
|
||||
|
||||
Enable automatic updates for preinstalled plugins on start-up.
|
||||
When enabled, preinstalled plugins without a pinned version are automatically updated to the latest version when Grafana starts.
|
||||
|
||||
The default is `true`.
|
||||
|
||||
To prevent automatic updates for specific plugins, pin them to a specific version using the format `plugin_id@version` in the `preinstall` setting.
|
||||
|
||||
<hr>
|
||||
|
||||
### `[live]`
|
||||
|
||||
@@ -66,7 +66,6 @@ Most [generally available](https://grafana.com/docs/release-life-cycle/#general-
|
||||
| `useSessionStorageForRedirection` | Use session storage for handling the redirection after login | Yes |
|
||||
| `pluginsSriChecks` | Enables SRI checks for plugin assets | |
|
||||
| `azureMonitorDisableLogLimit` | Disables the log limit restriction for Azure Monitor when true. The limit is enabled by default. | |
|
||||
| `preinstallAutoUpdate` | Enables automatic updates for pre-installed plugins | Yes |
|
||||
| `alertingUIOptimizeReducer` | Enables removing the reducer from the alerting UI when creating a new alert rule and using instant query | Yes |
|
||||
| `azureMonitorEnableUserAuth` | Enables user auth for Azure Monitor datasource only | Yes |
|
||||
| `alertingNotificationsStepMode` | Enables simplified step mode in the notifications section | Yes |
|
||||
|
||||
Reference in New Issue
Block a user