diff --git a/templates/traefik-cm.yml.j2 b/templates/traefik-cm.yml.j2 index 10b18cf..eef351c 100644 --- a/templates/traefik-cm.yml.j2 +++ b/templates/traefik-cm.yml.j2 @@ -120,6 +120,6 @@ data: plugins: sablier: moduleName: github.com/sablierapp/sablier - version: v1.8.1 + version: v1.8.2 {% endif %} {% endif %} diff --git a/templates/traefik-ondemand-plugin.yml.j2 b/templates/traefik-ondemand-plugin.yml.j2 index b1de45a..321e5e2 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: sablierapp/sablier:1.8.1 + image: sablierapp/sablier:1.8.2 args: - "start" - "--provider.name=kubernetes"