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

Update chart to use the new "crds" directory. #1391

Merged

Commits on Mar 19, 2020

  1. Update chart to use the new "crds" directory.

    Helm 3 will handle CRD installation for CRD manifests located in the
    chart's "crds" subdirectory, in exchange for dropping template
    rendering support for CRD manifests. The only CRD template that exists
    in the OLM chart today is used by a single test of downstream-only
    behavior. The others are moved to "crds", and the release script has
    been modified to look in both "templates" and "crds" for
    manifests. The apiVersion in Chart.yaml has accordingly been bumped to
    v2 to indicate that it requires Helm 3.
    
    On its own, this change is intended to have minimal impact, but it's
    part of the groundwork for bootstrapping E2E test environments for our
    upstream CI.
    benluddy committed Mar 19, 2020
    Copy the full SHA
    1bf7d62 View commit details
    Browse the repository at this point in the history