From aa86e9f1f8e476064a27cb90b64ff495c7f0e972 Mon Sep 17 00:00:00 2001 From: owine Date: Tue, 12 Sep 2023 11:02:00 -0500 Subject: [PATCH] Bump traefik-themepark to v1.3.1 --- 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 69266c5d65..856eb5bee4 100644 --- a/roles/traefik/defaults/main.yml +++ b/roles/traefik/defaults/main.yml @@ -231,7 +231,7 @@ traefik_docker_commands_metrics: "{{ traefik_docker_commands_metrics_tmp else [] }}" traefik_docker_commands_themepark_plugin_tmp: - "--experimental.plugins.themepark.modulename=github.com/packruler/traefik-themepark" - - "--experimental.plugins.themepark.version=v1.2.2" + - "--experimental.plugins.themepark.version=v1.3.1" traefik_docker_commands_themepark_plugin: "{{ traefik_docker_commands_themepark_plugin_tmp if global_themepark_plugin_enabled else [] }}"