Skip to content

Commit

Permalink
Update index.md with instructions to install plugins for helm (grafan…
Browse files Browse the repository at this point in the history
…a#92180)

Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
  • Loading branch information
Affanmir and jdbaldry authored Aug 22, 2024
1 parent c20ba5b commit 4aecb02
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/sources/administration/plugin-management/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,19 @@ Grafana Cloud handles the plugin installation automatically.

If you're logged in to Grafana Cloud when you add a plugin, log out and then log back in again to use the new plugin.

### Install plugins using the Grafana Helm chart

With the Grafana Helm chart, add the plugins you want to install as a list using the `plugins` field in the your values file. For more information about the configuration, refer to [the Helm chart configuration reference](https://github.com/grafana/helm-charts/tree/main/charts/grafana#configuration).

The following YAML snippet installs v1.9.0 of the Grafana OnCall App plugin and the Redis data source plugin.
You must incorporate this snippet within your Helm values file.

```yaml
plugins:
- https://grafana.com/api/plugins/grafana-oncall-app/versions/v1.9.0/download;grafana-oncall-app
- redis-datasource
```
### Install plugin on local Grafana
Follow the instructions on the **Install** tab. You can either install the plugin with a Grafana CLI command or by downloading and uncompressing a zip file into the Grafana plugins directory. We recommend using Grafana CLI in most instances. The zip option is available if your Grafana server doesn't have access to the internet.
Expand Down

0 comments on commit 4aecb02

Please sign in to comment.