-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
fix(helm): properly compare existing and candidate releases #4937
Conversation
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.
It is not exactly clear why this fixes the issue described. In this case, comparing manifests will not work because the RNG will generate two different numbers, and everything else is the same?
Yes, It will cause the helm-operator always re-upgrade |
1103d2e
to
a26e604
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.
Nit on changelog text, otherwise LGTM
e2a77b8
to
5d40579
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.
Thanks @cndoit18!
/lgtm
5d40579
to
9d92d6d
Compare
New changes are detected. LGTM label has been removed. |
I resubmitted and fixed the problem with the e2e docs |
9d92d6d
to
1a4c539
Compare
… is constantly upgraded Signed-off-by: cndoit18 <cndoit18@outlook.com>
1a4c539
to
fbab3da
Compare
@cndoit18 the goreportcard link is bad, nothing to do on your end. I will force merge this. |
This PR reverts: 1. Revert release equality comparison logic ref: operator-framework#5042 2. Changes made to the updated logic which caused charts to upgrade constantly - ref: operator-framework#4937 Signed-off-by: varshaprasad96 <varshaprasad96@gmail.com>
…perator-framework#4937)" This reverts commit cae12a2. Signed-off-by: varshaprasad96 <varshaprasad96@gmail.com>
* Revert "fix: issue-5041 (#5042)" This reverts commit 57ac0fe. Signed-off-by: varshaprasad96 <varshaprasad96@gmail.com> * Revert "fix(helm): properly compare existing and candidate releases (#4937)" This reverts commit cae12a2. Signed-off-by: varshaprasad96 <varshaprasad96@gmail.com> * add changelog fragment Signed-off-by: varshaprasad96 <varshaprasad96@gmail.com>
…perator-framework#4937)" This reverts commit cae12a2. Signed-off-by: varshaprasad96 <varshaprasad96@gmail.com>
…perator-framework#4937)" This reverts commit cae12a2. Signed-off-by: varshaprasad96 <varshaprasad96@gmail.com>
…perator-framework#4937)" This reverts commit cae12a2. Signed-off-by: varshaprasad96 <varshaprasad96@gmail.com>
…ramework#5097) * Revert "fix: issue-5041 (operator-framework#5042)" This reverts commit 57ac0fe. Signed-off-by: varshaprasad96 <varshaprasad96@gmail.com> * Revert "fix(helm): properly compare existing and candidate releases (operator-framework#4937)" This reverts commit cae12a2. Signed-off-by: varshaprasad96 <varshaprasad96@gmail.com> * add changelog fragment Signed-off-by: varshaprasad96 <varshaprasad96@gmail.com>
…ramework#5097) * Revert "fix: issue-5041 (operator-framework#5042)" This reverts commit 57ac0fe. Signed-off-by: varshaprasad96 <varshaprasad96@gmail.com> * Revert "fix(helm): properly compare existing and candidate releases (operator-framework#4937)" This reverts commit cae12a2. Signed-off-by: varshaprasad96 <varshaprasad96@gmail.com> * add changelog fragment Signed-off-by: varshaprasad96 <varshaprasad96@gmail.com> Signed-off-by: Thierry Wasylczenko <thierry.wasylczenko@gmail.com>
Signed-off-by: cndoit18 cndoit18@outlook.com
Description of the change:
Fix when using the randAlphaNum in Helm, the chart release is constantly upgraded
Motivation for the change:
fixes: #4936
Checklist
If the pull request includes user-facing changes, extra documentation is required:
changelog/fragments
(seechangelog/fragments/00-template.yaml
)