File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
5
5
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
6
6
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
7
7
LABEL operators.operatorframework.io.bundle.package.v1=oadp-operator
8
- LABEL operators.operatorframework.io.bundle.channels.v1=stable
9
- LABEL operators.operatorframework.io.bundle.channel.default.v1=stable
8
+ LABEL operators.operatorframework.io.bundle.channels.v1=stable,stable-1.1
9
+ LABEL operators.operatorframework.io.bundle.channel.default.v1=stable-1.1
10
10
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.23.0
11
11
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
12
12
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
5
5
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
6
6
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
7
7
LABEL operators.operatorframework.io.bundle.package.v1=oadp-operator
8
- LABEL operators.operatorframework.io.bundle.channels.v1=stable
9
- LABEL operators.operatorframework.io.bundle.channel.default.v1=stable
8
+ LABEL operators.operatorframework.io.bundle.channels.v1=stable,stable-1.1
9
+ LABEL operators.operatorframework.io.bundle.channel.default.v1=stable-1.1
10
10
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.23.0
11
11
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
12
12
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3
Original file line number Diff line number Diff line change @@ -64,13 +64,13 @@ spec:
64
64
- aws
65
65
type : string
66
66
region :
67
- description : region` for the bucket to be in, will be us-east-1 if
67
+ description : region for the bucket to be in, will be us-east-1 if
68
68
not set.
69
69
type : string
70
70
tags :
71
71
additionalProperties :
72
72
type : string
73
- description : tags` for the bucket
73
+ description : tags for the bucket
74
74
type : object
75
75
required :
76
76
- creationSecret
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ annotations:
4
4
operators.operatorframework.io.bundle.manifests.v1 : manifests/
5
5
operators.operatorframework.io.bundle.metadata.v1 : metadata/
6
6
operators.operatorframework.io.bundle.package.v1 : oadp-operator
7
- operators.operatorframework.io.bundle.channels.v1 : stable
8
- operators.operatorframework.io.bundle.channel.default.v1 : stable
7
+ operators.operatorframework.io.bundle.channels.v1 : stable,stable-1.1
8
+ operators.operatorframework.io.bundle.channel.default.v1 : stable-1.1
9
9
operators.operatorframework.io.metrics.builder : operator-sdk-v1.23.0
10
10
operators.operatorframework.io.metrics.mediatype.v1 : metrics+v1
11
11
operators.operatorframework.io.metrics.project_layout : go.kubebuilder.io/v3
You can’t perform that action at this time.
0 commit comments