Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _argohub/gitops-runtimes/configuration-runtime.md
1 change: 1 addition & 0 deletions _argohub/gitops-runtimes/git-sources.md
1 change: 1 addition & 0 deletions _argohub/gitops-runtimes/manage-runtimes.md
1 change: 1 addition & 0 deletions _argohub/gitops-runtimes/managed-cluster.md
1 change: 1 addition & 0 deletions _argohub/gitops-runtimes/monitor-runtimes.md
1 change: 1 addition & 0 deletions _argohub/gitops-runtimes/runtime-architecture.md
1 change: 1 addition & 0 deletions _argohub/gitops-runtimes/runtime-concepts.md
1 change: 1 addition & 0 deletions _argohub/gitops-runtimes/runtime-system-requirements.md
1 change: 1 addition & 0 deletions _argohub/gitops-runtimes/shared-configuration.md
1 change: 1 addition & 0 deletions _argohub/gitops-runtimes/upgrade-gitops-cli.md
1 change: 1 addition & 0 deletions _argohub/platform-installation/installation-options.md
38 changes: 34 additions & 4 deletions _data/argohub-nav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,41 @@
url: "/images"


- title: Installation
url: "/installation"
- title: Platform Installation
url: "/platform-installation"
pages:
- title: GitOps Runtimes
url: "/gitops"
- title: Installation options
url: "/installation-options"

- title: GitOps Runtimes
url: "/gitops-runtimes"
pages:
- title: GitOps Runtime architecture
url: "/runtime-architecture"
- title: Runtime concepts
url: "/runtime-concepts"
- title: System requirements & prerequisites
url: "/runtime-system-requirements"
- title: Ingress configuration
url: "/runtime-ingress-configuration"
- title: Install GitOps Runtime
url: "/hybrid-gitops-helm-installation"
- title: Install GitOps Runtime alongside Community Argo CD
url: "/argo-with-gitops-side-by-side"
- title: Shared Configuration Repository
url: "/shared-configuration"
- title: Configuration Runtimes
url: "/configuration-runtime"
- title: Monitoring GitOps Runtimes
url: "/monitor-runtimes"
- title: Managing GitOps Runtimes
url: "/manage-runtimes"
- title: Managing external clusters in GitOps Runtimes
url: "/managed-cluster"
- title: Managing Git Sources in GitOps Runtimes
url: "/git-sources"
- title: Download/upgrade GitOps CLI
url: "/upgrade-gitops-cli"


- title: Administration
Expand Down
3 changes: 1 addition & 2 deletions _docs/installation/gitops/upgrade-gitops-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,4 @@ You can upgrade to a specific version if you so require, or download the latest
* `<output-file>` is the path to the destination file, for example, `/cli-download`.

## Related articles
[Hosted GitOps Runtime installation]({{site.baseurl}}/docs/installation/gitops/hosted-runtime/)
[Hybrid GitOps Runtime installation]({{site.baseurl}}/docs/installation/gitops/hybrid-gitops/)
[Install GitOps Runtime]({{site.baseurl}}/docs/installation/gitops/hybrid-gitops-helm-installation/)
27 changes: 15 additions & 12 deletions _docs/installation/installation-options.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: "Codefresh platform deployment"
description: "On-premises and SaaS deployment options"
description: "Platform deployment options"
group: installation
redirect_from:
- /docs/administration/installation-security/
toc: true
---

{% if page.url contains '/docs/' %}
{% if page.collection != site.gitops_collection %}
Codefresh Enterprise provides a comprehensive platform for continuous integration and continuous delivery with Codefresh pipelines, and continuous delivery for Arog CD applications with GitOps, through flexible deployment options: SaaS and on-premises.

* **SaaS platform deployment**
Expand Down Expand Up @@ -36,11 +36,10 @@ Both deployments offer:



{% if page.url contains '/argohub/' %}
Codefresh GitOps Cloud is a lightweight, SaaS platform dedicated to GitOps for Argo CD users. It provides the essential tools to simplify, standardize, and enhance creation, management, deployments for Argo CD applications.
{% if page.collection == site.gitops_collection %}
Codefresh GitOps is a lightweight SaaS platform dedicated to GitOps for Argo CD users. It provides the essential tools to simplify, standardize, and enhance creation, management, deployments for Argo CD applications.

Focused exclusively on GitOps, GitOps Cloud empowers organizations to work seamlessly with Argo CD while leveraging the unique capabilities offered by Codefresh GitOps.
As a SaaS offering, GitOps Cloud eliminates the complexity of infrastructure management, enabling users to quickly adopt GitOps best practices without compromising security.
Focused exclusively on GitOps, Codefresh GitOps empowers organizations to work seamlessly with Argo CD while leveraging the unique capabilities offered by Codefresh GitOps. As a SaaS offering, GitOps eliminates the complexity of infrastructure management, enabling users to quickly adopt GitOps best practices without compromising security.

