helm/chart-testing

Unable to lint maintainer field of charts: failed validating maintainer "team-name": 404 Not Found

Schwartz-Matthew-bah opened this issue · 1 comments

Is this a request for help?:

Yes

Is this a BUG REPORT or FEATURE REQUEST? (choose one):

BUG REPORT

Validating maintainers does not work. Setting the team name correctly results in failed validating maintainer "team-name": 404 Not Found

Version of Helm and Kubernetes:

helm v3.14.4
ct 3.11.0

What happened:

Setting the maintainer field to any value results in 404 Not found.

What you expected to happen:

Maintainers should be Github teams.

How to reproduce it (as minimally and precisely as possible):

Set a maintainer field in your Chart.yaml file:

maintainers:
  - name: team-name
    email: email@website.com

Run ct lint

Error throws on all maintainer fields.

Anything else we need to know:

This issue appears related #399

Nevermind, realized maintainers can only be organizations