Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable checkNewVersion #314

Closed
nsklikas opened this issue Mar 15, 2024 · 1 comment · Fixed by #384
Closed

Disable checkNewVersion #314

nsklikas opened this issue Mar 15, 2024 · 1 comment · Fixed by #384

Comments

@nsklikas
Copy link

Bug Description

The treafik flag global.checknewversion defaults to true. The charm does not set this flag. This means that periodically traefik tries to check if there is a new version but it fails due to a missing ca cert.

I believe that this is unintentional and the checkNewVersion should be always set to false. Feel free to close this issue if that's not the case.

To Reproduce

Deploy traefik

Environment

juju

Relevant log output

level=warning msg="Error checking new version: Get \"https://update.traefik.io/repos/traefik/traefik/releases\": tls: failed to verify certificate: x509: certificate signed by unknown authority"

Additional context

No response

@lucabello
Copy link
Contributor

This should indeed be set to false.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants