Skip to content

Commit 639d8f1

Browse files
authored
operator kiali (2.16.0)
1 parent f3ac962 commit 639d8f1

File tree

4 files changed

+2587
-0
lines changed

4 files changed

+2587
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
FROM scratch
2+
3+
LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
4+
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
5+
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
6+
LABEL operators.operatorframework.io.bundle.package.v1=kiali
7+
LABEL operators.operatorframework.io.bundle.channels.v1=alpha,stable
8+
LABEL operators.operatorframework.io.bundle.channel.default.v1=stable
9+
10+
COPY manifests /manifests/
11+
COPY metadata /metadata/

0 commit comments

Comments
 (0)