From 6024fb9306f94505bf574af49ae79158fdc49367 Mon Sep 17 00:00:00 2001 From: Oguzhan Yilmaz Date: Tue, 9 Dec 2025 22:01:13 +0300 Subject: [PATCH 1/2] add argocd-backup-s3 entry --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2af8600..b41773b 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,7 @@ Modern software development practices _assume_ support for reviewing changes, tr - [PipeCD](https://pipecd.dev/) - Continuous Delivery for Declarative Kubernetes, Serverless and Infrastructure Applications - [Grant.rs](https://github.com/duyet/grant.rs) - Manage Redshift/Postgres privileges in GitOps style - [Gimlet](https://github.com/gimlet-io/gimlet) - The Flux-based Internal Developer Platform +- [argocd-backup-s3](https://github.com/oguzhan-yilmaz/argocd-backup-s3/) - Kubernetes CronJob to backup ArgoCD with `argocd admin export` cmd and upload to S3 compatible storage ## Ancillary Tools From 3727e7608fe8fdf7d23c5453e332da9f3505e51c Mon Sep 17 00:00:00 2001 From: Oguzhan Yilmaz Date: Wed, 10 Dec 2025 09:47:27 +0300 Subject: [PATCH 2/2] remove trailing whitespace --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b41773b..522be30 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Modern software development practices _assume_ support for reviewing changes, tr - [PipeCD](https://pipecd.dev/) - Continuous Delivery for Declarative Kubernetes, Serverless and Infrastructure Applications - [Grant.rs](https://github.com/duyet/grant.rs) - Manage Redshift/Postgres privileges in GitOps style - [Gimlet](https://github.com/gimlet-io/gimlet) - The Flux-based Internal Developer Platform -- [argocd-backup-s3](https://github.com/oguzhan-yilmaz/argocd-backup-s3/) - Kubernetes CronJob to backup ArgoCD with `argocd admin export` cmd and upload to S3 compatible storage +- [argocd-backup-s3](https://github.com/oguzhan-yilmaz/argocd-backup-s3/) - Kubernetes CronJob to backup ArgoCD with `argocd admin export` cmd and upload to S3 compatible storage ## Ancillary Tools