-
Notifications
You must be signed in to change notification settings - Fork 192
Ensures kapp-controller deployment has last-applied annotation before upgrade #3700
Ensures kapp-controller deployment has last-applied annotation before upgrade #3700
Conversation
Cluster Generation A/B Results: |
faf78e7
to
4e5569a
Compare
Cluster Generation A/B Results: |
Codecov Report
@@ Coverage Diff @@
## main #3700 +/- ##
==========================================
- Coverage 46.23% 45.39% -0.85%
==========================================
Files 400 425 +25
Lines 39620 41211 +1591
==========================================
+ Hits 18319 18706 +387
- Misses 19615 20803 +1188
- Partials 1686 1702 +16
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
4e5569a
to
c3af0c4
Compare
Cluster Generation A/B Results: |
c3af0c4
to
a95a414
Compare
Cluster Generation A/B Results: |
… upgrade when package-based-lcm feature is on
a95a414
to
dfe34ac
Compare
Cluster Generation A/B Results: |
Cluster Generation A/B Results: |
bf7ec0b
to
2754490
Compare
Cluster Generation A/B Results: |
LGTM |
… upgrade (#3700) * Ensures kapp-controller deployment has last-applied annotation before upgrade when package-based-lcm feature is on * add last-applied annotation conditional on operation type
… upgrade (#3700) * Ensures kapp-controller deployment has last-applied annotation before upgrade when package-based-lcm feature is on * add last-applied annotation conditional on operation type
… upgrade (#3700) * Ensures kapp-controller deployment has last-applied annotation before upgrade when package-based-lcm feature is on * add last-applied annotation conditional on operation type
What this PR does / why we need it
kapp-controller
deployment has last-applied annotation before upgrade whenpackage-based-lcm
feature flag is on.kapp-controller
if it already has oneWhich issue(s) this PR fixes
Fixes #
Describe testing done for PR
kapp-controller
yaml snippet:kapp-controller
is upgraded successfully:Release note
Additional information
Special notes for your reviewer