Skip to content

Commit

Permalink
operator ibm-block-csi-operator-community (1.12.0) (#5638)
Browse files Browse the repository at this point in the history
Signed-off-by: Ariel Kass <[email protected]>
Co-authored-by: Ariel Kass <[email protected]>
  • Loading branch information
csiblock and kasserater authored Dec 15, 2024
1 parent 8d4f2d1 commit c7d39eb
Show file tree
Hide file tree
Showing 6 changed files with 2,474 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
FROM scratch

LABEL operators.operatorframework.io.bundle.channel.default.v1=stable
LABEL operators.operatorframework.io.bundle.channels.v1=stable,stable-v1.12,stable-v1.12.0
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
LABEL operators.operatorframework.io.bundle.package.v1=ibm-block-csi-operator-community

COPY manifests /manifests/
COPY metadata /metadata/
LABEL com.redhat.openshift.versions="v4.14-v4.17"
LABEL com.redhat.delivery.operator.bundle=true
Loading

0 comments on commit c7d39eb

Please sign in to comment.