Skip to content

Commit 3c129ff

Browse files
committed
Bump github.com/operator-framework/api to v0.8.0.
Signed-off-by: Ben Luddy <[email protected]>
1 parent 0bc157a commit 3c129ff

17 files changed

+7000
-12365
lines changed

deploy/chart/crds/0000_50_olm_00-clusterserviceversions.crd.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4527,6 +4527,19 @@ spec:
45274527
type: string
45284528
url:
45294529
type: string
4530+
relatedImages:
4531+
description: List any related images, or other container images that your Operator might require to perform their functions. This list should also include operand images as well. All image references should be specified by digest (SHA) and not by tag. This field is only used during catalog creation and plays no part in cluster runtime.
4532+
type: array
4533+
items:
4534+
type: object
4535+
required:
4536+
- image
4537+
- name
4538+
properties:
4539+
image:
4540+
type: string
4541+
name:
4542+
type: string
45304543
replaces:
45314544
description: The name of a CSV this one replaces. Should match the `metadata.Name` field of the old CSV.
45324545
type: string
@@ -4560,6 +4573,11 @@ spec:
45604573
type: object
45614574
additionalProperties:
45624575
type: string
4576+
skips:
4577+
description: The name(s) of one or more CSV(s) that should be skipped in the upgrade graph. Should match the `metadata.Name` field of the CSV that should be skipped. This field is only used during catalog creation and plays no part in cluster runtime.
4578+
type: array
4579+
items:
4580+
type: string
45634581
version:
45644582
description: OperatorVersion is a wrapper around semver.Version which supports correct marshaling to YAML and JSON.
45654583
type: string

deploy/chart/crds/0000_50_olm_00-installplans.crd.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,9 @@ spec:
206206
type:
207207
description: InstallPlanConditionType describes the state of an InstallPlan at a certain point as a whole.
208208
type: string
209+
message:
210+
description: Message is a human-readable message containing detailed information that may be important to understanding why the plan has its current status.
211+
type: string
209212
phase:
210213
description: InstallPlanPhase is the current status of a InstallPlan as a whole.
211214
type: string
@@ -249,6 +252,10 @@ spec:
249252
status:
250253
description: StepStatus is the current status of a particular resource an in InstallPlan
251254
type: string
255+
startTime:
256+
description: StartTime is the time when the controller began applying the resources listed in the plan to the cluster.
257+
type: string
258+
format: date-time
252259
served: true
253260
storage: true
254261
subresources:

deploy/ocp/values.yaml

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ olm:
1818
kubernetes.io/os: linux
1919
node-role.kubernetes.io/master: ""
2020
tolerations:
21-
- key: node-role.kubernetes.io/master
22-
operator: Exists
23-
effect: NoSchedule
24-
- key: node.kubernetes.io/unreachable
25-
operator: Exists
26-
effect: NoExecute
27-
tolerationSeconds: 120
28-
- key: node.kubernetes.io/not-ready
29-
operator: Exists
30-
effect: NoExecute
31-
tolerationSeconds: 120
21+
- key: node-role.kubernetes.io/master
22+
operator: Exists
23+
effect: NoSchedule
24+
- key: node.kubernetes.io/unreachable
25+
operator: Exists
26+
effect: NoExecute
27+
tolerationSeconds: 120
28+
- key: node.kubernetes.io/not-ready
29+
operator: Exists
30+
effect: NoExecute
31+
tolerationSeconds: 120
3232
tlsCertPath: /var/run/secrets/serving-cert/tls.crt
3333
tlsKeyPath: /var/run/secrets/serving-cert/tls.key
3434
resources:
@@ -46,17 +46,17 @@ catalog:
4646
kubernetes.io/os: linux
4747
node-role.kubernetes.io/master: ""
4848
tolerations:
49-
- key: node-role.kubernetes.io/master
50-
operator: Exists
51-
effect: NoSchedule
52-
- key: node.kubernetes.io/unreachable
53-
operator: Exists
54-
effect: NoExecute
55-
tolerationSeconds: 120
56-
- key: node.kubernetes.io/not-ready
57-
operator: Exists
58-
effect: NoExecute
59-
tolerationSeconds: 120
49+
- key: node-role.kubernetes.io/master
50+
operator: Exists
51+
effect: NoSchedule
52+
- key: node.kubernetes.io/unreachable
53+
operator: Exists
54+
effect: NoExecute
55+
tolerationSeconds: 120
56+
- key: node.kubernetes.io/not-ready
57+
operator: Exists
58+
effect: NoExecute
59+
tolerationSeconds: 120
6060
resources:
6161
requests:
6262
cpu: 10m
@@ -72,17 +72,17 @@ package:
7272
kubernetes.io/os: linux
7373
node-role.kubernetes.io/master: ""
7474
tolerations:
75-
- key: node-role.kubernetes.io/master
76-
operator: Exists
77-
effect: NoSchedule
78-
- key: node.kubernetes.io/unreachable
79-
operator: Exists
80-
effect: NoExecute
81-
tolerationSeconds: 120
82-
- key: node.kubernetes.io/not-ready
83-
operator: Exists
84-
effect: NoExecute
85-
tolerationSeconds: 120
75+
- key: node-role.kubernetes.io/master
76+
operator: Exists
77+
effect: NoSchedule
78+
- key: node.kubernetes.io/unreachable
79+
operator: Exists
80+
effect: NoExecute
81+
tolerationSeconds: 120
82+
- key: node.kubernetes.io/not-ready
83+
operator: Exists
84+
effect: NoExecute
85+
tolerationSeconds: 120
8686
resources:
8787
requests:
8888
cpu: 10m

0 commit comments

Comments
 (0)