Skip to content

Commit f99db7c

Browse files
authored
operator ibm-block-csi-operator-community (1.12.1)
1 parent fc594b0 commit f99db7c

File tree

6 files changed

+2473
-0
lines changed

6 files changed

+2473
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
FROM scratch
2+
3+
LABEL operators.operatorframework.io.bundle.channel.default.v1=stable
4+
LABEL operators.operatorframework.io.bundle.channels.v1=stable,stable-v1.12,stable-v1.12.1
5+
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
6+
LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
7+
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
8+
LABEL operators.operatorframework.io.bundle.package.v1=ibm-block-csi-operator-community
9+
10+
COPY manifests /manifests/
11+
COPY metadata /metadata/
12+
LABEL com.redhat.openshift.versions="v4.14-v4.18"
13+
LABEL com.redhat.delivery.operator.bundle=true

0 commit comments

Comments
 (0)