From 17843b6e85ed9deaf8cfdc33fc48700a2c7a25b8 Mon Sep 17 00:00:00 2001 From: Inaki Fernandez Date: Thu, 17 Feb 2022 11:40:08 +0100 Subject: [PATCH] Jan 17th --- docs/index.md | 2 +- docs/jenkins-alternatives.md | 1 + mkdocs.yml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index b2f9c60a..1ddd58dc 100644 --- a/docs/index.md +++ b/docs/index.md @@ -112,7 +112,7 @@ A curated list of awesome references collected since 2018. Microservices archite ### Jenkins Alternatives. Cloud Native CI/CD Tools - [Jenkins Alternatives for Continuous Integration & Deployment 🌟](jenkins-alternatives.md) - [Argo CD - Declarative GitOps for Kubernetes 🌟](argocd.md) -- [Flux - The GitOps Operator for Kubernetes 🌟](flux.md) +- [Flux CD - The GitOps Operator for Kubernetes 🌟](flux.md) - [Tekton - Cloud Native CI/CD 🌟](tekton.md) ### Toolchain - [Container Runtimes/Managers & Base Images. Podman, Buildah & Skopeo](container-managers.md) diff --git a/docs/jenkins-alternatives.md b/docs/jenkins-alternatives.md index 7ea424b0..a427c2e2 100644 --- a/docs/jenkins-alternatives.md +++ b/docs/jenkins-alternatives.md @@ -167,6 +167,7 @@ - [devtron-labs/devtron](https://github.com/devtron-labs/devtron) is an open source software delivery workflow for kubernetes written in go. Web based CI/CD Platform for Kubernetes. ## Cloud Native CI/CD +- [tynybay.com: ArgoCD vs FluxCD vs Jenkins X: Which GitOps implementation tool suits you the best?](https://www.tynybay.com/insights-our-thinking/argocd-vs-fluxcd-vs-jenkins-x-which-gitops-implementation-tool-suits-you-the-best) ### Jenkins X * [jenkins-x.io](https://jenkins-x.io/) * [cloudbees.com: what is jenkins-x](https://www.cloudbees.com/jenkins-x/what-is-jenkins-x) diff --git a/mkdocs.yml b/mkdocs.yml index e9d87cdd..50be3853 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -140,7 +140,7 @@ nav: - Jenkins Alternatives. Cloud Native CI/CD Tools: - Jenkins Alternatives for Continuous Integration & Deployment: jenkins-alternatives.md - Argo CD - Declarative GitOps for Kubernetes: argocd.md - - Flux - The GitOps Operator for Kubernetes: flux.md + - Flux CD - The GitOps Operator for Kubernetes: flux.md - Tekton - Cloud Native CI/CD: tekton.md - Toolchain: - Container Runtimes/Managers & Base Images. Podman, Buildah & Skopeo: container-managers.md