From 474c54804c1b24b52237e2ea56d7336db0c672d6 Mon Sep 17 00:00:00 2001 From: Adrien Reslinger Date: Mon, 21 Oct 2024 09:34:25 +0200 Subject: [PATCH] Update Sabllier to version 1.8.1 --- templates/traefik-cm.yml.j2 | 2 +- templates/traefik-ondemand-plugin.yml.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"