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

Bug 1861605: Update manifests to include the bug fix #1720

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions manifests/0000_50_olm_00-installplans.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ spec:
properties:
approval:
description: Approval is the user approval policy for an InstallPlan.
It must be one of "Automatic" or "Manual".
type: string
approved:
type: boolean
Expand Down
4 changes: 2 additions & 2 deletions manifests/0000_50_olm_00-operators.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ spec:
description: OperatorSpec defines the desired state of Operator
type: object
status:
description: OperatorStatus describes the observed state of an operator
and its components.
description: OperatorStatus defines the observed state of an Operator
and its components
type: object
properties:
components:
Expand Down
1 change: 1 addition & 0 deletions manifests/0000_50_olm_00-subscriptions.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1634,6 +1634,7 @@ spec:
type: string
installPlanApproval:
description: Approval is the user approval policy for an InstallPlan.
It must be one of "Automatic" or "Manual".
type: string
name:
type: string
Expand Down