Skip to content

Commit 296a365

Browse files
authored
fix: 🐛 hub/proxy mapping
1 parent 1b86c7a commit 296a365

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

traefik/templates/_helpers.tpl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ It requires a dict with "Version" and "Hub".
220220
{{- define "traefik.proxyVersionFromHub" -}}
221221
{{- $version := .Version -}}
222222
{{- if .Hub -}}
223-
{{- $hubProxyVersion := "v3.7.11" }}
223+
{{- $hubProxyVersion := "v3.7.12" }}
224224
{{- if regexMatch "v[0-9]+.[0-9]+.[0-9]+" (default "" $version) }}
225225
{{- if semverCompare "<v3.19.0-0" $version }}
226226
{{- $hubProxyVersion = "v3.6.3" }}
@@ -240,6 +240,8 @@ It requires a dict with "Version" and "Hub".
240240
{{- $hubProxyVersion = "v3.7.9" }}
241241
{{- else if semverCompare "<v3.20.11-0" $version }}
242242
{{- $hubProxyVersion = "v3.7.10" }}
243+
{{- else if semverCompare "<v3.20.12-0" $version }}
244+
{{- $hubProxyVersion = "v3.7.11" }}
243245
{{- end -}}
244246
{{- end -}}
245247
{{- $hubProxyVersion }}

0 commit comments

Comments
 (0)