We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 119a833 commit 8520924Copy full SHA for 8520924
charts/gitops-runtime/README.md
@@ -27,7 +27,7 @@ We have created a helper utility to resolve this issue:
27
The utility is packaged in a container image. Below are instructions on executing the utility using Docker:
28
29
```
30
-docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.4. <local_registry>
+docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.4.1 <local_registry>
31
32
`output_dir` - is a local directory where the utility will output files. <br>
33
`local_registry` - is your local registry where you want to mirror the images to
0 commit comments