Updated Migrate helm chart to oci registry in Harbor (markdown)

Yang Jiao 2023-05-09 16:42:03 +08:00
parent 60dab18963
commit 6a81faef5b
1 changed files with 1 additions and 1 deletions

@ -17,7 +17,7 @@ Make sure that **the source Harbor registry** version is **v2.7.x or lower** bef
5. To convert and push the OCI Helm charts to the source Harbor registry, run the following command in a terminal:
```
docker run -it --rm -v <path_to_chart_storage_directory>:/chart_storage \
-v <path_to_the_source_harbor_registry__root.ca>:/usr/local/share/ca-certificates/harbor_ca.crt \
-v <path_to_the_source_harbor_registry_root.ca>:/usr/local/share/ca-certificates/harbor_ca.crt \
firstfloor/migrate-chart:1.0.0 --hostname <the_hostname_of_source_harbor_registgry> --password <the_admin_password_of_source_harbor_registgry>
```