Skip to content

Commit e79c5cf

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/29669227489
1 parent fc50a72 commit e79c5cf

7 files changed

Lines changed: 36 additions & 36 deletions

.tekton/odh-operator-bundle-v3-5-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
pipelinesascode.tekton.dev/max-keep-runs: "3"
1010
build.appstudio.openshift.io/build-nudge-files: "catalog/catalog-patch.yaml"
1111
pipelinesascode.tekton.dev/on-cel-expression: |
12-
"non-existent-file.non-existent-ext".pathChanged() && event == "push"
12+
event == "push"
1313
&& target_branch == "rhoai-3.5"
1414
&& ( "bundle/**".pathChanged() || ".tekton/odh-operator-bundle-v3-5-push.yaml".pathChanged() )
1515
&& files.all.exists(p, !p.matches('^bundle/bundle-patch\\.yaml$'))

.tekton/rhai-on-openshift-chart-v3-5-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
pipelinesascode.tekton.dev/cancel-in-progress: "false"
99
pipelinesascode.tekton.dev/max-keep-runs: "3"
1010
pipelinesascode.tekton.dev/on-cel-expression: |
11-
"non-existent-file.non-existent-ext".pathChanged() && event == "push"
11+
event == "push"
1212
&& target_branch == "rhoai-3.5"
1313
&& ( "helm/rhai-on-openshift-chart/**".pathChanged() || ".tekton/rhai-on-openshift-chart-v3-5-push.yaml".pathChanged() )
1414
labels:

.tekton/rhai-on-xks-chart-v3-5-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
pipelinesascode.tekton.dev/cancel-in-progress: "false"
99
pipelinesascode.tekton.dev/max-keep-runs: "3"
1010
pipelinesascode.tekton.dev/on-cel-expression: |
11-
"non-existent-file.non-existent-ext".pathChanged() && event == "push"
11+
event == "push"
1212
&& target_branch == "rhoai-3.5"
1313
&& ( "helm/rhai-on-xks-chart/**".pathChanged() || ".tekton/rhai-on-xks-chart-v3-5-push.yaml".pathChanged() )
1414
labels:

bundle/bundle_build_args.map

