Skip to content

Commit 9b349f4

Browse files
authored
Merge pull request #27430 from red-hat-data-services/revert-27425-RHOAIENG-78494
Revert "Add odh-ogx-module-operator to bundle relatedImages"
2 parents 87628b2 + 1441de1 commit 9b349f4

3 files changed

Lines changed: 1 addition & 8 deletions

File tree

bundle/Dockerfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,6 @@ 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=
225223
# Core bundle labels.
226224
LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
227225
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
@@ -453,9 +451,7 @@ LABEL \
453451
odh-mlserver-cuda.git.url="${ODH_MLSERVER_CUDA_GIT_URL}" \
454452
odh-mlserver-cuda.git.commit="${ODH_MLSERVER_CUDA_GIT_COMMIT}" \
455453
odh-trustyai-service.git.url="${ODH_TRUSTYAI_SERVICE_GIT_URL}" \
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}"
454+
odh-trustyai-service.git.commit="${ODH_TRUSTYAI_SERVICE_GIT_COMMIT}"
459455
# Copy files to locations specified by labels.
460456

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

bundle/bundle-patch.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,6 @@ 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
246244
additional-related-images:
247245
file: additional-images-patch.yaml
248246
additional-fields:

config/build-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ 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
125124
supported-ocp-versions:
126125
build:
127126
- name: v4.19

0 commit comments

Comments
 (0)