You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/gitops-runtime/README.md
+15-10
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Prior to running the installation please see the official documentation at: http
21
21
> This version of the chart includes default configuration for storing workflow artifacts and logs in Codefresh provided s3 compatible storage.
22
22
23
23
If you have your own storage configuration using the default configmap `artifact-repositories` upgrading the chart will override your artifact storage configuration.
24
-
To prevent this please set `argo-workflows.controller.workflowDefaults.spec.workflowDefaults.artifactRepository.configMap` to `artifact-repositories` and `argo-workflows.controller.workflowDefaults.spec.workflowDefaults.artifactRepository.key`
24
+
To prevent this please set `argo-workflows.controller.workflowDefaults.spec.artifactRepository.configMap` to `artifact-repositories` and `argo-workflows.controller.workflowDefaults.spec.artifactRepository.key`
25
25
to the respective key in your configmap identifying the repository.
26
26
> [!WARNING]
27
27
> It's highly recommended to use your own artifact storage for data privacy reasons.
@@ -115,6 +115,11 @@ The utility will output 4 files into the folder:
115
115
3.`values-images-no-tags.yaml` - a values file with all image values with the private registry **excluding tags**. If provided through --values to helm install/upgrade command - it will override all images to use the private registry.
116
116
4.`values-images-with-tags.yaml` - The same as 3 but with tags **included**.
117
117
118
+
For usage with external ArgoCD run the utility with `EXTERNAL_ARGOCD` environment variable set to `true`.
119
+
```
120
+
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.0.0 <local_registry>
121
+
```
122
+
118
123
## Openshift
119
124
120
125
```yaml
@@ -178,14 +183,14 @@ sealed-secrets:
178
183
| app-proxy.image-enrichment.serviceAccount.name | string | `"codefresh-image-enrichment-sa"` | Name of the service account to create or the name of the existing one to use |
| argo-workflows.controller.workflowDefaults.spec.artifactRepositoryRef | object | `{"configMap":"codefresh-workflows-log-store","key":"codefresh-workflows-log-store"}` | By default artifact repository is set to a Codefresh provided repository. For data privacy it is reccommended to set your own artifact repository. For instructions see: https://argo-workflows.readthedocs.io/en/latest/configure-artifact-repository/#configuring-your-artifact-repository |
Copy file name to clipboardExpand all lines: charts/gitops-runtime/README.md.gotmpl
+7
Original file line number
Diff line number
Diff line change
@@ -117,6 +117,13 @@ The utility will output 4 files into the folder:
117
117
3. `values-images-no-tags.yaml` - a values file with all image values with the private registry **excluding tags**. If provided through --values to helm install/upgrade command - it will override all images to use the private registry.
118
118
4. `values-images-with-tags.yaml` - The same as 3 but with tags **included**.
119
119
120
+
121
+
For usage with external ArgoCD run the utility with `EXTERNAL_ARGOCD` environment variable set to `true`.
0 commit comments