{% include image.html
lightbox="true"
Expand All @@ -58,7 +57,7 @@ As a SaaS offering, GitOps Cloud eliminates the complexity of infrastructure man

The diagram shows the high-level architecture of the SaaS platform and its core components.

{% if page.url contains '/docs/' %}
{% if page.collection != site.gitops_collection %}

{% include
image.html
Expand All @@ -71,7 +70,7 @@ max-width="100%"
%}
{% endif %}

{% if page.url contains '/argohub/' %}
{% if page.collection == site.gitops_collection %}

{% include
image.html
Expand All @@ -95,7 +94,7 @@ The GitOps Runtime is installed <!--- in either hosted mode within the Codefresh
Read more in [GitOps Runtimes]({{site.baseurl}}/docs/installation/gitops/gitops-runtime/).


{% if page.url contains '/docs/' %}
{% if page.collection != site.gitops_collection %}
### Codefresh Runner
The Codefresh Runner, also known as the Agent, is required for Codefresh pipelines, and enables running pipeline builds in the customer's environment. It provides a way to run pipeline builds, tests, and deployments within your private network or on-premises environment by making API calls to the Codefresh platform.
Read more in [Codefresh Runner]({{site.baseurl}}/docs/installation/runner/).
Expand All @@ -105,7 +104,7 @@ Read more in [Codefresh Runner]({{site.baseurl}}/docs/installation/runner/).
Managed clusters are external clusters added to provisioned GitOps Runtimes. You can deploy applications to the clusters without having to install Argo CD on the clusters in order to do so.
Read more in [Managed clusters in Runtimes]({{site.baseurl}}/docs/installation/gitops/managed-cluster/).

{% if page.url contains '/argohub/' %}
{% if page.collection == site.gitops_collection %}
### Codefresh Clients

##### Codefresh UI
Expand All @@ -115,7 +114,7 @@ The global (Home) dashboard consolidates unified, enterprise-wide insights for A
For in-depth analysis, the UI has several additional dashboards, each dedicated to distinct aspects of Argo CD application functionality and performance. For example, you have our unique Products and Environments dashboards to track and promote Argo CD applications.
{% endif %}

{% if page.url contains '/docs/' %}
{% if page.collection != site.gitops_collection %}
### Codefresh Clients


Expand Down Expand Up @@ -298,5 +297,9 @@ Each microservice within the Codefresh Pipeline and GitOps modules has its own d
[GitOps Runtime architecture]({{site.baseurl}}/docs/installation/gitops/runtime-architecture/)
{% endif %}


{% if page.collection == site.gitops_collection %}
## Related articles
[Install GitOps Runtimes]({{site.baseurl}}/docs/installation/gitops/hybrid-gitops-helm-installation/)
[GitOps Runtime architecture]({{site.baseurl}}/docs/installation/gitops/runtime-architecture/)
{% endif %}

19 changes: 17 additions & 2 deletions assets/js/src/argohub-redirect-mapping.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"/": "/argohub/",
"/docs/installation/gitops/shared-configuration/": "/argohub/installation/gitops/shared-configuration/",
"/docs/installation/gitops/shared-configuration/": "/argohub/gitops-runtimes/shared-configuration/",
"/docs/getting-started/intro-to-codefresh/": "/argohub/introduction/intro-to-codefresh/",
"/docs/security/git-tokens/": "/argohub/security/git-tokens/",
"/docs/security/secrets/": "/argohub/security/secrets/",
Expand Down Expand Up @@ -36,6 +36,21 @@
"/docs/dashboards/gitops-products/": "/argohub/dashboards/gitops-products/",
"/docs/dashboards/home-dashboard/": "/argohub/dashboards/home-dashboard/",
"/docs/dashboards/images/": "/argohub/dashboards/images/",

"/docs/installation/gitops/argo-with-gitops-side-by-side/": "/argohub/gitops-runtimes/argo-with-gitops-side-by-side/",
"/docs/installation/gitops/configuration-runtime/": "/argohub/gitops-runtimes/configuration-runtime/",
"/docs/installation/gitops/git-sources/": "/argohub/gitops-runtimes/git-sources/",
"/docs/installation/gitops/hybrid-gitops-helm-installation/": "/argohub/gitops-runtimes/hybrid-gitops-helm-installation/",
"/docs/installation/gitops/manage-runtimes/": "/argohub/gitops-runtimes/manage-runtimes/",
"/docs/installation/gitops/managed-cluster/": "/argohub/gitops-runtimes/managed-cluster/",
"/docs/installation/gitops/monitor-runtimes/": "/argohub/gitops-runtimes/monitor-runtimes/",
"/docs/installation/gitops/runtime-architecture/": "/argohub/gitops-runtimes/runtime-architecture/",
"/docs/installation/gitops/runtime-concepts/": "/argohub/gitops-runtimes/runtime-concepts/",
"/docs/installation/gitops/runtime-ingress-configuration/": "/argohub/gitops-runtimes/runtime-ingress-configuration/",
"/docs/installation/gitops/runtime-system-requirements/": "/argohub/gitops-runtimes/runtime-system-requirements/",
"/docs/installation/gitops/upgrade-gitops-cli/": "/argohub/gitops-runtimes/upgrade-gitops-cli/",
"/docs/installation/installation-options/": "/argohub/platform-installation/installation-options/"

"/docs/gitops-integrations/ci-argument-reference/": "/argohub/gitops-integrations/ci-argument-reference/",
"/docs/gitops-integrations/ci-integrations/": "/argohub/gitops-integrations/ci-integrations/",
"/docs/gitops-integrations/container-registries/": "/argohub/gitops-integrations/container-registries/",
Expand All @@ -49,5 +64,5 @@
"/docs/gitops-integrations/container-registries/github-cr/": "/argohub/gitops-integrations/container-registries/github-cr/",
"/docs/gitops-integrations/container-registries/jfrog/": "/argohub/gitops-integrations/container-registries/jfrog/",
"/docs/gitops-integrations/container-registries/quay/": "/argohub/gitops-integrations/container-registries/quay/",
"/docs/gitops-integrations/issue-tracking/jira/": "/argohub/gitops-integrations/issue-tracking/jira/"

}