From 77a7accd512a641af452f7a77c690af56e302b32 Mon Sep 17 00:00:00 2001 From: Adrien Reslinger Date: Fri, 25 Oct 2024 01:20:38 +0200 Subject: [PATCH] Update Sablier to version 1.8.1 --- templates/traefik-helm-value.yaml.j2 | 4 ++-- templates/traefik-ondemand-plugin.yml.j2 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"