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