catalog
catalog copied to clipboard
Catalog of community maintained components and traits.
Signed-off-by: qiaozp ### Description of your changes ### How has this code been tested? ### Checklist I have: - [x] Title of the PR starts with type (e.g. `[Addon]` ,...
### Description of your changes Fixes: https://github.com/kubevela/kubevela/issues/3337 Per this guide: https://kubevela.io/docs/platform-engineers/addon/terraform I've done: * prepare metadata for the VMware vSphere, per [kubevela/terraform-controller](https://github.com/kubevela/terraform-controller/blob/master/controllers/provider/vsphere.go). * generate the Terraform addon by `make terraform-addon-gen`....
### Description of your changes Fixes #3205 ### How has this code been tested? ### Checklist I have: - [x] Title of the PR starts with type (e.g. `[Addon]` ,...
The `traefik` helm chart has included support for ACME certificate resolver configuration through helm Values: https://github.com/traefik/traefik-helm-chart/pull/419 Currently, we need to manually input `cert` and `key` with `traefik` addon. It is...
I seem to be coming across an issue which was fixed in FluxCD but the Vela addon still has the issue. I opened this issue with FluxCD: https://github.com/fluxcd/helm-controller/issues/518 I verified...
Signed-off-by: Xueliang Yang ### Description of your changes ### How has this code been tested? ### Checklist I have: - [x] Title of the PR starts with type (e.g. `[Addon]`...
It should contain some capability such as: - [ ] 1. volume(pvc) trait using alibaba disk types. - [ ] 2. oss bucket mount as volume. and more features: https://help.aliyun.com/document_detail/86737.html?spm=5176.181001.J_5253785160.4.16424e263tbqzQ...
### Description of your changes - Added missing DestinationRule trait as per https://github.com/kubevela/catalog/pull/349#discussion_r877778610 - Also fixed incorrect properties of components in `template.yaml`, which will cause the addon to be unable...
### Description of your changes ### How has this code been tested? ### Checklist I have: - [ ] Title of the PR starts with type (e.g. `[Addon]` or `[Trait]`)....
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:...