generated from cloudoperators/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 1
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] - Persist helm diff to Plugin.Status #858
Labels
Comments
gciezkowski-acc
added a commit
that referenced
this issue
Feb 7, 2025
gciezkowski-acc
added a commit
that referenced
this issue
Feb 7, 2025
gciezkowski-acc
added a commit
that referenced
this issue
Feb 7, 2025
gciezkowski-acc
added a commit
that referenced
this issue
Feb 11, 2025
gciezkowski-acc
added a commit
that referenced
this issue
Feb 11, 2025
gciezkowski-acc
added a commit
that referenced
this issue
Feb 11, 2025
gciezkowski-acc
added a commit
that referenced
this issue
Feb 11, 2025
gciezkowski-acc
added a commit
that referenced
this issue
Feb 14, 2025
gciezkowski-acc
added a commit
that referenced
this issue
Feb 14, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Priority
None
User Story
Description
We want to bubble up the
diff
that eitherup to the users.
The interface will be
Plugin.Status.HelmReleaseStatus.Diff
The function to compute the
diff
is the existing diffObject functionAcceptance Criteria
Diff
is added:Plugin.Status.HelmReleaseStatus.Diff
upgradeRelease
function sets thediff
on thePlugin.Status
no matter of the result of the upgrade. Thediff
is looked up inctx
and computed if not found there.diff
is already computed (above function is used) the diff is passed toctx
Plugin
changes scenariosReference Issues
No response
The text was updated successfully, but these errors were encountered: