diff --git a/.github/scripts/updateTraefikMiddlewareVersions.sh b/.github/scripts/updateTraefikMiddlewareVersions.sh index e3e95134b01..64850540ac0 100755 --- a/.github/scripts/updateTraefikMiddlewareVersions.sh +++ b/.github/scripts/updateTraefikMiddlewareVersions.sh @@ -44,7 +44,7 @@ update_plugin() { # update_plugin "repo" "key_holding_version_in_values.yaml" "plugin_name_used_for_verbose_printing_only" # Real IP -update_plugin "soulbalz/traefik-real-ip" "realIPVersion" "RealIP" +update_plugin "jramsgz/traefik-real-ip" "realIPVersion" "RealIP" # Theme Park update_plugin "packruler/traefik-themepark" "themeParkVersion" "ThemePark" diff --git a/charts/enterprise/traefik/Chart.yaml b/charts/enterprise/traefik/Chart.yaml index 0b2a339250a..9df5218ba84 100644 --- a/charts/enterprise/traefik/Chart.yaml +++ b/charts/enterprise/traefik/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://github.com/traefik/traefik-helm-chart - https://traefik.io/ type: application -version: 21.0.0 +version: 21.0.1 annotations: truecharts.org/catagories: | - network diff --git a/charts/enterprise/traefik/templates/_args.tpl b/charts/enterprise/traefik/templates/_args.tpl index 04cd3461912..536e2837b89 100644 --- a/charts/enterprise/traefik/templates/_args.tpl +++ b/charts/enterprise/traefik/templates/_args.tpl @@ -173,7 +173,7 @@ args: {{/* End of GeoBlock */}} {{/* RealIP */}} {{- if .Values.middlewares.realIP }} - - "--experimental.localPlugins.traefik-real-ip.modulename=github.com/soulbalz/traefik-real-ip" + - "--experimental.localPlugins.traefik-real-ip.modulename=github.com/jramsgz/traefik-real-ip" {{- end }} {{/* End of RealIP */}} {{- with .Values.additionalArguments }}