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

stonezdj(Daojun Zhang) 2024-03-05 11:13:03 +08:00
parent 047b793a6f
commit 5868609ff2
1 changed files with 3 additions and 1 deletions

@ -21,7 +21,9 @@ docker run -it --rm -v <path_to_chart_storage_directory>:/chart_storage \
goharbor/migrate-chart:1.1.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.
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 some oci artifact with the same repository name and tag exist in the registry, it skips to push the new image to the registry.
If there are no error, all Helm charts should be pushed to Harbor successfully.
## Verify