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
@@ -92,7 +92,7 @@ We have created a helper utility to resolve this issue:
92
92
The utility is packaged in a container image. Below are instructions on executing the utility using Docker:
93
93
94
94
```
95
-
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.18.0 <local_registry>
95
+
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.18.1 <local_registry>
96
96
```
97
97
`output_dir` - is a local directory where the utility will output files. <br>
98
98
`local_registry` - is your local registry where you want to mirror the images to
@@ -166,14 +166,14 @@ sealed-secrets:
166
166
| 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