Skip to content

Commit 74e1df4

Browse files
author
Openshift-AI DevOps
committed
Updating the bundle-csv and helm chart values with latest images
https://github.com/red-hat-data-services/RHOAI-Build-Config/actions/runs/29970798967
1 parent 479d6eb commit 74e1df4

5 files changed

Lines changed: 57 additions & 21 deletions

File tree

bundle/bundle_build_args.map

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ODH_RHEL9_OPERATOR_GIT_URL=https://github.com/red-hat-data-services/rhods-operator
2-
ODH_RHEL9_OPERATOR_GIT_COMMIT=13ebea4e113f3e293519f0717f06c59e2061c43e
2+
ODH_RHEL9_OPERATOR_GIT_COMMIT=dba01598e50346c963af789b31cee676d70bbd60
33
ODH_KSERVE_CONTROLLER_GIT_URL=https://github.com/red-hat-data-services/kserve
44
ODH_KSERVE_CONTROLLER_GIT_COMMIT=be8c9f51fefb2166af8b7438dc2025b212cafbf5
55
ODH_KF_NOTEBOOK_CONTROLLER_GIT_URL=https://github.com/red-hat-data-services/kubeflow
@@ -19,7 +19,7 @@ ODH_MODEL_REGISTRY_OPERATOR_GIT_COMMIT=4918619c6baf437f9f3052a5daf8bd4aee008f44
1919
ODH_DASHBOARD_GIT_URL=https://github.com/red-hat-data-services/odh-dashboard
2020
ODH_DASHBOARD_GIT_COMMIT=5eb37da27f74272104db3986a4b3e4a1d21cd7d0
2121
ODH_DASHBOARD_OPERATOR_GIT_URL=https://github.com/red-hat-data-services/odh-dashboard
22-
ODH_DASHBOARD_OPERATOR_GIT_COMMIT=5eb37da27f74272104db3986a4b3e4a1d21cd7d0
22+
ODH_DASHBOARD_OPERATOR_GIT_COMMIT=c571556db277d29c87d33777a845fee366805627
2323
ODH_TRAINING_OPERATOR_GIT_URL=https://github.com/red-hat-data-services/training-operator
2424
ODH_TRAINING_OPERATOR_GIT_COMMIT=ce3a66c2bbd69e9c66445e09ba397be6ae684819
2525
ODH_FEAST_OPERATOR_GIT_URL=https://github.com/red-hat-data-services/feast
@@ -31,7 +31,7 @@ ODH_MLFLOW_OPERATOR_GIT_COMMIT=58139bd2fd4206c0235c3fbdd5fa342ccda5bb91
3131
ODH_MAAS_API_GIT_URL=https://github.com/red-hat-data-services/models-as-a-service
3232
ODH_MAAS_API_GIT_COMMIT=d1b5d4015bbb4523e90d6187b0a0c0e6d0ae0977
3333
ODH_SPARK_OPERATOR_GIT_URL=https://github.com/red-hat-data-services/spark-operator
34-
ODH_SPARK_OPERATOR_GIT_COMMIT=7b15494e3af5a29e599adde04e7d612759de1122
34+
ODH_SPARK_OPERATOR_GIT_COMMIT=6d3f9debbc66da521848fe04c513f2312721849c
3535
ODH_WORKLOAD_VARIANT_AUTOSCALER_CONTROLLER_GIT_URL=https://github.com/red-hat-data-services/workload-variant-autoscaler
3636
ODH_WORKLOAD_VARIANT_AUTOSCALER_CONTROLLER_GIT_COMMIT=afbd315771e76abecc9be938d8e0eff255002653
3737
ODH_OGX_K8S_OPERATOR_GIT_URL=https://github.com/red-hat-data-services/ogx-k8s-operator

bundle/manifests/datasciencecluster.opendatahub.io_datascienceclusters.yaml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1961,6 +1961,24 @@ spec:
19611961
- name
19621962
x-kubernetes-list-type: map
19631963
type: object
1964+
batchGateway:
1965+
description: BatchGateway submodule status (submodule of AIGateway).
1966+
properties:
1967+
managementState:
1968+
description: |-
1969+
Set to one of the following values:
1970+
1971+
- "Managed" : the operator is actively managing the component and trying to keep it active.
1972+
It will only upgrade the component if it is safe to do so
1973+
1974+
- "Removed" : the operator is actively managing the component and will not install it,
1975+
or if it is installed, the operator will try to remove it
1976+
enum:
1977+
- Managed
1978+
- Removed
1979+
pattern: ^(Managed|Unmanaged|Force|Removed)$
1980+
type: string
1981+
type: object
19641982
dashboard:
19651983
description: Dashboard component status.
19661984
properties:
@@ -2240,6 +2258,24 @@ spec:
22402258
- name
22412259
x-kubernetes-list-type: map
22422260
type: object
2261+
modelsAsAService:
2262+
description: ModelsAsAService submodule status (submodule of AIGateway).
2263+
properties:
2264+
managementState:
2265+
description: |-
2266+
Set to one of the following values:
2267+
2268+
- "Managed" : the operator is actively managing the component and trying to keep it active.
2269+
It will only upgrade the component if it is safe to do so
2270+
2271+
- "Removed" : the operator is actively managing the component and will not install it,
2272+
or if it is installed, the operator will try to remove it
2273+
enum:
2274+
- Managed
2275+
- Removed
2276+
pattern: ^(Managed|Unmanaged|Force|Removed)$
2277+
type: string
2278+
type: object
22432279
ogx:
22442280
description: OGX component status.
22452281
properties:

bundle/manifests/rhods-operator.clusterserviceversion.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ metadata:
108108
capabilities: Full Lifecycle
109109
categories: AI/Machine Learning, Big Data
110110
certified: "False"
111-
containerImage: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c5d39dfaf20d68308f3222a903fd00eb66a71251a795b4e49febd9ca6cbb46bd"
112-
createdAt: "2026-07-22T23:54:09Z"
111+
containerImage: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:2f3dba244c947e619eeae5b678c42bca2942953122e08a32987e5784996bdbfb"
112+
createdAt: "2026-07-23T01:04:33Z"
113113
description: Operator for deployment and management of Red Hat OpenShift AI
114114
features.operators.openshift.io/cnf: "false"
115115
features.operators.openshift.io/cni: "false"
@@ -1875,7 +1875,7 @@ spec:
18751875
- name: RELATED_IMAGE_ODH_DASHBOARD_IMAGE
18761876
value: "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:42529854843698078b27da3a236ce2fe91cb59558df650c3895104ab4b8b8560"
18771877
- name: RELATED_IMAGE_ODH_DASHBOARD_OPERATOR_IMAGE
1878-
value: "registry.redhat.io/rhoai/odh-dashboard-operator-rhel9@sha256:c9b56107ddf3aecb2d9917553a6c455e09fe2777597dccd927fae12725aafca2"
1878+
value: "registry.redhat.io/rhoai/odh-dashboard-operator-rhel9@sha256:bce267f00d460179bb2835d668503307a6d72b50367095245fe65dfe8217206f"
18791879
- name: RELATED_IMAGE_ODH_DATA_SCIENCE_PIPELINES_ARGO_ARGOEXEC_IMAGE
18801880
value: "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:f9d5d0d6ca25abc9cc577575c31d824a804577ffda8db31fddcc41c6ba07ac83"
18811881
- name: RELATED_IMAGE_ODH_DATA_SCIENCE_PIPELINES_ARGO_WORKFLOWCONTROLLER_IMAGE
@@ -2029,7 +2029,7 @@ spec:
20292029
- name: RELATED_IMAGE_ODH_RHAII_VALIDATOR_TOOLS_IMAGE
20302030
value: "registry.redhat.io/rhoai/odh-rhaii-validator-tools-rhel9@sha256:77afc9477ace481de720faa8d70c1fbd3ea711db1047995d34490f8f764bc73a"
20312031
- name: RELATED_IMAGE_ODH_SPARK_OPERATOR_IMAGE
2032-
value: "registry.redhat.io/rhoai/odh-spark-operator-rhel9@sha256:ed4c5b91b0270bb275cdde471fbe98d9af245c5f643499885e825da6912879ad"
2032+
value: "registry.redhat.io/rhoai/odh-spark-operator-rhel9@sha256:adcd58385d597ebafe933b6842a29abad25dc18c4e91321a3d78eae49daa56f9"
20332033
- name: RELATED_IMAGE_ODH_TA_LMES_DRIVER_IMAGE
20342034
value: "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e6a1c3e08e743ca26ea043c5eb5de3089a4aaed22451d68631a2c2e1aa78289a"
20352035
- name: RELATED_IMAGE_ODH_TA_LMES_JOB_IMAGE
@@ -2180,7 +2180,7 @@ spec:
21802180
value: "0.19.1+rhaiv.8"
21812181
- name: RELATED_IMAGE_RHAII_VLLM_GAUDI_FAST_2_IMAGE_UPSTREAM_VERSION
21822182
value: "0.19.1+rhaiv.8"
2183-
image: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c5d39dfaf20d68308f3222a903fd00eb66a71251a795b4e49febd9ca6cbb46bd"
2183+
image: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:2f3dba244c947e619eeae5b678c42bca2942953122e08a32987e5784996bdbfb"
21842184
imagePullPolicy: Always
21852185
livenessProbe:
21862186
httpGet:
@@ -2229,7 +2229,7 @@ spec:
22292229
- -r
22302230
- /opt/manifests-template/.
22312231
- /opt/manifests/
2232-
image: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c5d39dfaf20d68308f3222a903fd00eb66a71251a795b4e49febd9ca6cbb46bd"
2232+
image: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:2f3dba244c947e619eeae5b678c42bca2942953122e08a32987e5784996bdbfb"
22332233
imagePullPolicy: Always
22342234
name: copy-manifests
22352235
resources:
@@ -2581,8 +2581,8 @@ spec:
25812581
type: MutatingAdmissionWebhook
25822582
webhookPath: /mutate-prometheus-monitors
25832583
relatedImages:
2584-
- name: odh-rhel9-operator-c5d39dfaf20d68308f3222a903fd00eb66a71251a795b4e49febd9ca6cbb46bd-annotation
2585-
image: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c5d39dfaf20d68308f3222a903fd00eb66a71251a795b4e49febd9ca6cbb46bd"
2584+
- name: odh-rhel9-operator-2f3dba244c947e619eeae5b678c42bca2942953122e08a32987e5784996bdbfb-annotation
2585+
image: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:2f3dba244c947e619eeae5b678c42bca2942953122e08a32987e5784996bdbfb"
25862586
- name: odh_ai_gateway_operator_image
25872587
image: "registry.redhat.io/rhoai/odh-ai-gateway-operator-rhel9@sha256:99f901a1cc00e781a7604c852a741bbf60fe85f896692cb632fee5ca7323315c"
25882588
- name: odh_ai_gateway_payload_processing_e2e_image
@@ -2602,7 +2602,7 @@ spec:
26022602
- name: odh_dashboard_image
26032603
image: "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:42529854843698078b27da3a236ce2fe91cb59558df650c3895104ab4b8b8560"
26042604
- name: odh_dashboard_operator_image
2605-
image: "registry.redhat.io/rhoai/odh-dashboard-operator-rhel9@sha256:c9b56107ddf3aecb2d9917553a6c455e09fe2777597dccd927fae12725aafca2"
2605+
image: "registry.redhat.io/rhoai/odh-dashboard-operator-rhel9@sha256:bce267f00d460179bb2835d668503307a6d72b50367095245fe65dfe8217206f"
26062606
- name: odh_data_science_pipelines_argo_argoexec_image
26072607
image: "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:f9d5d0d6ca25abc9cc577575c31d824a804577ffda8db31fddcc41c6ba07ac83"
26082608
- name: odh_data_science_pipelines_argo_workflowcontroller_image
@@ -2756,7 +2756,7 @@ spec:
27562756
- name: odh_rhaii_validator_tools_image
27572757
image: "registry.redhat.io/rhoai/odh-rhaii-validator-tools-rhel9@sha256:77afc9477ace481de720faa8d70c1fbd3ea711db1047995d34490f8f764bc73a"
27582758
- name: odh_spark_operator_image
2759-
image: "registry.redhat.io/rhoai/odh-spark-operator-rhel9@sha256:ed4c5b91b0270bb275cdde471fbe98d9af245c5f643499885e825da6912879ad"
2759+
image: "registry.redhat.io/rhoai/odh-spark-operator-rhel9@sha256:adcd58385d597ebafe933b6842a29abad25dc18c4e91321a3d78eae49daa56f9"
27602760
- name: odh_ta_lmes_driver_image
27612761
image: "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e6a1c3e08e743ca26ea043c5eb5de3089a4aaed22451d68631a2c2e1aa78289a"
27622762
- name: odh_ta_lmes_job_image

