kubevela / catalog

Catalog of community maintained components and traits.
Apache License 2.0
154 stars 146 forks source link

Helm Chart Repository Cannot Be Reached #267

Open ensooboka opened 2 years ago

ensooboka commented 2 years ago

I am trying to configure my cluster to support the RouteTrait trait

Following instructions detailed in: https://github.com/oam-dev/catalog/tree/master/traits/routetrait

I tried to add the "http://oam.dev/catalog" helm chart repo, I experienced an error:

helm repo add oam.catalog  http://oam.dev/catalog
Error: looks like "http://oam.dev/catalog" is not a valid chart repository or cannot be reached: failed to fetch http://oam.dev/catalog/index.yaml : 404 Not Found

Please advise

wonderflow commented 2 years ago

Sorry for the late response, routetrait is already deprecated, please refer to KubeVela gateway trait for similar usage.