diff --git a/templates/traefik-helm-value.yaml.j2 b/templates/traefik-helm-value.yaml.j2 index 84df520..e2ab99d 100644 --- a/templates/traefik-helm-value.yaml.j2 +++ b/templates/traefik-helm-value.yaml.j2 @@ -145,8 +145,8 @@ experimental: {% if traefik_ondemand is defined %} plugins: sablier: - moduleName: "github.com/acouvreur/sablier" - version: "v1.8.0" + moduleName: "github.com/sablierapp/sablier" + version: "v1.8.1" {% endif %} kubernetesGateway: enabled: false diff --git a/templates/traefik-ondemand-plugin.yml.j2 b/templates/traefik-ondemand-plugin.yml.j2 index 61f0830..6267efa 100644 --- a/templates/traefik-ondemand-plugin.yml.j2 +++ b/templates/traefik-ondemand-plugin.yml.j2 @@ -18,7 +18,7 @@ spec: serviceAccount: sablier containers: - name: sablier - image: acouvreur/sablier:1.8.1 + image: sablierapp/sablier:1.8.1 args: - "start" - "--provider.name=kubernetes"