From e55c12a65ad715c1b1211b06766c3f9e09b80593 Mon Sep 17 00:00:00 2001 From: Adrien Reslinger Date: Sat, 16 Nov 2024 23:57:46 +0100 Subject: [PATCH] Fix sablier config --- templates/traefik-cm.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/traefik-cm.yml.j2 b/templates/traefik-cm.yml.j2 index 7a58e79..10b18cf 100644 --- a/templates/traefik-cm.yml.j2 +++ b/templates/traefik-cm.yml.j2 @@ -119,7 +119,7 @@ data: {% if traefik_ondemand is defined %} plugins: sablier: - moduleName: github.com/acouvreur/sablier + moduleName: github.com/sablierapp/sablier version: v1.8.1 {% endif %} {% endif %}