Download Latest Version v5.19.4 source code.tar.gz (991.7 kB)
Email in envelope

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

Home / v5.19.0
Name Modified Size InfoDownloads / Week
Parent folder
crds.yaml 2025-08-04 450.2 kB
kustomize-chainsaw.yaml 2025-08-04 455.2 kB
kustomize-cluster_scoped.yaml 2025-08-04 455.2 kB
kustomize-namespace_scoped.yaml 2025-08-04 455.4 kB
README.md 2025-08-04 7.1 kB
v5.19.0 source code.tar.gz 2025-08-04 991.6 kB
v5.19.0 source code.zip 2025-08-04 1.3 MB
Totals: 7 Items   4.1 MB 6

Welcome to release 5.19.0 of the Grafana Operator!

This release features many smaller enhancements, like better status updates for most resources, as well as updating our spec to match changes in dependencies (more fields in alert rule groups, improved ingress & route support etc.).

We're also improving our image signing process. This is the first release after this change so we might push out a new minor release soon if something is not quite working.

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.19.0
# Upgrading CRDs
kubectl apply --server-side --force-conflicts -f https://github.com/grafana/grafana-operator/releases/download/v5.19.0/crds.yaml

Using kubectl

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

Using kustomize

:::sh
flux pull artifact oci://ghcr.io/grafana/kustomize/grafana-operator:v5.19.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.18.0...v5.19.0

Source: README.md, updated 2025-08-04