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

helm: support Helm chart from GitRepository #56

Closed
hiddeco opened this issue May 13, 2020 · 0 comments
Closed

helm: support Helm chart from GitRepository #56

hiddeco opened this issue May 13, 2020 · 0 comments
Labels
area/helm Helm related issues and pull requests

Comments

@hiddeco
Copy link
Member

hiddeco commented May 13, 2020

The current HelmChart spec and its implementation do only support Helm charts from HelmRepository resources. Extending this to also support a chart in the path of a GitRepository would make the resource more suitable for usage by the Helm Operator or its successor.

The HelmChart should have a new field, or a field supporting a type definition with a reference to the GitRepository. In addition, it should be possible to configure the path to the chart relative to the root of the GitRepository artifact.

The chart path should be packaged as a Helm chart using the package action in the action Helm package, or a combination of the chartutil methods, depending on the overhead and availability of package configuration options.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/helm Helm related issues and pull requests
Projects
None yet
Development

No branches or pull requests

1 participant