Skip to content

Commit 3aa6d5c

Browse files
Merge pull request #42 from RedbackThomson/fix-helm
Update Chart.yaml for split repositories
2 parents 07c34f1 + 020752a commit 3aa6d5c

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)