From dfa113ae169f6f397a0bccbc521627a096b6bb36 Mon Sep 17 00:00:00 2001 From: Shyukri Shyukriev Date: Mon, 16 Mar 2026 13:30:49 +0200 Subject: [PATCH] Update SQL Exporter to 0.20.0 --- CHANGES.rst | 2 ++ crate/operator/config.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index e453d7dd..530c5099 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,8 @@ Changelog Unreleased ---------- +* Bumped sql_exporter to ``0.20.0`` + * Added support for running CrateDB on Red Hat OpenShift Container Platform. When ``CLOUD_PROVIDER`` is set to ``openshift``, the operator will: diff --git a/crate/operator/config.py b/crate/operator/config.py index 927b0eea..4f5003db 100644 --- a/crate/operator/config.py +++ b/crate/operator/config.py @@ -167,7 +167,7 @@ class Config: PROMETHEUS_PORT: int = 8080 #: The sql_exporter image to use - SQL_EXPORTER_IMAGE: str = "burningalchemist/sql_exporter:0.18.4" + SQL_EXPORTER_IMAGE: str = "burningalchemist/sql_exporter:0.20.0" #: Name of the secret containing credentials to access the source #: backup when restoring a snapshot.