Skip to content

Commit fb20527

Browse files
committed
Update SQL Exporter to 0.20.0
1 parent 5861d31 commit fb20527

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGES.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Changelog
55
Unreleased
66
----------
77

8+
* Bumped sql_exporter to ``0.20.0``
9+
810
* Added support for running CrateDB on Red Hat OpenShift Container Platform.
911
When ``CLOUD_PROVIDER`` is set to ``openshift``, the operator will:
1012

crate/operator/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ class Config:
167167
PROMETHEUS_PORT: int = 8080
168168

169169
#: The sql_exporter image to use
170-
SQL_EXPORTER_IMAGE: str = "burningalchemist/sql_exporter:0.18.4"
170+
SQL_EXPORTER_IMAGE: str = "burningalchemist/sql_exporter:0.20.0"
171171

172172
#: Name of the secret containing credentials to access the source
173173
#: backup when restoring a snapshot.

0 commit comments

Comments
 (0)