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

ArgoCD provider: remove ArgoCD/Kubernetes dependency #79

Merged
merged 1 commit into from
Jul 11, 2024

Conversation

mcorbin
Copy link
Collaborator

@mcorbin mcorbin commented Jul 10, 2024

The ArgoCD client dependencies are heavy and are a mess to upgrade.

This commit use a simple HTTP client instead of the official ArgoCD client to fetch ArgoCD applications.

All dependencies are also updated.

@mcorbin mcorbin force-pushed the argocd-remove-k8s-deps branch from 4e23e0c to ec7612a Compare July 10, 2024 16:06
The ArgoCD client dependencies are heavy and are a mess to upgrade.

This commit use a simple HTTP client instead of the official ArgoCD
client to fetch ArgoCD applications.

All dependencies are also updated.

Signed-off-by: Mathieu Corbin <[email protected]>
@mcorbin mcorbin force-pushed the argocd-remove-k8s-deps branch from ec7612a to b8e3a31 Compare July 10, 2024 16:20
@mcorbin
Copy link
Collaborator Author

mcorbin commented Jul 11, 2024

#sre

@airclovis
Copy link
Collaborator

IIRC the default Argocd client is using GRPC api while here we switch to the rest API. Just to be sure we are aware and it's ok 🙂

Copy link
Collaborator

@airclovis airclovis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mcorbin
Copy link
Collaborator Author

mcorbin commented Jul 11, 2024

IIRC the default Argocd client is using GRPC api while here we switch to the rest API. Just to be sure we are aware and it's ok 🙂

yeah it's not an issue. I QA the change locally and everything worked as expected.

@mcorbin mcorbin merged commit 9440a34 into main Jul 11, 2024
5 checks passed
@mcorbin mcorbin deleted the argocd-remove-k8s-deps branch July 11, 2024 07:55
boser87 pushed a commit that referenced this pull request Aug 14, 2024
The ArgoCD client dependencies are heavy and are a mess to upgrade.

This commit use a simple HTTP client instead of the official ArgoCD
client to fetch ArgoCD applications.

All dependencies are also updated.

Signed-off-by: Mathieu Corbin <[email protected]>
Signed-off-by: Stefano Celentano <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants