Open
Description
Welcome!
- Yes, I've searched similar issues on GitHub and didn't find any.
- Yes, I've searched similar issues on the Traefik community forum and didn't find any.
What version of the Traefik's Helm Chart are you using?
36.1.0
What version of Traefik are you using?
3.4.1
What did you expect to happen ?
Setting value global.checkNewVersion=false
should disable actual check.
What did you notice instead ?
Traefik still performs new version check.
What are your values ?
global:
checkNewVersion: false
Additional Information
Introduced at #1436, default global.checkNewVersion=true
. When flipping this value to false
, the chart removes --global.checkNewVersion
from list of container args. But according to https://doc.traefik.io/traefik/reference/static-configuration/cli/ --global.checknewversion
is true
by default, so Traefik still attempts to perform version check.