Skip to content

Commit 3df533d

Browse files
Update prom/prometheus Docker tag to v2.46.0 (PlaytikaOSS#1427)
| datasource | package | from | to | | ---------- | --------------- | ------- | ------- | | docker | prom/prometheus | v2.44.0 | v2.46.0 | Co-authored-by: Renovate Bot <[email protected]>
1 parent 1e5e627 commit 3df533d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

embedded-prometheus/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
* `embedded.prometheus.enabled` `(true|false, default is true)`
1818
* `embedded.prometheus.reuseContainer` `(true|false, default is false)`
19-
* `embedded.prometheus.dockerImage` `(default is 'prom/prometheus:v2.44.0')`
19+
* `embedded.prometheus.dockerImage` `(default is 'prom/prometheus:v2.46.0')`
2020
** Image versions on https://hub.docker.com/r/prom/prometheus/tags[dockerhub]
2121
* `embedded.prometheus.networkAlias` `(default is 'prometheus')`
2222
* `embedded.toxiproxy.proxies.prometheus.enabled` Enables both creation of the container with ToxiProxy TCP proxy and a proxy to the `embedded-prometheus` container.

embedded-prometheus/src/main/java/com/playtika/testcontainer/prometheus/PrometheusProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ public class PrometheusProperties extends CommonContainerProperties {
2121
public String getDefaultDockerImage() {
2222
// Please don`t remove this comment.
2323
// renovate: datasource=docker
24-
return "prom/prometheus:v2.44.0";
24+
return "prom/prometheus:v2.46.0";
2525
}
2626
}

0 commit comments

Comments
 (0)