Skip to content

Commit 678ac10

Browse files
authored
Merge pull request #27425 from red-hat-data-services/RHOAIENG-78494
Add odh-ogx-module-operator to bundle relatedImages
2 parents dca90eb + 9f25665 commit 678ac10

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

bundle/Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,8 @@ ARG ODH_MLSERVER_CUDA_GIT_URL=
220220
ARG ODH_MLSERVER_CUDA_GIT_COMMIT=
221221
ARG ODH_TRUSTYAI_SERVICE_GIT_URL=
222222
ARG 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.
224226
LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
225227
LABEL 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

457461
LABEL com.redhat.component="odh-operator-bundle" \

bundle/bundle-patch.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

config/build-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)