diff --git a/templates/traefik-cm.yml.j2 b/templates/traefik-cm.yml.j2 index 4e4c154..5c2a44c 100644 --- a/templates/traefik-cm.yml.j2 +++ b/templates/traefik-cm.yml.j2 @@ -119,6 +119,6 @@ data: plugins: sablier: moduleName: github.com/acouvreur/sablier - version: v1.8.0 + version: v1.8.1 {% endif %} {% endif %} diff --git a/templates/traefik-ondemand-plugin.yml.j2 b/templates/traefik-ondemand-plugin.yml.j2 index 87ce24b..61f0830 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.0 + image: acouvreur/sablier:1.8.1 args: - "start" - "--provider.name=kubernetes"