-
Notifications
You must be signed in to change notification settings - Fork 57
Enhance Helm strategy and support of Statefullset/Cronjob #1253
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
Merged
Merged
Changes from 17 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
f6feeef
Enhance deployment strategy to support additional Kubernetes resource…
BraisVQ 641d073
Enhance Helm deployment handling by organizing resources and updating…
BraisVQ bb74c58
Enhance ODS component verification to support all Kubernetes workload…
BraisVQ ab0b6e5
Refine deployment strategy to remove Job kind references and update c…
BraisVQ 8792652
Add helmReleasesHistoryLimit option to manage Helm release history re…
BraisVQ 60a719c
Normalize container handling in FinalizeOdsComponent to support both …
BraisVQ 72589df
Refactor container handling in HelmDeploymentStrategy and FinalizeOds…
BraisVQ 1c3702f
test
BraisVQ 59d4474
Ensure consistent image handling by converting container images to st…
BraisVQ 413f739
Fix trailing artifacts in container image string conversion in HelmDe…
BraisVQ 1a32152
Refactor container validation in FinalizeOdsComponent to unify handli…
BraisVQ c1ce133
Fix regex for trailing artifacts in container image string conversion…
BraisVQ e30a910
Flatten container data structure to ensure unique entries in HelmDepl…
BraisVQ 08cdb7a
Remove pod data retrieval logic and store deployment metadata for Hel…
BraisVQ 73bcf08
clean comments
BraisVQ 3fb9d1b
Refactor deployment handling and improve test coverage
BraisVQ 1d4b964
changelog and docs
BraisVQ 995f7dd
Refactor deploy method signatures to use List<PodData> for improved t…
BraisVQ df27cda
Refactor expected rollout data structure to use List<PodData> for imp…
BraisVQ e53d689
Fix deploymentInfo access to handle array structure in rollout test
BraisVQ f1a2107
Merge branch 'master' into helm-changes
BraisVQ File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,10 +1,8 @@ | ||
| package org.ods.component | ||
|
|
||
| import org.ods.util.PodData | ||
|
|
||
| @SuppressWarnings('MethodCount') | ||
| interface IDeploymentStrategy { | ||
|
|
||
| Map<String, List<PodData>> deploy() | ||
| Map<String, ?> deploy() | ||
|
|
||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.