Feat/default automated sync#16
Merged
Merged
Conversation
Child ArgoCD Applications now deploy with automated sync and a retry policy (limit 5, 30s-3m exponential backoff) out of the box, removing the need for every override file to add a full syncPolicy. Documentation warns users to pin targetRevision to a tag or commit hash to avoid unintended deployments from branch pushes. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Remove the syncOptions fallback from the template helper — syncPolicy is now the sole source for sync configuration. Upgrade the JSON Schema from draft-07 to 2019-09 so syncOptions can be marked deprecated: true, giving tooling a formal signal while still accepting existing values files without a hard break. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Collaborator
Author
|
PR is ready. I could successfully run this one about 3 times without hitting any issue - always consuming the exact same overlays deploying RHOSO. |
pinikomarov
approved these changes
Jul 27, 2026
pinikomarov
left a comment
Collaborator
There was a problem hiding this comment.
mechanism proven to work in my testing
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Enable automated sync, and remove now deprecated "syncOptions" parameter.