Error about "traefik.default" when trying to pull HelmRelease from github.com #5746
Replies: 1 comment
-
|
I think it has something to do with my experiments with pangolin, please disregard. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When trying to pull a HelmRelease I'm getting an x509 error.
When I try to pull with helm the link works, also directly with a browser and curl.
Kubernetes is Talos Linux if that make any difference.
HelmRepository
HelmRelease
Flux finds the release and the location of the chart but then this error appears:
flux-system/helm-controller
{ "controller": "helmrelease", "controllerGroup": "helm.toolkit.fluxcd.io", "controllerKind": "HelmRelease", "HelmRelease": { "name": "authentik", "namespace": "security" }, "level": "info", "msg": "HelmChart 'flux-system/security-authentik' is not ready: chart pull error: failed to download chart for remote reference: Get \"https://github.com/goauthentik/helm/releases/download/authentik-2026.2.0/authentik-2026.2.0.tgz\": tls: failed to verify certificate: x509: certificate is valid for 737e0f480216dd97f54574e16d329eb5.8897ee6d148d74acf1106b754439305d.traefik.default, not github.com", "name": "authentik", "namespace": "security", "reconcileID": "0ee79d70-6543-472b-bf2b-c32c5f114a21", "ts": "2026-03-03T21:34:49.614Z" }Is this a github or authentik issue? I have no idea where
. . . ..traefik.defaultenters the equation, I don't think I did anything to cause this.Beta Was this translation helpful? Give feedback.
All reactions