Use jramsgz fork for traefik-real-ip middleware plugin (#11834)
This commit is contained in:
parent
b4a10e11fd
commit
feb1e329c6
|
@ -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"
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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 }}
|
||||||
|
|
Loading…
Reference in New Issue