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

stonezdj(Daojun Zhang) 2023-05-08 09:45:33 +08:00
parent b6bd0fb5c9
commit 94fc916e4c
1 changed files with 1 additions and 1 deletions

@ -12,7 +12,7 @@
```
docker run -it --rm -v <path to chart storage directory>:/chart_storage \
-v <path to harbor root.ca file>:/usr/local/share/ca-certificates/harbor_ca.crt \
firstfloor/migrate-chart:0.1.0 --hostname <harbor hostname> --password <harbor admin password>
firstfloor/migrate-chart:1.0.0 --hostname <harbor hostname> --password <harbor admin password>
```
After the command is complete, check the `<path to chart storage directory>/migration_errors.txt` file to see if there is any error. If there is no error, all helm charts should be pushed to the Harbor successfully.