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
@@ -132,7 +132,7 @@ We have created a helper utility to resolve this issue:
132
132
The utility is packaged in a container image. Below are instructions on executing the utility using Docker:
133
133
134
134
```
135
-
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.20.0 <local_registry>
135
+
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.20.1 <local_registry>
136
136
```
137
137
`output_dir`- is a local directory where the utility will output files. <br>
138
138
`local_registry`- is your local registry where you want to mirror the images to
@@ -145,7 +145,7 @@ The utility will output 4 files into the folder:
145
145
146
146
For usage with external ArgoCD run the utility with `EXTERNAL_ARGOCD` environment variable set to `true`.
147
147
```
148
-
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.20.0 <local_registry>
148
+
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.20.1 <local_registry>
149
149
```
150
150
151
151
## Openshift
@@ -212,14 +212,14 @@ sealed-secrets:
212
212
| 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