Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: filter on running pods when finding an image for injector pod (#…
…2415) ## Description filter on running pods when finding an image for injector pod https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#pod-phase Description of the `Running` pod phase: > The Pod has been bound to a node, and all of the containers have been created. At least one container is still running, or is in the process of starting or restarting. ## Related Issue Fixes #2356 Fixes #2410 ## Type of change - [x] Bug fix (non-breaking change which fixes an issue) ## Checklist before merging - [x] Test, docs, adr added or updated as needed - [x] [Contributor Guide Steps](https://github.com/defenseunicorns/zarf/blob/main/CONTRIBUTING.md#developer-workflow) followed --------- Co-authored-by: Austin Abro <[email protected]> Co-authored-by: razzle <[email protected]>
- Loading branch information