You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The k8s-wait-for image has had no merged PRs for 2 years and contains many unaddressed vulnerabilities in its latest v2.0 release: groundnuty/k8s-wait-for#71.
@rorynickolls-skyral without introducing anything more than an image or standard Helm or Kubernetes tooling, are you aware of other mechanisms to wait for a Kubernetes job to complete? That's the only reason we have k8s-wait-for. If we can achieve that same objective in other ways then we can drop it.
kubectl wait --for=condition=complete job/myjob
☝️ May be a good alternative. We could use the bitnami/kubectl image.
I can see you have chart hooks already. I'm guessing the difficulty here is that the job always needs to come after OpenFGA spins up to put it on the latest schema? So a pre-upgrade hook won't work.
I think your suggestion would work nicely -- the image still has quite a few vulns but is better maintained so no doubt they will be fixed.
The
k8s-wait-for
image has had no merged PRs for 2 years and contains many unaddressed vulnerabilities in its latestv2.0
release: groundnuty/k8s-wait-for#71.A previous PR to address this received no attention and was closed: groundnuty/k8s-wait-for#65
Is this image strictly necessary or are there alternatives that could be used?
The text was updated successfully, but these errors were encountered: