diff --git a/charts/enterprise/traefik/Chart.yaml b/charts/enterprise/traefik/Chart.yaml index e3482fcec54..c96a92273ff 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: 19.0.2 +version: 19.0.3 annotations: truecharts.org/catagories: | - network diff --git a/charts/enterprise/traefik/templates/_args.tpl b/charts/enterprise/traefik/templates/_args.tpl index 12b73e8bcd5..04cd3461912 100644 --- a/charts/enterprise/traefik/templates/_args.tpl +++ b/charts/enterprise/traefik/templates/_args.tpl @@ -164,19 +164,16 @@ args: {{- if .Values.middlewares.themePark }} {{/* theme.park */}} - "--experimental.localPlugins.traefik-themepark.modulename=github.com/packruler/traefik-themepark" - - "--experimental.localPlugins.traefik-themepark.version={{ .Values.middlewares.themeParkVersion }}" {{- end }} {{/* End of theme.park */}} {{/* GeoBlock */}} {{- if .Values.middlewares.geoBlock }} - "--experimental.localPlugins.GeoBlock.modulename=github.com/PascalMinder/geoblock" - - "--experimental.localPlugins.GeoBlock.version={{ .Values.middlewares.geoBlockVersion }}" {{- end }} {{/* 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.version={{ .Values.middlewares.realIPVersion }}" {{- end }} {{/* End of RealIP */}} {{- with .Values.additionalArguments }} diff --git a/charts/enterprise/traefik/values.yaml b/charts/enterprise/traefik/values.yaml index aaef9998a1b..4ade7b9f4c7 100644 --- a/charts/enterprise/traefik/values.yaml +++ b/charts/enterprise/traefik/values.yaml @@ -372,7 +372,6 @@ middlewares: # ipStrategy: # depth: 2 # excludedIPs: [] - themeParkVersion: v1.3.0 themePark: [] # - name: themeParkName # -- Supported apps, lower case name @@ -384,7 +383,6 @@ middlewares: # theme: themenamehere # -- https://theme-park.dev or a self hosted url # baseUrl: https://theme-park.dev - realIPVersion: v1.0.3 # Sets X-Real-Ip with an IP from the X-Forwarded-For or # Cf-Connecting-Ip (If from Cloudflare) # Evaluation of those headers will go from last to first @@ -397,7 +395,6 @@ middlewares: addPrefix: [] # - name: addPrefixName # prefix: "/foo" - geoBlockVersion: v0.2.4 geoBlock: [] # -- https://github.com/PascalMinder/geoblock # - name: geoBlockName