-
Notifications
You must be signed in to change notification settings - Fork 342
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: change to use helm get values -a to get image #7479
Conversation
c5613c3
to
f25b0e4
Compare
I am curious about the reason behind this breaking change at Rancher. Do we have any information about it? |
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
f25b0e4
to
5d3992d
Compare
This is observed result. I can't find source code about it. |
Signed-off-by: PoAn Yang <[email protected]>
… to rancher features Signed-off-by: PoAn Yang <[email protected]>
Signed-off-by: PoAn Yang <[email protected]>
5d3992d
to
938ed1e
Compare
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, thanks the PR.
IMPORTANT: Please do not create a Pull Request without creating an issue first.
Problem:
After bumping Rancher to v2.10.1, we can't get helm values from App objects.
Solution:
Change to use
helm get values -a
directly, so we don't need to rely on Rancher code.Related Issue:
#7320
Test plan: