Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rename chart name to concourse-chart #7

Closed
wants to merge 1 commit into from
Closed

Conversation

pivotal-bin-ju
Copy link
Contributor

rename it due to the consistency of folder name and chart name.

when we run the command under concourse-chart directory:

helm lint .

it does require the folder name and chart name to be identical. here is the error message when they mismatched.

==> Linting .
[ERROR] Chart.yaml: directory name (concourse-chart) and chart name (concourse) must be the same

Error: 1 chart(s) linted, 1 chart(s) failed

This PR is going to fix this issue.

Signed-off-by: Bin Ju bju@pivotal.io

rename it due to the consistency of folder name and chart name.

Signed-off-by: Bin Ju <bju@pivotal.io>
@taylorsilva
Copy link
Member

I got curious about this requirement and found this issue that recently closed: helm/helm#1979

This constraint on the dir-name and the chart name is actually being removed in helm 3.0: helm/helm#4141

Is there currently a requirement around helm lint passing for our chart repo to be considered a real chart repository? Long-term it would be nice to leave the name as concourse instead of concourse-chart.

Would be interested in @cirocosta's thoughts.

@cirocosta
Copy link
Member

cirocosta commented Nov 5, 2019

Hey,

This constraint on the dir-name and the chart name is actually being removed in helm 3.0: helm/helm#4141

I'd go with keeping concourse having that in mind, as Helm 3.0 is almost there 🤔

Also, if you look at a chart like harbor, we can see that the names don't match (same for vault).

tl;dr: I'd keep concourse 😁

@taylorsilva
Copy link
Member

@pivotal-bin-ju what do you think? Consensus appears to be to leave the name as concourse.

@pivotal-bin-ju
Copy link
Contributor Author

@taylorsilva and @cirocosta ,
thanks for pointing out the change in v3.
I totally agree.
I will close this PR.

@taylorsilva taylorsilva deleted the chart-name branch November 6, 2019 22:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants