Skip to content

Commit

Permalink
operator ibm-block-csi-operator-community (1.11.4) (#5513)
Browse files Browse the repository at this point in the history
* operator ibm-block-csi-operator-community (1.11.4)

Signed-off-by: Ariel Kass <[email protected]>

* use skips instead of replaces

Signed-off-by: Ariel Kass <[email protected]>

---------

Signed-off-by: Ariel Kass <[email protected]>
  • Loading branch information
kasserater authored Nov 24, 2024
1 parent d9e9d9c commit 6f8139f
Show file tree
Hide file tree
Showing 6 changed files with 2,472 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
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.13-v4.17"
LABEL com.redhat.delivery.operator.bundle=true
Loading

0 comments on commit 6f8139f

Please sign in to comment.