-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add --why
flag for zarf dev find-images
#2309
Conversation
✅ Deploy Preview for zarf-docs canceled.
|
55dd0ab
to
79da57d
Compare
Partial (relevant) test output
|
Currently the code will output images not marked with the Output from examples/manifests with
|
I am going to make the following changes
|
207ad4a
to
1f42ef6
Compare
Updated the PR based on the reviews @Racer159 @lucasrod16 @AustinAbro321 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@waveywaves there are some merge conflicts that will need to be resolved
@lucasrod16 I will do the needful |
seems like the k3d test is flaking, can we restart that test ? |
279f24d
to
da31408
Compare
Add --why flag to `zarf dev find-images` which takes a image tag as an argument. This command with the `why` flag will output the component, manifest/chart name and the yaml which matches the given image. Signed-off-by: Vibhav Bobade <vibhav.bobde@gmail.com>
the running the same possibly flakey
|
Co-authored-by: Lucas Rodriguez <lucas.rodriguez9616@gmail.com>
src/test/packages/13-find-images/helm-charts-find-images-why-expected.txt
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Few minor tweaks. Otherwise, this looks good to me!
@lucasrod16 updated the PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One small bug, but otherwise super close!
Co-authored-by: Wayne Starr <Racer159@users.noreply.github.com>
Co-authored-by: Wayne Starr <Racer159@users.noreply.github.com>
src/test/packages/13-find-images/helm-charts-find-images-why-expected.txt
Outdated
Show resolved
Hide resolved
…xpected.txt Co-authored-by: Lucas Rodriguez <lucas.rodriguez9616@gmail.com>
Co-authored-by: Lucas Rodriguez <lucas.rodriguez9616@gmail.com>
Co-authored-by: Wayne Starr <Racer159@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Description
Add a
--why
flag forzarf dev find-images
Related Issue
Fixes #2272
Type of change
Checklist before merging