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

Yang Jiao 2023-05-12 16:53:16 +08:00
parent 7cb38c6dfc
commit 2acde743a5
1 changed files with 1 additions and 1 deletions

@ -18,7 +18,7 @@ Make sure that **the source Harbor registry** version is **v2.7.x or lower** bef
```
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 \
firstfloor/migrate-chart:1.0.0 --hostname <the_hostname_of_source_harbor_registgry> --password <the_admin_password_of_source_harbor_registgry>
goharbor/migrate-chart:1.0.0 --hostname <the_hostname_of_source_harbor_registgry> --password <the_admin_password_of_source_harbor_registgry>
```
After the command completes, check the <path_to_chart_storage_directory>/migration_errors.txt file to see if there are any error. If there are no error, all Helm charts should be pushed to Harbor successfully.