Skip to content

Commit a7c565d

Browse files
committed
Add OpenShift supported versions label
Add OCP supported versions label. Add relatedImages section in operator CSV. Change-Id: Ie48e34f7ee05811cbb3430641a38a0762fec9d19 Signed-off-by: VijayaRamarao Mellempudi <[email protected]>
1 parent 0cac98f commit a7c565d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

config/manifests/bases/aic-operator.clusterserviceversion.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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"
@@ -68,4 +68,9 @@ spec:
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

operator-bundle.Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v4
2323
LABEL operators.operatorframework.io.test.mediatype.v1=scorecard+v1
2424
LABEL 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.
2731
COPY bundle/manifests /manifests/
2832
COPY bundle/metadata /metadata/

0 commit comments

Comments
 (0)