This website requires JavaScript.
Explore
Help
Sign In
Upstream
/
harbor
Watch
1
Star
0
Fork
0
You've already forked harbor
mirror of
https://github.com/goharbor/harbor.git
synced
2024-11-16 23:35:20 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
d25f3556a9
harbor
/
tools
/
migrate_chart
/
migrate_chart.sh
8 lines
100 B
Bash
Raw
Normal View
History
Unescape
Escape
Add tool for migration chart v2 to oci format chartmuseum might deprecated in future. This tool is used for migrate the charts Signed-off-by: DQ <dengq@vmware.com>
2020-07-30 12:56:42 +02:00
#! /bin/bash
HELM_CMD
=
$1
V2_CHART_PATH
=
$2
OCI_REF
=
$3
Handle error in migrate script (#18664) Dump the total amount of errors Signed-off-by: stonezdj <daojunz@vmware.com>
2023-05-17 04:03:23 +02:00
${
HELM_CMD
}
push
${
V2_CHART_PATH
}
${
OCI_REF
}
Reference in New Issue
Copy Permalink