Lines changed: 7 additions & 7 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=f336cd312b751667e9d783bc527fd348b6d366fe
2+
ODH_RHEL9_OPERATOR_GIT_COMMIT=43336b5b0aedacc87770aa28315f7b39f5f62e9d
33
ODH_KSERVE_CONTROLLER_GIT_URL=https://github.com/red-hat-data-services/kserve
44
ODH_KSERVE_CONTROLLER_GIT_COMMIT=71544ab9d785ab72c4825a31da505cccea690baf
55
ODH_KF_NOTEBOOK_CONTROLLER_GIT_URL=https://github.com/red-hat-data-services/kubeflow
@@ -167,9 +167,9 @@ ODH_OPENVINO_MODEL_SERVER_GIT_COMMIT=9591069fe9b2a01cd3761d5d1e8e91c5b4ef0aa4
167167
ODH_PIPELINES_COMPONENTS_GIT_URL=https://github.com/red-hat-data-services/pipelines-components
168168
ODH_PIPELINES_COMPONENTS_GIT_COMMIT=0412064eb4b39606bbd1cf2f8d5b8d32d1a4369e
169169
ODH_PIPELINE_RUNTIME_DATASCIENCE_CPU_PY312_GIT_URL=https://github.com/red-hat-data-services/notebooks
170-
ODH_PIPELINE_RUNTIME_DATASCIENCE_CPU_PY312_GIT_COMMIT=09ec4faf6cb160261131b9b4d5975c5ca44fb0bc
170+
ODH_PIPELINE_RUNTIME_DATASCIENCE_CPU_PY312_GIT_COMMIT=468ad45299f82b5c44173bcb7b4c8b84d39de8ec
171171
ODH_PIPELINE_RUNTIME_MINIMAL_CPU_PY312_GIT_URL=https://github.com/red-hat-data-services/notebooks
172-
ODH_PIPELINE_RUNTIME_MINIMAL_CPU_PY312_GIT_COMMIT=09ec4faf6cb160261131b9b4d5975c5ca44fb0bc
172+
ODH_PIPELINE_RUNTIME_MINIMAL_CPU_PY312_GIT_COMMIT=468ad45299f82b5c44173bcb7b4c8b84d39de8ec
173173
ODH_PIPELINE_RUNTIME_PYTORCH_CUDA_PY312_GIT_URL=https://github.com/red-hat-data-services/notebooks
174174
ODH_PIPELINE_RUNTIME_PYTORCH_CUDA_PY312_GIT_COMMIT=09ec4faf6cb160261131b9b4d5975c5ca44fb0bc
175175
ODH_PIPELINE_RUNTIME_PYTORCH_LLMCOMPRESSOR_CUDA_PY312_GIT_URL=https://github.com/red-hat-data-services/notebooks
@@ -219,13 +219,13 @@ ODH_WORKBENCHES_OPERATOR_GIT_COMMIT=0336fa33b0eea0dd053394b9b925de3f6ebb54d1
219219
ODH_WORKBENCH_CODESERVER_DATASCIENCE_CPU_PY312_GIT_URL=https://github.com/red-hat-data-services/notebooks
220220
ODH_WORKBENCH_CODESERVER_DATASCIENCE_CPU_PY312_GIT_COMMIT=c51077abe25e96b6acb3487e1b572bced0d6973b
221221
ODH_WORKBENCH_JUPYTER_DATASCIENCE_CPU_PY312_GIT_URL=https://github.com/red-hat-data-services/notebooks
222-
ODH_WORKBENCH_JUPYTER_DATASCIENCE_CPU_PY312_GIT_COMMIT=09ec4faf6cb160261131b9b4d5975c5ca44fb0bc
222+
ODH_WORKBENCH_JUPYTER_DATASCIENCE_CPU_PY312_GIT_COMMIT=468ad45299f82b5c44173bcb7b4c8b84d39de8ec
223223
ODH_WORKBENCH_JUPYTER_MINIMAL_CPU_PY312_GIT_URL=https://github.com/red-hat-data-services/notebooks
224-
ODH_WORKBENCH_JUPYTER_MINIMAL_CPU_PY312_GIT_COMMIT=09ec4faf6cb160261131b9b4d5975c5ca44fb0bc
224+
ODH_WORKBENCH_JUPYTER_MINIMAL_CPU_PY312_GIT_COMMIT=468ad45299f82b5c44173bcb7b4c8b84d39de8ec
225225
ODH_WORKBENCH_JUPYTER_MINIMAL_CUDA_PY312_GIT_URL=https://github.com/red-hat-data-services/notebooks
226-
ODH_WORKBENCH_JUPYTER_MINIMAL_CUDA_PY312_GIT_COMMIT=09ec4faf6cb160261131b9b4d5975c5ca44fb0bc
226+
ODH_WORKBENCH_JUPYTER_MINIMAL_CUDA_PY312_GIT_COMMIT=468ad45299f82b5c44173bcb7b4c8b84d39de8ec
227227
ODH_WORKBENCH_JUPYTER_MINIMAL_ROCM_PY312_GIT_URL=https://github.com/red-hat-data-services/notebooks
228-
ODH_WORKBENCH_JUPYTER_MINIMAL_ROCM_PY312_GIT_COMMIT=09ec4faf6cb160261131b9b4d5975c5ca44fb0bc
228+
ODH_WORKBENCH_JUPYTER_MINIMAL_ROCM_PY312_GIT_COMMIT=468ad45299f82b5c44173bcb7b4c8b84d39de8ec
229229
ODH_WORKBENCH_JUPYTER_PYTORCH_CUDA_PY312_GIT_URL=https://github.com/red-hat-data-services/notebooks
230230
ODH_WORKBENCH_JUPYTER_PYTORCH_CUDA_PY312_GIT_COMMIT=09ec4faf6cb160261131b9b4d5975c5ca44fb0bc
231231
ODH_WORKBENCH_JUPYTER_PYTORCH_LLMCOMPRESSOR_CUDA_PY312_GIT_URL=https://github.com/red-hat-data-services/notebooks

bundle/manifests/rhods-operator.clusterserviceversion.yaml

