Skip to content

Commit 4e79b9e

Browse files
authored
Merge pull request #941 from securesign/tturek/fix-bundle-labels
fix: mandatory labels for bundle image
2 parents 8156efc + baee7c7 commit 4e79b9e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

bundle.Dockerfile

+6-1
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,14 @@ LABEL operators.operatorframework.io.bundle.package.v1=rhtas-operator
88
LABEL operators.operatorframework.io.bundle.channels.v1=stable,stable-v1.2
99
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.37.0
1010
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
11-
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3
11+
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v4
1212
LABEL operators.openshift.io/valid-subscription="Red Hat Trusted Artifact Signer"
1313

14+
LABEL vendor="Red Hat, Inc."
15+
LABEL url="https://www.redhat.com"
16+
LABEL distribution-scope="public"
17+
LABEL version="1.2.0"
18+
1419
LABEL description="The bundle image for the rhtas-operator, containing manifests, metadata and testing scorecard."
1520
LABEL io.k8s.description="The bundle image for the rhtas-operator, containing manifests, metadata and testing scorecard."
1621
LABEL io.k8s.display-name="RHTAS operator bundle container image for Red Hat Trusted Artifact Signer."

0 commit comments

Comments
 (0)