traefik: Add automated upgrades via renovate

This commit is contained in:
saibotk 2020-10-12 21:16:57 +02:00
parent 82dfa1045f
commit 8abc862a22
No known key found for this signature in database
GPG key ID: A3299C587D5DF523

View file

@ -24,7 +24,9 @@ traefik_acme_location: "{{ traefik_install_location }}/acme"
traefik_config_location: "{{ traefik_install_location }}/dynamic_conf" traefik_config_location: "{{ traefik_install_location }}/dynamic_conf"
# The traefik/dockersocketproxy version to be used # The traefik/dockersocketproxy version to be used
# renovate: depName=docker.io/library/traefik
traefik_version: v2.3.0 traefik_version: v2.3.0
# renovate: depName=quay.io/sheogorath/docker-socket-proxy
traefik_dockersocketproxy_version: "1.9" traefik_dockersocketproxy_version: "1.9"
# The domain for the traefik debug dashboard (only shown if the dashboard auth variable is defined) # The domain for the traefik debug dashboard (only shown if the dashboard auth variable is defined)