Skip to content

Commit bbff478

Browse files
simrandhaliwankitathomas
authored andcommitted
Bug 1861605: Update manifests to include the bug fix
This PR updates manifests to include a [bug fix](operator-framework/api#59) (upstream operator-lifecycle-manager commit: 3c23b775dd6ec22357707084a3069bbc504db75b)
1 parent c36b26f commit bbff478

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

staging/operator-lifecycle-manager/manifests/0000_50_olm_00-installplans.crd.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ spec:
6262
properties:
6363
approval:
6464
description: Approval is the user approval policy for an InstallPlan.
65+
It must be one of "Automatic" or "Manual".
6566
type: string
6667
approved:
6768
type: boolean

staging/operator-lifecycle-manager/manifests/0000_50_olm_00-operators.crd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ spec:
3838
description: OperatorSpec defines the desired state of Operator
3939
type: object
4040
status:
41-
description: OperatorStatus describes the observed state of an operator
42-
and its components.
41+
description: OperatorStatus defines the observed state of an Operator
42+
and its components
4343
type: object
4444
properties:
4545
components:

staging/operator-lifecycle-manager/manifests/0000_50_olm_00-subscriptions.crd.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1634,6 +1634,7 @@ spec:
16341634
type: string
16351635
installPlanApproval:
16361636
description: Approval is the user approval policy for an InstallPlan.
1637+
It must be one of "Automatic" or "Manual".
16371638
type: string
16381639
name:
16391640
type: string

0 commit comments

Comments
 (0)