Skip to content

Commit

Permalink
update VictoriaMetrics to the latest v1.107.0
Browse files Browse the repository at this point in the history
  • Loading branch information
denisgolius committed Dec 6, 2024
1 parent 92ff487 commit 2f00c0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion victoria-metrics/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM $BUILD_FROM
COPY start-victoria-metrics /
COPY prometheus.tpl /
WORKDIR /share/victoria-metrics-data
ARG VERSION=v1.104.0
ARG VERSION=v1.107.0

RUN /bin/bash -c 'set -ex && \
ARCH=$(uname -m) && \
Expand Down
2 changes: 1 addition & 1 deletion victoria-metrics/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Victoria Metrics
version: "1.9.4"
version: "1.10.0"
slug: victoria_metrics
description: Time Series Database for long term storage as replacement for Prometheus and InfluxDB
webui: "http://[HOST]:[PORT:8428]/"
Expand Down

0 comments on commit 2f00c0c

Please sign in to comment.