From c68efd6bda811277257677c838e9568e9252febc Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Tue, 23 Jan 2024 05:50:12 -0800 Subject: [PATCH] Update traefik/values.yaml --- traefik/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/traefik/values.yaml b/traefik/values.yaml index 89f165e..c46ca9d 100644 --- a/traefik/values.yaml +++ b/traefik/values.yaml @@ -500,7 +500,7 @@ traefik: additionalArguments: - "--serversTransport.insecureSkipVerify=true" - "--log.level=DEBUG" - - --experimental.plugins.jwt.moduleName=github.com/team-carepay/traefik-jwt-plugin + - --experimental.plugins.jwt.moduleName=github.com/traefik-plugins/traefik-jwt-plugin - --experimental.plugins.jwt.version=v0.0.11