File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ metadata:
66 capabilities : Basic Install
77 categories : AI/Machine Learning, OpenShift Optional
88 certified : " false"
9- containerImage : ghcr.io/quic/cloud_ai_openshift_operator:test1
9+ containerImage : ghcr.io/quic/cloud_ai_openshift_operator@sha256:e0b58ba86208a185fd0978077d8e807e747393017e1bef57b72200e47bdd6888
1010 description : Automate the management of OpenShift Operator for Qualcomm AI 100
1111 accelerators.
1212 features.operators.openshift.io/cnf : " false"
6868 provider :
6969 name : Qualcomm Innovation Center, Inc.
7070 url : https://github.com/quic/aic-operator
71+ relatedImages :
72+ - image : ghcr.io/quic/cloud_ai_openshift_operator@sha256:e0b58ba86208a185fd0978077d8e807e747393017e1bef57b72200e47bdd6888
73+ name : cloud_ai_openshift_operator-e0b58ba86208a185fd0978077d8e807e747393017e1bef57b72200e47bdd6888
74+ - image : registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:b55f908e38695496011dbe334431cbdf5488c215f6850af3dffa528707c70a56
75+ name : ose-kube-rbac-proxy-b55f908e38695496011dbe334431cbdf5488c215f6850af3dffa528707c70a56
7176 version : 0.0.0
Original file line number Diff line number Diff line change @@ -23,6 +23,10 @@ LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v4
2323LABEL operators.operatorframework.io.test.mediatype.v1=scorecard+v1
2424LABEL operators.operatorframework.io.test.config.v1=tests/scorecard/
2525
26+ # Labels for certified-operators
27+ LABEL operatorframework.io/suggested-namespace=aic-operator-system
28+ LABEL com.redhat.openshift.versions="v4.12-v4.17"
29+
2630# Copy files to locations specified by labels.
2731COPY bundle/manifests /manifests/
2832COPY bundle/metadata /metadata/
You can’t perform that action at this time.
0 commit comments