helm/rhai-on-xks-chart/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ rhaiOperator:
1919
namespace: redhat-ods-operator
2020
applicationsNamespace: redhat-ods-applications
2121
# Manager container image
22-
image: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c5d39dfaf20d68308f3222a903fd00eb66a71251a795b4e49febd9ca6cbb46bd" # image is updated during Helm chart build by konflux
22+
image: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:2f3dba244c947e619eeae5b678c42bca2942953122e08a32987e5784996bdbfb" # image is updated during Helm chart build by konflux
2323
# Image pull policy
2424
imagePullPolicy: Always
2525
# Number of operator replicas
@@ -285,7 +285,7 @@ azure:
285285
# Cloud Manager operator namespace
286286
namespace: rhai-cloudmanager-system
287287
# Cloud Manager container image
288-
image: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c5d39dfaf20d68308f3222a903fd00eb66a71251a795b4e49febd9ca6cbb46bd"
288+
image: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:2f3dba244c947e619eeae5b678c42bca2942953122e08a32987e5784996bdbfb"
289289
# Image pull policy
290290
imagePullPolicy: Always
291291
# Number of cloud manager replicas
@@ -325,7 +325,7 @@ coreweave:
325325
# Cloud Manager operator namespace
326326
namespace: rhai-cloudmanager-system
327327
# Cloud Manager container image
328-
image: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c5d39dfaf20d68308f3222a903fd00eb66a71251a795b4e49febd9ca6cbb46bd"
328+
image: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:2f3dba244c947e619eeae5b678c42bca2942953122e08a32987e5784996bdbfb"
329329
# Image pull policy
330330
imagePullPolicy: Always
331331
# Number of cloud manager replicas
@@ -365,7 +365,7 @@ aws:
365365
# Cloud Manager operator namespace
366366
namespace: rhai-cloudmanager-system
367367
# Cloud Manager container image
368-
image: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c5d39dfaf20d68308f3222a903fd00eb66a71251a795b4e49febd9ca6cbb46bd"
368+
image: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:2f3dba244c947e619eeae5b678c42bca2942953122e08a32987e5784996bdbfb"
369369
# Image pull policy
370370
imagePullPolicy: Always
371371
# Number of cloud manager replicas

helm/xks-values-patch.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
rhaiOperator:
2-
image: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c5d39dfaf20d68308f3222a903fd00eb66a71251a795b4e49febd9ca6cbb46bd"
2+
image: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:2f3dba244c947e619eeae5b678c42bca2942953122e08a32987e5784996bdbfb"
33
relatedImages:
44
- name: RELATED_IMAGE_ODH_KSERVE_AGENT_IMAGE
55
value: "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:84c1967fbad41478b82a939d246eae858835b0804a33377d93e6030c83630d41"
@@ -121,12 +121,12 @@ hooks:
121121

122122
azure:
123123
cloudManager:
124-
image: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c5d39dfaf20d68308f3222a903fd00eb66a71251a795b4e49febd9ca6cbb46bd"
124+
image: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:2f3dba244c947e619eeae5b678c42bca2942953122e08a32987e5784996bdbfb"
125125

126126
coreweave:
127127
cloudManager:
128-
image: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c5d39dfaf20d68308f3222a903fd00eb66a71251a795b4e49febd9ca6cbb46bd"
128+
image: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:2f3dba244c947e619eeae5b678c42bca2942953122e08a32987e5784996bdbfb"
129129

130130
aws:
131131
cloudManager:
132-
image: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c5d39dfaf20d68308f3222a903fd00eb66a71251a795b4e49febd9ca6cbb46bd"
132+
image: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:2f3dba244c947e619eeae5b678c42bca2942953122e08a32987e5784996bdbfb"

0 commit comments

Comments
 (0)