Skip to content

Commit 0d979bc

Browse files
author
Openshift-AI DevOps
committed
Updating the bundle-csv with latest images
1 parent 9485264 commit 0d979bc

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ metadata:
77
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
88
pipelinesascode.tekton.dev/max-keep-runs: "3"
99
build.appstudio.openshift.io/build-nudge-files: "catalog/catalog-patch.yaml"
10-
pipelinesascode.tekton.dev/on-cel-expression: '"non-existent-file.non-existent-ext".pathChanged()
11-
&& event == "push" && target_branch == "rhoai-3.4" && ( "bundle/**".pathChanged()
12-
|| ".tekton/odh-operator-bundle-v3-4-push.yaml".pathChanged() ) && !"bundle/bundle-patch.yaml".pathChanged()
13-
&& !".github/workflows/**".pathChanged()'
10+
pipelinesascode.tekton.dev/on-cel-expression: 'event == "push" && target_branch
11+
== "rhoai-3.4" && ( "bundle/**".pathChanged() || ".tekton/odh-operator-bundle-v3-4-push.yaml".pathChanged()
12+
) && !"bundle/bundle-patch.yaml".pathChanged() && !".github/workflows/**".pathChanged()'
1413
labels:
1514
appstudio.openshift.io/application: rhoai-v3-4
1615
appstudio.openshift.io/component: odh-operator-bundle-v3-4

bundle/manifests/rhods-operator.clusterserviceversion.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ metadata:
9191
categories: AI/Machine Learning, Big Data
9292
certified: "False"
9393
containerImage: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c178a7640a9bab2bde15c7a79feae6083d79441de91a6c51a1bb79c45643624c"
94-
createdAt: "2026-02-13T00:57:34Z"
94+
createdAt: "2026-02-13T01:08:34Z"
9595
description: Operator for deployment and management of Red Hat OpenShift AI
9696
features.operators.openshift.io/cnf: "false"
9797
features.operators.openshift.io/cni: "false"
@@ -1918,7 +1918,7 @@ spec:
19181918
- name: RELATED_IMAGE_RHAIIS_VLLM_SPYRE_IMAGE
19191919
value: registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:80ae3e435a5be2c1f117f36599103ab05357917dd6e37f0df6613cb3ac2c13ea
19201920
- name: RELATED_IMAGE_ODH_PYTHON_312_IMAGE
1921-
value: registry.redhat.io/ubi9/python-312@sha256:a0a5885769d5a8c5123d3b15d5135b254541d4da8e7bc445d95e1c90595de470
1921+
value: registry.redhat.io/ubi9/python-312@sha256:bcdbab62d80f7dd88b4c2ce69a5cf8e9e1e367ac39b2e5d7f5d3f532d936ec80
19221922
- name: RELATED_IMAGE_PERSES_IMAGE
19231923
value: registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:e797cdb47beef40b04da7b6d645bca3dc32e6247003c45b56b38efd9e13bf01c
19241924
image: "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c178a7640a9bab2bde15c7a79feae6083d79441de91a6c51a1bb79c45643624c"
@@ -2596,6 +2596,6 @@ spec:
25962596
- name: rhaiis_vllm_spyre_image
25972597
image: registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:80ae3e435a5be2c1f117f36599103ab05357917dd6e37f0df6613cb3ac2c13ea
25982598
- name: odh_python_312_image
2599-
image: registry.redhat.io/ubi9/python-312@sha256:a0a5885769d5a8c5123d3b15d5135b254541d4da8e7bc445d95e1c90595de470
2599+
image: registry.redhat.io/ubi9/python-312@sha256:bcdbab62d80f7dd88b4c2ce69a5cf8e9e1e367ac39b2e5d7f5d3f532d936ec80
26002600
- name: perses_image
26012601
image: registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:e797cdb47beef40b04da7b6d645bca3dc32e6247003c45b56b38efd9e13bf01c

0 commit comments

Comments
 (0)