We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 586208d commit f5ed755Copy full SHA for f5ed755
olm/build-bundles.sh
@@ -85,9 +85,6 @@ LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
85
LABEL operators.operatorframework.io.bundle.package.v1=stackable-${OPERATOR}-operator
86
LABEL operators.operatorframework.io.bundle.channels.v1=stable,${CHANNEL}
87
LABEL operators.operatorframework.io.bundle.channel.default.v1=${CHANNEL}
88
-LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.39.1
89
-LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
90
-LABEL operators.operatorframework.io.metrics.project_layout=unknown
91
92
# Copy files to locations specified by labels.
93
COPY manifests /manifests/
0 commit comments