Skip to content

Commit

Permalink
chore(deps): update prom/prometheus docker tag to v3
Browse files Browse the repository at this point in the history
| datasource | package         | from    | to     |
| ---------- | --------------- | ------- | ------ |
| docker     | prom/prometheus | v2.54.1 | v3.0.1 |
  • Loading branch information
renovate-bot committed Dec 3, 2024
1 parent 2667203 commit a4d0768
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion embedded-prometheus/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

* `embedded.prometheus.enabled` `(true|false, default is true)`
* `embedded.prometheus.reuseContainer` `(true|false, default is false)`
* `embedded.prometheus.dockerImage` `(default is 'prom/prometheus:v2.54.1')`
* `embedded.prometheus.dockerImage` `(default is 'prom/prometheus:v3.0.1')`
** Image versions on https://hub.docker.com/r/prom/prometheus/tags[dockerhub]
* `embedded.prometheus.networkAlias` `(default is 'prometheus')`
* `embedded.toxiproxy.proxies.prometheus.enabled` Enables both creation of the container with ToxiProxy TCP proxy and a proxy to the `embedded-prometheus` container.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ public class PrometheusProperties extends CommonContainerProperties {
public String getDefaultDockerImage() {
// Please don`t remove this comment.
// renovate: datasource=docker
return "prom/prometheus:v2.54.1";
return "prom/prometheus:v3.0.1";
}
}

0 comments on commit a4d0768

Please sign in to comment.