Skip to content

Commit 020752a

Browse files
author
Nicholas Thomson
committed
Update Chart.yaml for split repositories
1 parent 07c34f1 commit 020752a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

templates/helm/Chart.yaml.tpl

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@ name: ack-{{ .ServiceIDClean }}-controller
33
description: A Helm chart for the ACK service controller for {{ .ServiceIDClean }}
44
version: {{ .ReleaseVersion }}
55
appVersion: {{ .ReleaseVersion }}
6-
home: https://github.com/aws/aws-controllers-k8s
6+
home: https://github.com/aws-controllers-k8s/{{ .ServiceIDClean }}-controller
77
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
88
sources:
9-
- https://github.com/aws/aws-controllers-k8s
9+
- https://github.com/aws-controllers-k8s/{{ .ServiceIDClean }}-controller
1010
maintainers:
1111
- name: ACK Admins
12-
url: https://github.com/orgs/aws/teams/aws-controllers-for-kubernetes-ack-admins
12+
url: https://github.com/orgs/aws-controllers-k8s/teams/ack-admin
13+
- name: {{ .ServiceIDClean }} Admins
14+
url:https://github.com/orgs/aws-controllers-k8s/teams/{{ .ServiceIDClean }}-maintainer
1315
keywords:
1416
- aws
1517
- kubernetes
16-
- {{ .ServiceIDClean }}
18+
- {{ .ServiceIDClean }}

0 commit comments

Comments
 (0)