Skip to content

Commit 7c071a9

Browse files
authored
Update installation-options.md (#235)
* Update installation-options.md * Update installation-options.md
1 parent 14b300b commit 7c071a9

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

_docs/runtime/installation-options.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ toc: true
88
Codefresh supports two installation environments:
99

1010

11-
* **Hosted** environments (Beta), with Argo CD installed in the Codefresh cluster.
11+
* **Hosted** environments, with Argo CD installed in the Codefresh cluster.
1212
The runtime is installed and provisioned in a Codefresh cluster, and managed by Codefresh.
1313
Hosted enviroments are full-cloud environments, where all updates and improvements are managed by Codefresh, with zero-maintenance overhead for you as the customer. Currently, you can add one hosted runtime per account.
1414
For the architecture illustration, see [Hosted runtime architecture]({{site.baseurl}}/docs/getting-started/architecture/#hosted-runtime-architecture).
@@ -17,8 +17,8 @@ Codefresh supports two installation environments:
1717
{% include
1818
image.html
1919
lightbox="true"
20-
file="/images/runtime/intro-hosted-hosted-initial-view.png"
21-
url="/images/runtime/intro-hosted-hosted-initial-view.png"
20+
file="/images/runtime/hosted-initial-view.png"
21+
url="/images/runtime/hosted-initial-view.png"
2222
alt="Hosted runtime setup"
2323
caption="Hosted runtime setup"
2424
max-width="80%"
@@ -50,13 +50,14 @@ Codefresh Runtime creates three repositories in your organization's Git provider
5050

5151
* Codefresh runtime installation repository
5252
* Codefresh Git Sources
53-
* Codefresh shared configuration repository. It does so for two types of entities:
53+
* Codefresh shared configuration repository.
54+
55+
<!---**Codefresh Runtime functionality**
5456
55-
**Codefresh Runtime finctionality**
5657
The runtime:
5758
* Ensures that the installation repository and the Git Sources are always in sync, and applies Git changes back to the cluster
5859
* Receives events and information from the user's organization systems to execute workflows
59-
By default, the ingress controller directs all requests and events to the Codefresh Application Proxy. When internal and an external ingress hosts are configured, the ingress comtroller directs webhook events to the relevant Event Source and then to Argo Events (not via the Codefresh Application Proxy).
60+
By default, the ingress controller directs all requests and events to the Codefresh Application Proxy. When internal and external ingress hosts are configured, the ingress comtroller directs webhook events to the relevant Event Source and then to Argo Events (not via the Codefresh Application Proxy).-->
6061

6162
### Hosted vs.Hybrid environments
6263

0 commit comments

Comments
 (0)