fix edit set image to parse both tag and digest#5234
fix edit set image to parse both tag and digest#5234k8s-ci-robot merged 1 commit intokubernetes-sigs:masterfrom
Conversation
|
|
|
Welcome @blackjid! |
|
Hi @blackjid. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/assign @KnVerey @natasha41575 @koba1t |
|
/unassign @KnVerey @natasha41575 @koba1t |
|
/ok-to-test |
koba1t
left a comment
There was a problem hiding this comment.
Thanks for your PR!
I added a few nit comments. Please check!
716a102 to
7b75259
Compare
26988e8 to
b8015ed
Compare
|
This PR has multiple commits, and the default merge method is: merge. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/test all |
b8015ed to
1a05794
Compare
@varshaprasad96 That sounds good.., I have made the changes... let me know if there is something missing, or some change needed... |
|
Do you prefer to use the new util to replace the direct call here also?? https://github.com/kubernetes-sigs/kustomize/blob/master/api/filters/imagetag/updater.go#L34 |
|
@varshaprasad96 can you take another look at this PR to check if your comments are addressed? /assign @varshaprasad96 |
|
😢 |
|
/retest |
|
/test all |
varshaprasad96
left a comment
There was a problem hiding this comment.
@blackjid Really sorry for missing this PR. The changes look good to me.
I've kicked the CI to re-trigger the linter tests. Could you please address those. Once they pass this should be good to merge.
/lgtm
/approve
|
Looks like the CI is not being triggered. @blackjid could you please close and re-open and PR to see if this works. I don't have permissions to do it. |
|
@koba1t @natasha41575 could you please approve the workflow runs? Looks like I don't have permissions for it. |
1a05794 to
a85dfd4
Compare
|
@varshaprasad96 I've fixed the linter magic numbers issues. |
varshaprasad96
left a comment
There was a problem hiding this comment.
/lgtm
Once the CI is triggered and run is successful, it would be added to the merge queue.
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: blackjid, FrenchBen, varshaprasad96 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Ref. #4713
Add support to pass both tag and digest to
edit set image command