Skip to content

Commit a8325fa

Browse files
committed
ran make bundle
1 parent a7bc303 commit a8325fa

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

build/Dockerfile.bundle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
55
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
66
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
77
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
1010
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.23.0
1111
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
1212
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3

bundle.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
55
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
66
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
77
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
1010
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.23.0
1111
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
1212
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3

bundle/manifests/oadp.openshift.io_cloudstorages.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ spec:
6464
- aws
6565
type: string
6666
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
6868
not set.
6969
type: string
7070
tags:
7171
additionalProperties:
7272
type: string
73-
description: tags` for the bucket
73+
description: tags for the bucket
7474
type: object
7575
required:
7676
- creationSecret

bundle/metadata/annotations.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ annotations:
44
operators.operatorframework.io.bundle.manifests.v1: manifests/
55
operators.operatorframework.io.bundle.metadata.v1: metadata/
66
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
99
operators.operatorframework.io.metrics.builder: operator-sdk-v1.23.0
1010
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1
1111
operators.operatorframework.io.metrics.project_layout: go.kubebuilder.io/v3

0 commit comments

Comments
 (0)