From 36be56e4502cbc40a7380ef1f7124b002ba7c583 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sun, 22 Mar 2026 19:52:53 -0500 Subject: [PATCH] feat: add argo-cd --- src/content/docs/applications/argo-cd.mdx | 15 +++++++++++++++ src/content/docs/applications/argo-workflows.mdx | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 src/content/docs/applications/argo-cd.mdx diff --git a/src/content/docs/applications/argo-cd.mdx b/src/content/docs/applications/argo-cd.mdx new file mode 100644 index 0000000..8df457c --- /dev/null +++ b/src/content/docs/applications/argo-cd.mdx @@ -0,0 +1,15 @@ +--- +title: Argo Workflows +description: Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. +hero: + tagline: Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/argo-cd.webp + actions: + - text: Source + link: https://github.com/argoproj/argo-cd + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/argocd + icon: right-arrow +--- diff --git a/src/content/docs/applications/argo-workflows.mdx b/src/content/docs/applications/argo-workflows.mdx index a8dcfb0..ca11199 100644 --- a/src/content/docs/applications/argo-workflows.mdx +++ b/src/content/docs/applications/argo-workflows.mdx @@ -4,7 +4,7 @@ description: Argo Workflows is an open source container-native workflow engine f hero: tagline: Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. image: - file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/argo-workflows.webp + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/argo-cd.webp actions: - text: Source link: https://github.com/argoproj/argo-workflows