Skip to content

Commit cb4e077

Browse files
author
Openshift-AI DevOps
committed
Updating the bundle-csv and helm chart values with latest images
1 parent 7005d4a commit cb4e077

4 files changed

Lines changed: 15 additions & 15 deletions

File tree

bundle/bundle_build_args.map

Lines changed: 1 addition & 1 deletion
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=3a6cff0d37c4f6840fe0417840917e8461a720ee
2+
ODH_RHEL9_OPERATOR_GIT_COMMIT=383552ed448dc4a46361e29a53bb6bf27a74cd40
33
ODH_KSERVE_CONTROLLER_GIT_URL=https://github.com/red-hat-data-services/kserve
44
ODH_KSERVE_CONTROLLER_GIT_COMMIT=14d1b2d06d87f6afff8231d7f2fd205d45537d4c
55
ODH_KF_NOTEBOOK_CONTROLLER_GIT_URL=https://github.com/red-hat-data-services/kubeflow

bundle/manifests/rhods-operator.clusterserviceversion.yaml

Lines changed: 6 additions & 6 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:eea76131985c3b7eef8b46da7b2ad6695e5db22f7ae29ddd78deaa8bb21e84aa"
112-
createdAt: "2026-07-10T17:10:48Z"
111+
containerImage: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:377374fbd6fe2e66ea77fb45fc4825ea483978de749227cb9d0953b9994fb6ba"
112+
createdAt: "2026-07-10T17:25:16Z"
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"
@@ -2154,7 +2154,7 @@ spec:
21542154
value: registry.redhat.io/rhaii/vllm-gaudi-rhel9@sha256:1adc51d99455d90f758d840cb3bb5747ed29585c1b0830c051f7fe5cca3471e6
21552155
- name: RELATED_IMAGE_RHAII_VLLM_GAUDI_FAST_2_IMAGE
21562156
value: registry.redhat.io/rhaii/vllm-gaudi-rhel9@sha256:1adc51d99455d90f758d840cb3bb5747ed29585c1b0830c051f7fe5cca3471e6
2157-
image: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eea76131985c3b7eef8b46da7b2ad6695e5db22f7ae29ddd78deaa8bb21e84aa"
2157+
image: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:377374fbd6fe2e66ea77fb45fc4825ea483978de749227cb9d0953b9994fb6ba"
21582158
imagePullPolicy: Always
21592159
livenessProbe:
21602160
httpGet:
@@ -2203,7 +2203,7 @@ spec:
22032203
- -r
22042204
- /opt/manifests-template/.
22052205
- /opt/manifests/
2206-
image: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eea76131985c3b7eef8b46da7b2ad6695e5db22f7ae29ddd78deaa8bb21e84aa"
2206+
image: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:377374fbd6fe2e66ea77fb45fc4825ea483978de749227cb9d0953b9994fb6ba"
22072207
imagePullPolicy: Always
22082208
name: copy-manifests
22092209
resources:
@@ -2555,8 +2555,8 @@ spec:
25552555
type: MutatingAdmissionWebhook
25562556
webhookPath: /mutate-prometheus-monitors
25572557
relatedImages:
2558-
- name: odh-rhel9-operator-eea76131985c3b7eef8b46da7b2ad6695e5db22f7ae29ddd78deaa8bb21e84aa-annotation
2559-
image: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eea76131985c3b7eef8b46da7b2ad6695e5db22f7ae29ddd78deaa8bb21e84aa"
2558+
- name: odh-rhel9-operator-377374fbd6fe2e66ea77fb45fc4825ea483978de749227cb9d0953b9994fb6ba-annotation
2559+
image: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:377374fbd6fe2e66ea77fb45fc4825ea483978de749227cb9d0953b9994fb6ba"
25602560
- name: odh_ai_gateway_operator_image
25612561
image: "registry.redhat.io/rhoai/odh-ai-gateway-operator-rhel9@sha256:634a68bb0dd750ffda4a22bd79f49b0604755e5396e922ddc2e428e4dfc40be3"
25622562
- name: odh_ai_gateway_payload_processing_e2e_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:eea76131985c3b7eef8b46da7b2ad6695e5db22f7ae29ddd78deaa8bb21e84aa" # image is updated during Helm chart build by konflux
22+
image: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:377374fbd6fe2e66ea77fb45fc4825ea483978de749227cb9d0953b9994fb6ba" # image is updated during Helm chart build by konflux
2323
# Image pull policy
2424
imagePullPolicy: Always
2525
# Number of operator replicas
@@ -149,7 +149,7 @@ azure:
149149
# Cloud Manager operator namespace
150150
namespace: rhai-cloudmanager-system
151151
# Cloud Manager container image
152-
image: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eea76131985c3b7eef8b46da7b2ad6695e5db22f7ae29ddd78deaa8bb21e84aa"
152+
image: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:377374fbd6fe2e66ea77fb45fc4825ea483978de749227cb9d0953b9994fb6ba"
153153
# Image pull policy
154154
imagePullPolicy: Always
155155
# Number of cloud manager replicas
@@ -189,7 +189,7 @@ coreweave:
189189
# Cloud Manager operator namespace
190190
namespace: rhai-cloudmanager-system
191191
# Cloud Manager container image
192-
image: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eea76131985c3b7eef8b46da7b2ad6695e5db22f7ae29ddd78deaa8bb21e84aa"
192+
image: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:377374fbd6fe2e66ea77fb45fc4825ea483978de749227cb9d0953b9994fb6ba"
193193
# Image pull policy
194194
imagePullPolicy: Always
195195
# Number of cloud manager replicas
@@ -229,7 +229,7 @@ aws:
229229
# Cloud Manager operator namespace
230230
namespace: rhai-cloudmanager-system
231231
# Cloud Manager container image
232-
image: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eea76131985c3b7eef8b46da7b2ad6695e5db22f7ae29ddd78deaa8bb21e84aa"
232+
image: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:377374fbd6fe2e66ea77fb45fc4825ea483978de749227cb9d0953b9994fb6ba"
233233
# Image pull policy
234234
imagePullPolicy: Always
235235
# 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:eea76131985c3b7eef8b46da7b2ad6695e5db22f7ae29ddd78deaa8bb21e84aa"
2+
image: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:377374fbd6fe2e66ea77fb45fc4825ea483978de749227cb9d0953b9994fb6ba"
33
relatedImages:
44
- name: RELATED_IMAGE_ODH_KSERVE_AGENT_IMAGE
55
value: "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:e80e629b127dd9f7cec4b7cc02941a003da798877c6cfae8f2086f24a0c58888"
@@ -49,12 +49,12 @@ hooks:
4949

5050
azure:
5151
cloudManager:
52-
image: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eea76131985c3b7eef8b46da7b2ad6695e5db22f7ae29ddd78deaa8bb21e84aa"
52+
image: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:377374fbd6fe2e66ea77fb45fc4825ea483978de749227cb9d0953b9994fb6ba"
5353

5454
coreweave:
5555
cloudManager:
56-
image: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eea76131985c3b7eef8b46da7b2ad6695e5db22f7ae29ddd78deaa8bb21e84aa"
56+
image: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:377374fbd6fe2e66ea77fb45fc4825ea483978de749227cb9d0953b9994fb6ba"
5757

5858
aws:
5959
cloudManager:
60-
image: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eea76131985c3b7eef8b46da7b2ad6695e5db22f7ae29ddd78deaa8bb21e84aa"
60+
image: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:377374fbd6fe2e66ea77fb45fc4825ea483978de749227cb9d0953b9994fb6ba"

0 commit comments

Comments
 (0)