telegraf: Add automated upgrades via renovate

This commit is contained in:
saibotk 2020-10-12 21:15:40 +02:00
parent 13cac78cd3
commit 82dfa1045f
No known key found for this signature in database
GPG key ID: A3299C587D5DF523

View file

@ -23,7 +23,9 @@ telegraf_install_location: "/srv/telegraf"
telegraf_config_location: "{{ telegraf_install_location }}/conf"
# The telegraf/dockersocket version to use
# renovate: depName=docker.io/library/telegraf
telegraf_version: "1.15.3"
# renovate: depName=quay.io/sheogorath/docker-socket-proxy
telegraf_dockersocketproxy_version: "1.9"
telegraf_image_version: "{{ telegraf_version }}"