Merge "Change libvirt-exporter repo to Tinkoff"

This commit is contained in:
Zuul 2022-12-29 09:34:12 +00:00 committed by Gerrit Code Review
commit 96e9d13ed3
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{{ macros.install_packages(prometheus_libvirt_exporter_packages | customizable("packages")) }}
{% block prometheus_libvirt_exporter_version %}
ARG prometheus_libvirt_exporter_version=2.3.2
ARG prometheus_libvirt_exporter_path=github.com/AlexZzz/libvirt-exporter
ARG prometheus_libvirt_exporter_version=2.3.3
ARG prometheus_libvirt_exporter_path=github.com/Tinkoff/libvirt-exporter
{% endblock %}
{% block prometheus_libvirt_exporter_install %}