Download Latest Version v5.21.3 source code.tar.gz (1.2 MB)
Email in envelope

Get an email when there's a new version of Grafana Operator

Home / v5.20.0
Name Modified Size InfoDownloads / Week
Parent folder
crds.yaml 2025-10-20 470.0 kB
kustomize-chainsaw-debug.yaml 2025-10-20 475.0 kB
kustomize-chainsaw.yaml 2025-10-20 475.1 kB
kustomize-cluster_scoped.yaml 2025-10-20 475.1 kB
kustomize-namespace_scoped.yaml 2025-10-20 475.3 kB
README.md 2025-10-20 7.1 kB
v5.20.0 source code.tar.gz 2025-10-20 1.0 MB
v5.20.0 source code.zip 2025-10-20 1.4 MB
Totals: 8 Items   4.8 MB 0

Welcome to release 5.20.0 of the Grafana Operator!

The biggest new feature is support for service account management using the operator. We also added some other quality of live improvements (like the ability to use latest as a plugin version) and implemented some long overdue bug fixes!

Upgrade instructions

Using Helm

:::sh
# Upgrade the operator image & deployment
helm upgrade -i grafana-operator oci://ghcr.io/grafana/helm-charts/grafana-operator --version v5.20.0
# Upgrading CRDs
kubectl apply --server-side --force-conflicts -f https://github.com/grafana/grafana-operator/releases/download/v5.20.0/crds.yaml

Using kubectl

:::sh
# Namespace Scope
kubectl replace -f https://github.com/grafana/grafana-operator/releases/download/v5.20.0/kustomize-namespace_scoped.yaml
# Cluster Scope
kubectl replace -f https://github.com/grafana/grafana-operator/releases/download/v5.20.0/kustomize-cluster_scoped.yaml

Using kustomize

:::sh
flux pull artifact oci://ghcr.io/grafana/kustomize/grafana-operator:v5.20.0 --output ./grafana-operator/

Using OLM

Releases are published to operatorhub.io as well as the OpenShift Operator Catalog. Depending on the installation, existing installations will either upgrade automatically or require approval from an administrator.

What's Changed

Features

Fixes

Dependencies

New Contributors

Full Changelog: https://github.com/grafana/grafana-operator/compare/v5.19.4...v5.20.0

Source: README.md, updated 2025-10-20