Skip to content
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

Notify argocd about updates #910

Merged
merged 5 commits into from
Sep 5, 2023
Merged

Notify argocd about updates #910

merged 5 commits into from
Sep 5, 2023

Conversation

hannesg
Copy link
Member

@hannesg hannesg commented Sep 4, 2023

This change adds sending refresh notifications to argocd when applications in kuberpult changes. Notifications are send by the rollout service so that they do not slow down the cd service in any way. The current implementation is rather simple at the moment. The rollout service now listens to the cd service for changes, compares the versions with argocd and issues refresh requests if the version differs.

The feature must be explicitly enabled in the helm chart using argocd.refreshEnabled

@hannesg hannesg added the minor label Sep 4, 2023
@hannesg hannesg marked this pull request as ready for review September 4, 2023 12:45
@hannesg hannesg requested a review from a team as a code owner September 4, 2023 12:45
@sven-urbanski-freiheit-com
Copy link
Contributor

type in the commit message: "an issues" -> "and issues"

@hannesg hannesg enabled auto-merge (squash) September 5, 2023 08:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants