We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5861d31 commit fb20527Copy full SHA for fb20527
CHANGES.rst
@@ -5,6 +5,8 @@ Changelog
5
Unreleased
6
----------
7
8
+* Bumped sql_exporter to ``0.20.0``
9
+
10
* Added support for running CrateDB on Red Hat OpenShift Container Platform.
11
When ``CLOUD_PROVIDER`` is set to ``openshift``, the operator will:
12
crate/operator/config.py
@@ -167,7 +167,7 @@ class Config:
167
PROMETHEUS_PORT: int = 8080
168
169
#: The sql_exporter image to use
170
- SQL_EXPORTER_IMAGE: str = "burningalchemist/sql_exporter:0.18.4"
+ SQL_EXPORTER_IMAGE: str = "burningalchemist/sql_exporter:0.20.0"
171
172
#: Name of the secret containing credentials to access the source
173
#: backup when restoring a snapshot.
0 commit comments