Use jramsgz fork for traefik-real-ip middleware plugin (#11834)

This commit is contained in:
Christian Heimlich 2023-08-24 07:48:11 -04:00 committed by GitHub
parent b4a10e11fd
commit feb1e329c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@ update_plugin() {
# update_plugin "repo" "key_holding_version_in_values.yaml" "plugin_name_used_for_verbose_printing_only" # update_plugin "repo" "key_holding_version_in_values.yaml" "plugin_name_used_for_verbose_printing_only"
# Real IP # Real IP
update_plugin "soulbalz/traefik-real-ip" "realIPVersion" "RealIP" update_plugin "jramsgz/traefik-real-ip" "realIPVersion" "RealIP"
# Theme Park # Theme Park
update_plugin "packruler/traefik-themepark" "themeParkVersion" "ThemePark" update_plugin "packruler/traefik-themepark" "themeParkVersion" "ThemePark"

View File

@ -23,7 +23,7 @@ sources:
- https://github.com/traefik/traefik-helm-chart - https://github.com/traefik/traefik-helm-chart
- https://traefik.io/ - https://traefik.io/
type: application type: application
version: 21.0.0 version: 21.0.1
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- network - network

View File

@ -173,7 +173,7 @@ args:
{{/* End of GeoBlock */}} {{/* End of GeoBlock */}}
{{/* RealIP */}} {{/* RealIP */}}
{{- if .Values.middlewares.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 }}
{{/* End of RealIP */}} {{/* End of RealIP */}}
{{- with .Values.additionalArguments }} {{- with .Values.additionalArguments }}