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

stonezdj(Daojun Zhang) 2023-03-29 10:26:54 +08:00
parent 9e13a38b64
commit 1d4ac23716
1 changed files with 1 additions and 0 deletions

@ -32,6 +32,7 @@ helm push harbor-1.7.3.tgz oci://<harbor_fqdn>/<project>/
**Question1: Previous helm cli(chart-museum repo) support helm search, how to search helm chart in oci registry?**
The cli helm search is not supported, we could search helm chart in Harbor UI. filter artifact by Type and select "CHART", all helm charts are listed in the current repository.
<img width="1078" alt="chart" src="https://user-images.githubusercontent.com/2696760/228410609-23c26b01-078b-436c-9406-dc3cb1ed57fc.png">
**Question2: Our charts are signed, how to push/verify the provenance file with oci registry?**
The helm push command pushes the provenance file if it exists in the same directory, and the helm pull command could download the provenance file if it is a signed chart. and also you could run helm verify on the chart