alauda / captain

A Helm 3 Controller
Apache License 2.0
185 stars 46 forks source link

use harbor for helm server #97

Closed kanouken closed 3 years ago

kanouken commented 3 years ago

Warning FailedSync 33s captain chartrepos.app.alauda.io "harbor_chart" not found

how to fix it ?

hangyan commented 3 years ago

You need to create a ChartRepo resource to represent the helm repo, checkout the docs about crd

kanouken commented 3 years ago

You need to create a ChartRepo resource to represent the helm repo, checkout the docs about crd

it works now ,Thanks