Skip to content

Commit

Permalink
chore(deps): update victoriametrics/victoria-metrics docker tag to v1…
Browse files Browse the repository at this point in the history
….107.0 (#2149)

| datasource | package                          | from     | to       |
| ---------- | -------------------------------- | -------- | -------- |
| docker     | victoriametrics/victoria-metrics | v1.103.0 | v1.107.0 |

Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
Fameing and renovate-bot authored Dec 4, 2024
1 parent dd5f1ef commit 99eca32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion embedded-victoriametrics/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ToxiProxy is a great tool for simulating network conditions, meaning that you ca

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

0 comments on commit 99eca32

Please sign in to comment.