Change libvirt-exporter repo to Tinkoff

libvirt-exporter repo has been moved from
AlexZzz (https://github.com/AlexZzz/libvirt-exporter)
to Tinkoff organization and is maintained by this organization
now. The old link redirects to the new one.
This commit prevents unnecessary redirect and adds clarity.

Change-Id: Ie810149de353e12655994ba9ef371c85dea7f7a8
This commit is contained in:
Mikhail Kraynov 2022-12-13 15:26:27 +03:00 committed by Mikhail Kraynov
parent 0ad5b8c50f
commit 62a55e2c14

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 %}