From 8b673087b3aa00701cb640cc3419de403a6a5439 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 4 Jan 2021 15:19:36 +0000 Subject: [PATCH] automation: Update traefik-dockersocketproxy Docker tag to v2 --- roles/traefik/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/traefik/defaults/main.yml b/roles/traefik/defaults/main.yml index d09d062..cc0478e 100644 --- a/roles/traefik/defaults/main.yml +++ b/roles/traefik/defaults/main.yml @@ -27,7 +27,7 @@ traefik_config_location: "{{ traefik_install_location }}/dynamic_conf" # renovate: depName=docker.io/library/traefik traefik_version: 2.3.6 # renovate: depName=quay.io/sheogorath/docker-socket-proxy -traefik_dockersocketproxy_version: "1.9" +traefik_dockersocketproxy_version: "2.3" # The domain for the traefik debug dashboard (only shown if the dashboard auth variable is defined) traefik_dashboard_domain: "traefik.example.com"