File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -220,6 +220,8 @@ ARG ODH_MLSERVER_CUDA_GIT_URL=
220220ARG ODH_MLSERVER_CUDA_GIT_COMMIT=
221221ARG ODH_TRUSTYAI_SERVICE_GIT_URL=
222222ARG ODH_TRUSTYAI_SERVICE_GIT_COMMIT=
223+ ARG ODH_OGX_MODULE_OPERATOR_GIT_URL=
224+ ARG ODH_OGX_MODULE_OPERATOR_GIT_COMMIT=
223225# Core bundle labels.
224226LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
225227LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
@@ -451,7 +453,9 @@ LABEL \
451453 odh-mlserver-cuda.git.url="${ODH_MLSERVER_CUDA_GIT_URL}" \
452454 odh-mlserver-cuda.git.commit="${ODH_MLSERVER_CUDA_GIT_COMMIT}" \
453455 odh-trustyai-service.git.url="${ODH_TRUSTYAI_SERVICE_GIT_URL}" \
454- odh-trustyai-service.git.commit="${ODH_TRUSTYAI_SERVICE_GIT_COMMIT}"
456+ odh-trustyai-service.git.commit="${ODH_TRUSTYAI_SERVICE_GIT_COMMIT}" \
457+ odh-ogx-module-operator.git.url="${ODH_OGX_MODULE_OPERATOR_GIT_URL}" \
458+ odh-ogx-module-operator.git.commit="${ODH_OGX_MODULE_OPERATOR_GIT_COMMIT}"
455459# Copy files to locations specified by labels.
456460
457461LABEL com.redhat.component="odh-operator-bundle" \
Original file line number Diff line number Diff line change @@ -241,6 +241,8 @@ patch:
241241 value : quay.io/rhoai/odh-mlserver-cuda-rhel9@sha256:40e74a1b44e0252ba3986fc01102dcff0e7f300c564cba0b04e4a3d0bc95df50
242242 - name : RELATED_IMAGE_ODH_TRUSTYAI_SERVICE_IMAGE
243243 value : quay.io/rhoai/odh-trustyai-service-rhel9@sha256:f4f91c346cc14c4fae366db7c54dfe25a4730f0caed47a2216b9fe3d51da0c4c
244+ - name : RELATED_IMAGE_ODH_OGX_MODULE_OPERATOR_IMAGE
245+ value : quay.io/rhoai/odh-ogx-module-operator-rhel9@sha256:ad2a297c6afc729f30e211931f086878c75d6af94b4e867da58488039f0a2ea3
244246 additional-related-images :
245247 file : additional-images-patch.yaml
246248 additional-fields :
Original file line number Diff line number Diff line change @@ -121,6 +121,7 @@ config:
121121 rhoai/odh-kserve-module-operator-rhel9 : rhoai/odh-kserve-module-operator-rhel9
122122 rhoai/odh-feast-module-operator-rhel9 : rhoai/odh-feast-module-operator-rhel9
123123 rhoai/odh-mlserver-cuda-rhel9 : rhoai/odh-mlserver-cuda-rhel9
124+ rhoai/odh-ogx-module-operator-rhel9 : rhoai/odh-ogx-module-operator-rhel9
124125 supported-ocp-versions :
125126 build :
126127 - name : v4.19
You can’t perform that action at this time.
0 commit comments