Lines changed: 18 additions & 18 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:35add2aad4c81c0b0f28c71abcbc47ee34f649bf68e5fe157ddaffa3a8daebcb"
112-
createdAt: "2026-07-19T01:02:01Z"
111+
containerImage: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:acb85ee516839b0bf972d87d0c6feadf2e8547e8d07c8682d4224e4cad58a006"
112+
createdAt: "2026-07-19T01:51:23Z"
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"
@@ -2013,9 +2013,9 @@ spec:
20132013
- name: RELATED_IMAGE_ODH_PIPELINES_COMPONENTS_IMAGE
20142014
value: "registry.redhat.io/rhoai/odh-pipelines-components-rhel9@sha256:a0ec3b099bde22396fda6de2e5b3c04cf1387451746d141281a2d34e5a215c8d"
20152015
- name: RELATED_IMAGE_ODH_PIPELINE_RUNTIME_DATASCIENCE_CPU_PY312_IMAGE
2016-
value: "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:ff4c510d7e93dfe37a49f8e93597b47974847d243507460249725e715d0e4198"
2016+
value: "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:26341b83cf1461dff1870b460c7c6c182c75bca1185d657be974911c6edf1fec"
20172017
- name: RELATED_IMAGE_ODH_PIPELINE_RUNTIME_MINIMAL_CPU_PY312_IMAGE
2018-
value: "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:00b55f8999e7d6d7220370cdb669ec2532850b13d7757d6dfcace0869cb1624f"
2018+
value: "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:690f278c0850878c3be55dc9d08d2a760bde8300c510b35df6861a75a98206cc"
20192019
- name: RELATED_IMAGE_ODH_PIPELINE_RUNTIME_PYTORCH_CUDA_PY312_IMAGE
20202020
value: "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:2bd71aec6c091a4aa1b8dc15a611793c06655ae45811a59b69215aa7ef631b0a"
20212021
- name: RELATED_IMAGE_ODH_PIPELINE_RUNTIME_PYTORCH_LLMCOMPRESSOR_CUDA_PY312_IMAGE
@@ -2073,13 +2073,13 @@ spec:
20732073
- name: RELATED_IMAGE_ODH_WORKBENCH_CODESERVER_DATASCIENCE_CPU_PY312_IMAGE
20742074
value: "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:7bed3c48a8d3b48c40e499fecb3f28049633a2fe012da713e8802a75d8c7d918"
20752075
- name: RELATED_IMAGE_ODH_WORKBENCH_JUPYTER_DATASCIENCE_CPU_PY312_IMAGE
2076-
value: "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:793827d9966f614b168b7e8a75bfaa46801074871fd06c19a40aab693cd03e83"
2076+
value: "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:631b163a6e2346c2cb7aff82c925008a78a3b72f20a1f384bb7cdb3403247c7d"
20772077
- name: RELATED_IMAGE_ODH_WORKBENCH_JUPYTER_MINIMAL_CPU_PY312_IMAGE
2078-
value: "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e7a78ba06140238e9df36f0f9e96039b6ca9fbf00c3c2119d94f3b2c028c5e59"
2078+
value: "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:beff5bf96a9c841b8f6e88773b1b101209acd923bed054753c08c72f0b97c797"
20792079
- name: RELATED_IMAGE_ODH_WORKBENCH_JUPYTER_MINIMAL_CUDA_PY312_IMAGE
2080-
value: "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:8be53cb31f51cd20cb187de05b36d415e265e74937cc5487a784973b6fca1fac"
2080+
value: "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:299ec95a274c7d80214910fa2ead2e8b8dcfaea46e4d4b05a0c219844bdda136"
20812081
- name: RELATED_IMAGE_ODH_WORKBENCH_JUPYTER_MINIMAL_ROCM_PY312_IMAGE
2082-
value: "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1f57ff7e2162b6892d9c41b7492bb5a6e599930bbad44b01675bd879f94e6628"
2082+
value: "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:bd9df4abcd1ade1db2c367894395582d8b122a1f30ecdacb6c945c1e2fe052d6"
20832083
- name: RELATED_IMAGE_ODH_WORKBENCH_JUPYTER_PYTORCH_CUDA_PY312_IMAGE
20842084
value: "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:0d64f0c61dff164760f50466c135b620dd4ce8d9350c9d8bbd55aba1586b106f"
20852085
- name: RELATED_IMAGE_ODH_WORKBENCH_JUPYTER_PYTORCH_LLMCOMPRESSOR_CUDA_PY312_IMAGE
@@ -2182,7 +2182,7 @@ spec:
21822182
value: "0.19.1+rhaiv.8"
21832183
- name: RELATED_IMAGE_RHAII_VLLM_GAUDI_FAST_2_IMAGE_UPSTREAM_VERSION
21842184
value: "0.19.1+rhaiv.8"
2185-
image: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35add2aad4c81c0b0f28c71abcbc47ee34f649bf68e5fe157ddaffa3a8daebcb"
2185+
image: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:acb85ee516839b0bf972d87d0c6feadf2e8547e8d07c8682d4224e4cad58a006"
21862186
imagePullPolicy: Always
21872187
livenessProbe:
21882188
httpGet:
@@ -2231,7 +2231,7 @@ spec:
22312231
- -r
22322232
- /opt/manifests-template/.
22332233
- /opt/manifests/
2234-
image: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35add2aad4c81c0b0f28c71abcbc47ee34f649bf68e5fe157ddaffa3a8daebcb"
2234+
image: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:acb85ee516839b0bf972d87d0c6feadf2e8547e8d07c8682d4224e4cad58a006"
22352235
imagePullPolicy: Always
22362236
name: copy-manifests
22372237
resources:
@@ -2583,8 +2583,8 @@ spec:
25832583
type: MutatingAdmissionWebhook
25842584
webhookPath: /mutate-prometheus-monitors
25852585
relatedImages:
2586-
- name: odh-rhel9-operator-35add2aad4c81c0b0f28c71abcbc47ee34f649bf68e5fe157ddaffa3a8daebcb-annotation
2587-
image: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35add2aad4c81c0b0f28c71abcbc47ee34f649bf68e5fe157ddaffa3a8daebcb"
2586+
- name: odh-rhel9-operator-acb85ee516839b0bf972d87d0c6feadf2e8547e8d07c8682d4224e4cad58a006-annotation
2587+
image: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:acb85ee516839b0bf972d87d0c6feadf2e8547e8d07c8682d4224e4cad58a006"
25882588
- name: odh_ai_gateway_operator_image
25892589
image: "registry.redhat.io/rhoai/odh-ai-gateway-operator-rhel9@sha256:85f5a13f1cd9c88f7b4c984cf3dfaabe288e6f44b47167d3edcc868bffeb581a"
25902590
- name: odh_ai_gateway_payload_processing_e2e_image
@@ -2742,9 +2742,9 @@ spec:
27422742
- name: odh_pipelines_components_image
27432743
image: "registry.redhat.io/rhoai/odh-pipelines-components-rhel9@sha256:a0ec3b099bde22396fda6de2e5b3c04cf1387451746d141281a2d34e5a215c8d"
27442744
- name: odh_pipeline_runtime_datascience_cpu_py312_image
2745-
image: "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:ff4c510d7e93dfe37a49f8e93597b47974847d243507460249725e715d0e4198"
2745+
image: "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:26341b83cf1461dff1870b460c7c6c182c75bca1185d657be974911c6edf1fec"
27462746
- name: odh_pipeline_runtime_minimal_cpu_py312_image
2747-
image: "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:00b55f8999e7d6d7220370cdb669ec2532850b13d7757d6dfcace0869cb1624f"
2747+
image: "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:690f278c0850878c3be55dc9d08d2a760bde8300c510b35df6861a75a98206cc"
27482748
- name: odh_pipeline_runtime_pytorch_cuda_py312_image
27492749
image: "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:2bd71aec6c091a4aa1b8dc15a611793c06655ae45811a59b69215aa7ef631b0a"
27502750
- name: odh_pipeline_runtime_pytorch_llmcompressor_cuda_py312_image
@@ -2802,13 +2802,13 @@ spec:
28022802
- name: odh_workbench_codeserver_datascience_cpu_py312_image
28032803
image: "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:7bed3c48a8d3b48c40e499fecb3f28049633a2fe012da713e8802a75d8c7d918"
28042804
- name: odh_workbench_jupyter_datascience_cpu_py312_image
2805-
image: "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:793827d9966f614b168b7e8a75bfaa46801074871fd06c19a40aab693cd03e83"
2805+
image: "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:631b163a6e2346c2cb7aff82c925008a78a3b72f20a1f384bb7cdb3403247c7d"
28062806
- name: odh_workbench_jupyter_minimal_cpu_py312_image
2807-
image: "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e7a78ba06140238e9df36f0f9e96039b6ca9fbf00c3c2119d94f3b2c028c5e59"
2807+
image: "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:beff5bf96a9c841b8f6e88773b1b101209acd923bed054753c08c72f0b97c797"
28082808
- name: odh_workbench_jupyter_minimal_cuda_py312_image
2809-
image: "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:8be53cb31f51cd20cb187de05b36d415e265e74937cc5487a784973b6fca1fac"
2809+
image: "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:299ec95a274c7d80214910fa2ead2e8b8dcfaea46e4d4b05a0c219844bdda136"
28102810
- name: odh_workbench_jupyter_minimal_rocm_py312_image
2811-
image: "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1f57ff7e2162b6892d9c41b7492bb5a6e599930bbad44b01675bd879f94e6628"
2811+
image: "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:bd9df4abcd1ade1db2c367894395582d8b122a1f30ecdacb6c945c1e2fe052d6"
28122812
- name: odh_workbench_jupyter_pytorch_cuda_py312_image
28132813
image: "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:0d64f0c61dff164760f50466c135b620dd4ce8d9350c9d8bbd55aba1586b106f"
28142814
- name: odh_workbench_jupyter_pytorch_llmcompressor_cuda_py312_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:35add2aad4c81c0b0f28c71abcbc47ee34f649bf68e5fe157ddaffa3a8daebcb" # image is updated during Helm chart build by konflux
22+
image: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:acb85ee516839b0bf972d87d0c6feadf2e8547e8d07c8682d4224e4cad58a006" # image is updated during Helm chart build by konflux
2323
# Image pull policy
2424
imagePullPolicy: Always
2525
# Number of operator replicas
@@ -287,7 +287,7 @@ azure:
287287
# Cloud Manager operator namespace
288288
namespace: rhai-cloudmanager-system
289289
# Cloud Manager container image
290-
image: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35add2aad4c81c0b0f28c71abcbc47ee34f649bf68e5fe157ddaffa3a8daebcb"
290+
image: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:acb85ee516839b0bf972d87d0c6feadf2e8547e8d07c8682d4224e4cad58a006"
291291
# Image pull policy
292292
imagePullPolicy: Always
293293
# Number of cloud manager replicas
@@ -327,7 +327,7 @@ coreweave:
327327
# Cloud Manager operator namespace
328328
namespace: rhai-cloudmanager-system
329329
# Cloud Manager container image
330-
image: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35add2aad4c81c0b0f28c71abcbc47ee34f649bf68e5fe157ddaffa3a8daebcb"
330+
image: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:acb85ee516839b0bf972d87d0c6feadf2e8547e8d07c8682d4224e4cad58a006"
331331
# Image pull policy
332332
imagePullPolicy: Always
333333
# Number of cloud manager replicas
@@ -367,7 +367,7 @@ aws:
367367
# Cloud Manager operator namespace
368368
namespace: rhai-cloudmanager-system
369369
# Cloud Manager container image
370-
image: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35add2aad4c81c0b0f28c71abcbc47ee34f649bf68e5fe157ddaffa3a8daebcb"
370+
image: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:acb85ee516839b0bf972d87d0c6feadf2e8547e8d07c8682d4224e4cad58a006"
371371
# Image pull policy
372372
imagePullPolicy: Always
373373
# 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:35add2aad4c81c0b0f28c71abcbc47ee34f649bf68e5fe157ddaffa3a8daebcb"
2+
image: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:acb85ee516839b0bf972d87d0c6feadf2e8547e8d07c8682d4224e4cad58a006"
33
relatedImages:
44
- name: RELATED_IMAGE_ODH_KSERVE_AGENT_IMAGE
55
value: "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:9146dc43e6c431943b9729734a3f71c09487dacb4e194c8fd4c854095485ed20"
@@ -123,12 +123,12 @@ hooks:
123123

124124
azure:
125125
cloudManager:
126-
image: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35add2aad4c81c0b0f28c71abcbc47ee34f649bf68e5fe157ddaffa3a8daebcb"
126+
image: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:acb85ee516839b0bf972d87d0c6feadf2e8547e8d07c8682d4224e4cad58a006"
127127

128128
coreweave:
129129
cloudManager:
130-
image: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35add2aad4c81c0b0f28c71abcbc47ee34f649bf68e5fe157ddaffa3a8daebcb"
130+
image: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:acb85ee516839b0bf972d87d0c6feadf2e8547e8d07c8682d4224e4cad58a006"
131131

132132
aws:
133133
cloudManager:
134-
image: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35add2aad4c81c0b0f28c71abcbc47ee34f649bf68e5fe157ddaffa3a8daebcb"
134+
image: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:acb85ee516839b0bf972d87d0c6feadf2e8547e8d07c8682d4224e4cad58a006"

0 commit comments

Comments
 (0)