Skip to content

Commit

Permalink
Updating the bundle-csv with latest images
Browse files Browse the repository at this point in the history
  • Loading branch information
Openshift-AI DevOps committed Nov 1, 2024
1 parent 229417e commit 9f65d2f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
7 changes: 4 additions & 3 deletions .tekton/odh-operator-bundle-v2-16-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ metadata:
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
pipelinesascode.tekton.dev/max-keep-runs: "3"
build.appstudio.openshift.io/build-nudge-files: "catalog/catalog-patch.yaml"
pipelinesascode.tekton.dev/on-cel-expression: 'event == "push" && target_branch
== "rhoai-2.16" && ( "bundle/**".pathChanged() || ".tekton/odh-operator-bundle-v2-16-push.yaml".pathChanged()
) && !"bundle/bundle-patch.yaml".pathChanged() && !".github/workflows/**".pathChanged()'
pipelinesascode.tekton.dev/on-cel-expression: '"non-existent-file.non-existent-ext".pathChanged()
&& event == "push" && target_branch == "rhoai-2.16" && ( "bundle/**".pathChanged()
|| ".tekton/odh-operator-bundle-v2-16-push.yaml".pathChanged() ) && !"bundle/bundle-patch.yaml".pathChanged()
&& !".github/workflows/**".pathChanged()'
creationTimestamp:
labels:
appstudio.openshift.io/application: rhoai-v2-16
Expand Down
2 changes: 1 addition & 1 deletion bundle/bundle_build_args.map
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ODH_RHEL8_OPERATOR_GIT_URL=https://github.com/red-hat-data-services/rhods-operator
ODH_RHEL8_OPERATOR_GIT_COMMIT=f7b8a57ab79d5071a0f30c254347530e517fc859
ODH_RHEL8_OPERATOR_GIT_COMMIT=a1d0f65c09576656f1364bdb18b013d3830d3ecb
ODH_KF_NOTEBOOK_CONTROLLER_GIT_URL=https://github.com/red-hat-data-services/kubeflow
ODH_KF_NOTEBOOK_CONTROLLER_GIT_COMMIT=5459b41616c7c897a429df733af2e2cac56c1473
ODH_NOTEBOOK_CONTROLLER_GIT_URL=https://github.com/red-hat-data-services/kubeflow
Expand Down
10 changes: 5 additions & 5 deletions bundle/manifests/rhods-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ metadata:
capabilities: Full Lifecycle
categories: AI/Machine Learning, Big Data
certified: "False"
containerImage: "registry.redhat.io/rhoai/odh-rhel8-operator@sha256:75ec60a910be899511b18ec1892dfd8f295bb4b63aebc3bcbeb0734def9d2be7"
createdAt: "2024-10-31T14:58:17Z"
containerImage: "registry.redhat.io/rhoai/odh-rhel8-operator@sha256:17304d42f47811530c2e43415118842c3cd98f749aae05953ad41b5abdddf68e"
createdAt: "2024-11-01T00:29:19Z"
operatorframework.io/initialization-resource: |-
{
"apiVersion": "datasciencecluster.opendatahub.io/v1",
Expand Down Expand Up @@ -1829,7 +1829,7 @@ spec:
value: "registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:7df12bb5ad0f0dfb7a29dd79d30d1bbd0949ddddde9c9c2a0acc5f091541cbbb"
command:
- /manager
image: "registry.redhat.io/rhoai/odh-rhel8-operator@sha256:75ec60a910be899511b18ec1892dfd8f295bb4b63aebc3bcbeb0734def9d2be7"
image: "registry.redhat.io/rhoai/odh-rhel8-operator@sha256:17304d42f47811530c2e43415118842c3cd98f749aae05953ad41b5abdddf68e"
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -1961,8 +1961,8 @@ spec:
type: ValidatingAdmissionWebhook
webhookPath: /validate-opendatahub-io-v1
relatedImages:
- name: odh-rhel8-operator-75ec60a910be899511b18ec1892dfd8f295bb4b63aebc3bcbeb0734def9d2be7-annotation
image: "registry.redhat.io/rhoai/odh-rhel8-operator@sha256:75ec60a910be899511b18ec1892dfd8f295bb4b63aebc3bcbeb0734def9d2be7"
- name: odh-rhel8-operator-17304d42f47811530c2e43415118842c3cd98f749aae05953ad41b5abdddf68e-annotation
image: "registry.redhat.io/rhoai/odh-rhel8-operator@sha256:17304d42f47811530c2e43415118842c3cd98f749aae05953ad41b5abdddf68e"
- name: ose-cli-75bf9b911b6481dcf29f7942240d1555adaa607eec7fc61bedb7f624f87c36d4-annotation
image: registry.redhat.io/openshift4/ose-cli@sha256:75bf9b911b6481dcf29f7942240d1555adaa607eec7fc61bedb7f624f87c36d4
- name: etcd-d3495b263b103681f1b09a558be43c21989bfc269eb90f84c2609042cebdc626-annotation
Expand Down
2 changes: 1 addition & 1 deletion schedule/bundle-tekton-trigger.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
31-10-2024 00:25:52:650
01-11-2024 00:29:19:588

0 comments on commit 9f65d2f

Please sign in to comment.