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
@@ -193,7 +193,7 @@ We have created a helper utility to resolve this issue:
193
193
The utility is packaged in a container image. Below are instructions on executing the utility using Docker:
194
194
195
195
```
196
-
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.27.4 <local_registry>
196
+
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.27.5 <local_registry>
197
197
```
198
198
`output_dir`- is a local directory where the utility will output files. <br>
199
199
`local_registry`- is your local registry where you want to mirror the images to
@@ -206,7 +206,7 @@ The utility will output 4 files into the folder:
206
206
207
207
For usage with external ArgoCD run the utility with `EXTERNAL_ARGOCD` environment variable set to `true`.
208
208
```
209
-
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.27.4 <local_registry>
209
+
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.27.5 <local_registry>
210
210
```
211
211
212
212
## Openshift
@@ -511,14 +511,14 @@ global:
511
511
| 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 |
0 commit comments