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.