-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Incorrect image regex. #3009
Comments
I am still getting this using 1.19.0 |
Flux does't support |
Hi. Is that effectively a workaround for #885 if you just want flux to deploy exactly what's in the yaml and not monitor the registry for new images? |
I've used Thanks |
I'm also having this issue with tekton pipeline manifests:
Their manifest is at https://storage.googleapis.com/tekton-releases/pipeline/previous/v0.13.2/release.yaml . Is there a reason why Kubernetes supports this, but not Flux? |
Checking image digests is a crucial and important security feature and flux should really support them. Please integrate this into flux. |
Btw, in my experience this is just a warning from flux, because the ingress-nginx chart deploys fine anyhow. It's just that there's no digest validation. |
FWIW A support for |
velero refers to an image using a sha:
That causes this warning in my flux Flux logs:
I suspect that the regex needs to be updated.
The text was updated successfully, but these errors were encountered: