Skip to content

Commit 68cdd14

Browse files
committed
Update hybrid-gitops-helm-installation.md
Removed Helm chart repository in step 1 and <helm-repo-chart-name> flag from install step
1 parent 7a411ac commit 68cdd14

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

_docs/installation/gitops/hybrid-gitops-helm-installation.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -345,10 +345,10 @@ helm upgrade --install <helm-release-name> \
345345
--set global.runtime.ingress.enabled=true \
346346
--set "global.runtime.ingress.hosts[0]"=<ingress-host> \
347347
--set global.runtime.ingress.className=<ingress-class> \
348-
<helm-repo-name>/gitops-runtime \
349348
--set argo-cd.fullnameOverride=codefresh-argo-cd \
350349
--set argo-rollouts.fullnameOverride=codefresh-argo-cd \
351350
--set argo-cd.configs.cm.application.resourceTrackingMethod=annotation \
351+
oci://quay.io/codefresh/gitops-runtime \
352352
--wait
353353
{% endhighlight %}
354354
<br>
@@ -363,10 +363,10 @@ helm upgrade --install <helm-release-name> \
363363
--set global.runtime.ingressUrl=<ingress-url> \
364364
--set global.runtime.ingress.enabled=false \
365365
--set tunnel-client.enabled=false \
366-
<helm-repo-name>/gitops-runtime \
367366
--set argo-cd.fullnameOverride=codefresh-argo-cd \
368367
--set argo-rollouts.fullnameOverride=codefresh-argo-cd \
369368
--set argo-cd.configs.cm.application.resourceTrackingMethod=annotation \
369+
oci://quay.io/codefresh/gitops-runtime \
370370
--wait
371371
{% endhighlight %}
372372

@@ -377,7 +377,6 @@ helm upgrade --install <helm-release-name> \
377377
* `<codefresh-account-id>` is mandatory only for _tunnel-based Hybrid GitOps Runtimes_ , which is also the default access mode. Automatically populated by Codefresh in the installation command.
378378
* `<codefresh-api-key>` is the API key, either an existing one or a new API key you generated. When generated, it is automatically populated in the command.
379379
* `<runtime-name>` is the name of the GitOps Runtime, and is either `codefresh` which is the default, or the custom name you define.
380-
* `<helm-repo-name>` is the name of the repo in which to store the Helm chart, and must be identical to the `<helm-repo-name>` you defined in _step 3_, either `cf-gitops-runtime` which is the default, or any custom name you define.
381380
* `gitops-runtime` is the chart name defined by Codefresh, and cannot be changed.
382381
* GitOps with Argo CD installation:
383382
* `argo-cd.fullnameOverride=codefresh-argo-cd` is mandatory when _installing GitOps with Argo CD_ to avoid conflicts at the cluster-level for resources in both the Community Argo CD and GitOps Runtime's Argo CD.
@@ -598,8 +597,6 @@ The Git provider and Shared Configuration Repository is configured once per acco
598597
**Shared Configuration Repository and Git provider**
599598
The Shared Configuration Repository and Git provider are configured once per account, and not required for additional installations.
600599

601-
**Helm chart repository**
602-
The repository for the Helm chart is also configured per account, and is not required for additional installations in the same account.
603600

604601
**Access mode**
605602
You can define the tunnel/ingress/service-mesh-based access mode for the additional GitOps Runtimes you install. The command in the How To below is valid for the tunnel-based access mode. For ingress-based or service-mesh-based access modes, add the required arguments and values, as described in the step-by-step section, [Step 3: Install Hybrid GitOps Runtime](#step-3-install-hybrid-gitops-runtime).

0 commit comments

Comments
 (0)