-
Notifications
You must be signed in to change notification settings - Fork 562
Remove the root list of YAML manifests stored in the manifests directory #2153
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
Remove the root list of YAML manifests stored in the manifests directory #2153
Conversation
The root manifest directory was needed by the openshift cluster-version-operator (CVO) to deploy OLM in OCP cluster environments. During the 4.8 release, the operator-framework/operator-lifecycle-manager was decoupled from the OCP release cadence, and a downstream repository was created in the openshift organization. As a result of this effort, these list of manifests are no longer needed and instead will live in the downstream repository. Signed-off-by: timflannagan <[email protected]>
Signed-off-by: timflannagan <[email protected]>
704031d
to
608bbfa
Compare
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: benluddy, timflannagan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
- Additional work to decouple the upstream repository from OCP after operator-framework#2153 landed. - Removes the OCP helm chart templates and the rendered manifests.
- Additional work to decouple the upstream repository from OCP after operator-framework#2153 landed. - Removes the OCP helm chart templates and the rendered manifests. Signed-off-by: timflannagan <[email protected]>
- Additional work to decouple the upstream repository from OCP after operator-framework#2153 landed. - Removes the OCP helm chart templates and the rendered manifests. Signed-off-by: timflannagan <[email protected]>
- Additional work to decouple the upstream repository from OCP after operator-framework#2153 landed. - Removes the OCP helm chart templates and the rendered manifests. Signed-off-by: timflannagan <[email protected]>
- Additional work to decouple the upstream repository from OCP after operator-framework#2153 landed. - Removes the OCP helm chart templates and the rendered manifests. Signed-off-by: timflannagan <[email protected]>
- Additional work to decouple the upstream repository from OCP after operator-framework#2153 landed. - Removes the OCP helm chart templates and the rendered manifests. Signed-off-by: timflannagan <[email protected]>
- Additional work to decouple the upstream repository from OCP after operator-framework/operator-lifecycle-manager#2153 landed. - Removes the OCP helm chart templates and the rendered manifests. Signed-off-by: timflannagan <[email protected]> Upstream-repository: operator-lifecycle-manager Upstream-commit: 5c26436abd8e3e95d61fda216de5d5197c05e8f3
- Additional work to decouple the upstream repository from OCP after operator-framework/operator-lifecycle-manager#2153 landed. - Removes the OCP helm chart templates and the rendered manifests. Signed-off-by: timflannagan <[email protected]> Upstream-repository: operator-lifecycle-manager Upstream-commit: 5c26436abd8e3e95d61fda216de5d5197c05e8f3
Partially fixes #2130
Remove the root list of YAML manifests stored in manifests/
The root manifest directory was needed by the openshift cluster-version-operator (CVO) to deploy OLM in OCP cluster
environments. During the 4.8 release, the operator-framework/operator-lifecycle-manager repository was decoupled from the OCP release cadence, and a downstream repository was created in the openshift organization. As a result of this effort, this list of manifests is no longer needed and instead will live in the downstream repository.