Eduardo Alonso
Eduardo Alonso
Are you going to aprove this PR? The feature seems interesting to have...
@mbi Thanks for your response, do you see interesting to add a setting to override the CaptchaStore model and provide a custom one? CAPTCHA_STORAGE_MODEL = getattr... In this way people...
@mbi I am working on it. I will add a test with an in-memory storage dao. Up to people the dao they provide, just fine if they follow The BaseCaptchaDao...
@wallrj the 1.15.2 chart is still failing for me, Here the error in the cert-manager pod: ``` │ E0808 21:29:29.746771 1 controller.go:162] "re-queuing item due to error processing" err="failed to...
@wallrj This is the clusterIssuer: ``` apiVersion: cert-manager.io/v1 kind: ClusterIssuer metadata: annotations: meta.helm.sh/release-name: cert-manager-issuers meta.helm.sh/release-namespace: kube-system creationTimestamp: "2024-08-06T11:28:59Z" generation: 1 name: letsencrypt-staging spec: acme: email: xxxxx privateKeySecretRef: name: xxxxxx server:...
I can reproduce it with kubernetes 1.31.5 as well
I would consider to add more status code for the retries as an optional property in the action. There are situations where a 401 is returned from a custom registry...
I have noticed that `make` is also not available. I guess you should rebuild latest with all that was installed before. I think that maybe the latest ubuntu package repos...
Looks like this PR: https://github.com/actions/actions-runner-controller/pull/4061 add the missing binaries ?
Another workaround while this is being fixed is to mask the `ntpd` service, that will automatically make the `systemd-timesync` the default again (as It was in flatcar 1 year ago)....