Skip to content

Commit c2f440f

Browse files
authored
chore(helm): add metadata in Chart.yaml (#707)
1 parent c0d2022 commit c2f440f

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

deploy/charts/burrito/Chart.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,29 @@ description: A Helm chart for handling a complete burrito deployment
44
type: application
55
version: 0.8.0
66
appVersion: "v0.8.0"
7+
home: https://docs.burrito.tf/
8+
icon: https://raw.githubusercontent.com/padok-team/burrito/refs/heads/main/docs/assets/icon/burrito.png
9+
sources:
10+
- https://github.com/padok-team/burrito
11+
annotations:
12+
artifacthub.io/crds: |
13+
- kind: TerraformLayer
14+
version: v1alpha1
15+
name: terraformlayers.config.terraform.padok.cloud
16+
displayName: TerraformLayer
17+
description: TerraformLayer is the Schema for the TerraformLayers API.
18+
- kind: TerraformPullRequest
19+
version: v1alpha1
20+
name: terraformpullrequests.config.terraform.padok.cloud
21+
displayName: TerraformPullRequest
22+
description: TerraformPullRequest is the Schema for the TerraformPullRequests API.
23+
- kind: TerraformRepository
24+
version: v1alpha1
25+
name: terraformrepositories.config.terraform.padok.cloud
26+
displayName: TerraformRepository
27+
description: TerraformRepository is the Schema for the TerraformRepositories API.
28+
- kind: TerraformRun
29+
version: v1alpha1
30+
name: terraformruns.config.terraform.padok.cloud
31+
displayName: TerraformRun
32+
description: TerraformRun is the Schema for the TerraformRuns API.

0 commit comments

Comments
 (0)