From 0d7c3f19c6b816cf42546ff42bd8ae26b0c039f5 Mon Sep 17 00:00:00 2001 From: Sam Wilde Date: Mon, 23 Feb 2026 16:33:45 +0000 Subject: [PATCH] Update index.md --- src/pages/docs/argo-cd/index.md | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/src/pages/docs/argo-cd/index.md b/src/pages/docs/argo-cd/index.md index 610dba725b..960434fb1a 100644 --- a/src/pages/docs/argo-cd/index.md +++ b/src/pages/docs/argo-cd/index.md @@ -1,7 +1,7 @@ --- layout: src/layouts/Default.astro pubDate: 2025-09-15 -modDate: 2025-09-15 +modDate: 2026-02-22 title: Argo CD deployments with Octopus navTitle: Overview description: Octopus Deploy can help you manage your Argo CD applications navigate lifecycle promotion @@ -10,27 +10,24 @@ navOrder: 28 hideInThisSectionHeader: true --- -Octopus makes it easy to improve your Argo CD deployments with environment modeling and deployment orchestration. Automate everything -from environment promotion and compliance to tests and change management. +Octopus makes it easy to improve your Argo CD deployments with environment modeling and deployment orchestration. Automate everything from environment promotion and compliance to tests and change management. :::figure ![Argo in Octopus Overview](/docs/img/argo-cd/argo-cd-overview.png) ::: Argo CD excels at synchronizing manifests to clusters and provides a powerful UI to verify and troubleshoot deployments. -However, it treats each of your applications as independent entities, meaning there's no `codified` relationship between staging -and production installations of your applications. Because of this, you need to manage this staging/production relationship and promotion between them -through external mechanisms, eg: -* Manual file manipulations -* Custom scripts, run automatically or via Jenkins/CI tooling +However, it treats each of your applications as independent entities, meaning there's no `codified` relationship between staging and production installations of your applications. Because of this, you need to manage this staging/production relationship and promotion between them through external mechanisms, eg: -The Octopus/Argo integration means your Argo Applications can be updated and deployed via an Octopus Deployment Process (or runbook). -Which in turn means your Applications can be safely promoted through a controlled lifecycle. +- Manual file manipulations +- Custom scripts, run automatically or via Jenkins/CI tooling + +The Octopus/Argo integration means your Argo Applications can be updated and deployed via an Octopus Deployment Process (or runbook). Which in turn means your Applications can be safely promoted through a controlled lifecycle. Octopus makes integrating and deploying with Argo CD simple: + 1. Creating a connection to Argo CD instances and cross mapping Argo CD Applications to Octopus Projects 2. Deployment steps which can update the Git repositories backing the mapped Argo CD Applications 3. Dashboards and live status displays, showing the result of deployment, and the status of the deployed applications and resources -This section expands each of these areas, while also providing useful resources and tutorials to get you -up and running with Argo CD in Octopus faster. \ No newline at end of file +This section expands each of these areas, while also providing useful resources and tutorials to get you up and running with Argo CD in Octopus faster.