Chore: Update RPM docs to include beta release references (#85753)

* Update RPM docs to include beta release references

* andreas/update-installation-docs/ run lint

* Don't number lists

---------

Co-authored-by: jev forsberg <jev.forsberg@grafana.com>
This commit is contained in:
Andreas Christou 2024-04-09 12:11:22 +01:00 committed by GitHub
parent 00be24d6b3
commit 3420e942ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,10 +21,12 @@ If you install via RPM or the `.tar.gz` file, then you must manually update Graf
If you install from the RPM repository, then Grafana is automatically updated every time you update your applications.
| Grafana Version | Package | Repository |
| ------------------ | ------------------ | ------------------------- |
| Grafana Enterprise | grafana-enterprise | `https://rpm.grafana.com` |
| Grafana OSS | grafana | `https://rpm.grafana.com` |
| Grafana Version | Package | Repository |
| ------------------------- | ------------------ | ------------------------------ |
| Grafana Enterprise | grafana-enterprise | `https://rpm.grafana.com` |
| Grafana Enterprise (Beta) | grafana-enterprise | `https://rpm-beta.grafana.com` |
| Grafana OSS | grafana | `https://rpm.grafana.com` |
| Grafana OSS (Beta) | grafana | `https://rpm-beta.grafana.com` |
{{% admonition type="note" %}}
Grafana Enterprise is the recommended and default edition. It is available for free and includes all the features of the OSS edition. You can also upgrade to the [full Enterprise feature set](/products/enterprise/?utm_source=grafana-install-page), which has support for [Enterprise plugins](/grafana/plugins/?enterprise=1&utcm_source=grafana-install-page).
@ -32,6 +34,10 @@ Grafana Enterprise is the recommended and default edition. It is available for f
To install Grafana from the RPM repository, complete the following steps:
{{% admonition type="note" %}}
If you wish to install beta versions of Grafana, substitute the repository URL for the beta URL listed above.
{{% /admonition %}}
1. Import the GPG key:
```bash
@ -53,12 +59,6 @@ To install Grafana from the RPM repository, complete the following steps:
sslcacert=/etc/pki/tls/certs/ca-bundle.crt
```
1. To prevent beta versions from being installed, add the following exclude line to your `.repo` file.
```bash
exclude=*beta*
```
1. To install Grafana OSS, run the following command:
```bash