File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ metadata:
1010 build.appstudio.openshift.io/build-nudge-files : " catalog/catalog-patch.yaml"
1111 pipelinesascode.tekton.dev/on-cel-expression : |
1212 event == "push"
13- && target_branch == "rhoai-3.5 "
14- && ( "bundle/**".pathChanged() || ".tekton/odh-operator-bundle-v3-5 -push.yaml".pathChanged() )
13+ && target_branch == "rhoai-3.6-ea.1 "
14+ && ( "bundle/**".pathChanged() || ".tekton/odh-operator-bundle-v3-6-ea-1 -push.yaml".pathChanged() )
1515 && files.all.exists(p, !p.matches('^bundle/bundle-patch\\.yaml$'))
1616 labels :
17- appstudio.openshift.io/application : rhoai-v3-5
18- appstudio.openshift.io/component : odh-operator-bundle-v3-5
17+ appstudio.openshift.io/application : rhoai-v3-6-ea-1
18+ appstudio.openshift.io/component : odh-operator-bundle-v3-6-ea-1
1919 pipelines.appstudio.openshift.io/type : build
20- name : odh-operator-bundle-v3-5 -on-push
20+ name : odh-operator-bundle-v3-6-ea-1 -on-push
2121 namespace : rhoai-tenant
2222spec :
2323 params :
3131 - name : output-image
3232 value : quay.io/rhoai/odh-operator-bundle:{{target_branch}}
3333 - name : rhoai-version
34- value : " 3.5.0 "
34+ value : " 3.6.0-ea.1 "
3535 - name : dockerfile
3636 value : bundle/Dockerfile
3737 - name : path-context
5454 - name : pathInRepo
5555 value : pipelines/container-build.yaml
5656 taskRunTemplate :
57- serviceAccountName : build-pipeline-odh-operator-bundle-v3-5
57+ serviceAccountName : build-pipeline-odh-operator-bundle-v3-6-ea-1
5858 workspaces :
5959 - name : git-auth
6060 secret :
Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ metadata:
1010 build.appstudio.openshift.io/build-nudge-files : " schedule/catalog-github-trigger.txt"
1111 pipelinesascode.tekton.dev/on-cel-expression : |
1212 event == "push"
13- && target_branch == "rhoai-3.5 "
13+ && target_branch == "rhoai-3.6-ea.1 "
1414 && "schedule/bundle-tekton-trigger.txt".pathChanged()
1515 labels :
16- appstudio.openshift.io/application : rhoai-v3-5
17- appstudio.openshift.io/component : odh-operator-bundle-v3-5
16+ appstudio.openshift.io/application : rhoai-v3-6-ea-1
17+ appstudio.openshift.io/component : odh-operator-bundle-v3-6-ea-1
1818 pipelines.appstudio.openshift.io/type : build
19- name : odh-operator-bundle-v3-5 -on-schedule
19+ name : odh-operator-bundle-v3-6-ea-1 -on-schedule
2020 namespace : rhoai-tenant
2121spec :
2222 params :
3131 - name : output-image
3232 value : quay.io/rhoai/odh-operator-bundle:{{target_branch}}
3333 - name : rhoai-version
34- value : " 3.5.0 "
34+ value : " 3.6.0-ea.1 "
3535 - name : dockerfile
3636 value : bundle/Dockerfile
3737 - name : path-context
5454 - name : pathInRepo
5555 value : pipelines/container-build.yaml
5656 taskRunTemplate :
57- serviceAccountName : build-pipeline-odh-operator-bundle-v3-5
57+ serviceAccountName : build-pipeline-odh-operator-bundle-v3-6-ea-1
5858 workspaces :
5959 - name : git-auth
6060 secret :
Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ metadata:
99 pipelinesascode.tekton.dev/max-keep-runs : " 3"
1010 pipelinesascode.tekton.dev/on-cel-expression : |
1111 event == "push"
12- && target_branch == "rhoai-3.5 "
13- && ( "helm/rhai-on-openshift-chart/**".pathChanged() || ".tekton/rhai-on-openshift-chart-v3-5 -push.yaml".pathChanged() )
12+ && target_branch == "rhoai-3.6-ea.1 "
13+ && ( "helm/rhai-on-openshift-chart/**".pathChanged() || ".tekton/rhai-on-openshift-chart-v3-6-ea-1 -push.yaml".pathChanged() )
1414 labels :
15- appstudio.openshift.io/application : rhoai-v3-5
16- appstudio.openshift.io/component : rhai-on-openshift-chart-v3-5
15+ appstudio.openshift.io/application : rhoai-v3-6-ea-1
16+ appstudio.openshift.io/component : rhai-on-openshift-chart-v3-6-ea-1
1717 pipelines.appstudio.openshift.io/type : build
18- name : rhai-on-openshift-chart-v3-5 -on-push
18+ name : rhai-on-openshift-chart-v3-6-ea-1 -on-push
1919 namespace : rhoai-tenant
2020spec :
2121 params :
2929 - name : output-image
3030 value : quay.io/rhoai/rhai-on-openshift-chart:{{target_branch}}
3131 - name : rhoai-version
32- value : " 3.5.0 "
32+ value : " 3.6.0-ea.1 "
3333 - name : path-context
3434 value : " helm/rhai-on-openshift-chart"
3535 - name : hermetic
5555 limits :
5656 memory : 4Gi
5757 taskRunTemplate :
58- serviceAccountName : build-pipeline-rhai-on-openshift-chart-v3-5
58+ serviceAccountName : build-pipeline-rhai-on-openshift-chart-v3-6-ea-1
5959 workspaces :
6060 - name : git-auth
6161 secret :
Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ metadata:
99 pipelinesascode.tekton.dev/max-keep-runs : " 3"
1010 pipelinesascode.tekton.dev/on-cel-expression : |
1111 event == "push"
12- && target_branch == "rhoai-3.5 "
12+ && target_branch == "rhoai-3.6-ea.1 "
1313 && "schedule/helm-chart-tekton-trigger.txt".pathChanged()
1414 labels :
15- appstudio.openshift.io/application : rhoai-v3-5
16- appstudio.openshift.io/component : rhai-on-openshift-chart-v3-5
15+ appstudio.openshift.io/application : rhoai-v3-6-ea-1
16+ appstudio.openshift.io/component : rhai-on-openshift-chart-v3-6-ea-1
1717 pipelines.appstudio.openshift.io/type : build
18- name : rhai-on-openshift-chart-v3-5 -on-schedule
18+ name : rhai-on-openshift-chart-v3-6-ea-1 -on-schedule
1919 namespace : rhoai-tenant
2020spec :
2121 params :
3030 - name : output-image
3131 value : quay.io/rhoai/rhai-on-openshift-chart:{{target_branch}}
3232 - name : rhoai-version
33- value : " 3.5.0 "
33+ value : " 3.6.0-ea.1 "
3434 - name : path-context
3535 value : " helm/rhai-on-openshift-chart"
3636 - name : hermetic
5656 limits :
5757 memory : 4Gi
5858 taskRunTemplate :
59- serviceAccountName : build-pipeline-rhai-on-openshift-chart-v3-5
59+ serviceAccountName : build-pipeline-rhai-on-openshift-chart-v3-6-ea-1
6060 workspaces :
6161 - name : git-auth
6262 secret :
Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ metadata:
99 pipelinesascode.tekton.dev/max-keep-runs : " 3"
1010 pipelinesascode.tekton.dev/on-cel-expression : |
1111 event == "push"
12- && target_branch == "rhoai-3.5 "
13- && ( "helm/rhai-on-xks-chart/**".pathChanged() || ".tekton/rhai-on-xks-chart-v3-5 -push.yaml".pathChanged() )
12+ && target_branch == "rhoai-3.6-ea.1 "
13+ && ( "helm/rhai-on-xks-chart/**".pathChanged() || ".tekton/rhai-on-xks-chart-v3-6-ea-1 -push.yaml".pathChanged() )
1414 labels :
15- appstudio.openshift.io/application : rhoai-v3-5
16- appstudio.openshift.io/component : rhai-on-xks-chart-v3-5
15+ appstudio.openshift.io/application : rhoai-v3-6-ea-1
16+ appstudio.openshift.io/component : rhai-on-xks-chart-v3-6-ea-1
1717 pipelines.appstudio.openshift.io/type : build
18- name : rhai-on-xks-chart-v3-5 -on-push
18+ name : rhai-on-xks-chart-v3-6-ea-1 -on-push
1919 namespace : rhoai-tenant
2020spec :
2121 params :
2929 - name : output-image
3030 value : quay.io/rhoai/rhai-on-xks-chart:{{target_branch}}
3131 - name : rhoai-version
32- value : " 3.5.0 "
32+ value : " 3.6.0-ea.1 "
3333 - name : path-context
3434 value : " helm/rhai-on-xks-chart"
3535 - name : hermetic
5555 limits :
5656 memory : 4Gi
5757 taskRunTemplate :
58- serviceAccountName : build-pipeline-rhai-on-xks-chart-v3-5
58+ serviceAccountName : build-pipeline-rhai-on-xks-chart-v3-6-ea-1
5959 workspaces :
6060 - name : git-auth
6161 secret :
Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ metadata:
99 pipelinesascode.tekton.dev/max-keep-runs : " 3"
1010 pipelinesascode.tekton.dev/on-cel-expression : |
1111 event == "push"
12- && target_branch == "rhoai-3.5 "
12+ && target_branch == "rhoai-3.6-ea.1 "
1313 && "schedule/helm-chart-tekton-trigger.txt".pathChanged()
1414 labels :
15- appstudio.openshift.io/application : rhoai-v3-5
16- appstudio.openshift.io/component : rhai-on-xks-chart-v3-5
15+ appstudio.openshift.io/application : rhoai-v3-6-ea-1
16+ appstudio.openshift.io/component : rhai-on-xks-chart-v3-6-ea-1
1717 pipelines.appstudio.openshift.io/type : build
18- name : rhai-on-xks-chart-v3-5 -on-schedule
18+ name : rhai-on-xks-chart-v3-6-ea-1 -on-schedule
1919 namespace : rhoai-tenant
2020spec :
2121 params :
3030 - name : output-image
3131 value : quay.io/rhoai/rhai-on-xks-chart:{{target_branch}}
3232 - name : rhoai-version
33- value : " 3.5.0 "
33+ value : " 3.6.0-ea.1 "
3434 - name : path-context
3535 value : " helm/rhai-on-xks-chart"
3636 - name : hermetic
5656 limits :
5757 memory : 4Gi
5858 taskRunTemplate :
59- serviceAccountName : build-pipeline-rhai-on-xks-chart-v3-5
59+ serviceAccountName : build-pipeline-rhai-on-xks-chart-v3-6-ea-1
6060 workspaces :
6161 - name : git-auth
6262 secret :
Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ metadata:
99 pipelinesascode.tekton.dev/max-keep-runs : " 3"
1010 pipelinesascode.tekton.dev/on-cel-expression : |
1111 event == "push"
12- && target_branch == "rhoai-3.5 "
13- && ( "catalog/**".pathChanged() || ".tekton/rhoai-fbc-fragment-v3-5 -push.yaml".pathChanged() )
12+ && target_branch == "rhoai-3.6-ea.1 "
13+ && ( "catalog/**".pathChanged() || ".tekton/rhoai-fbc-fragment-v3-6-ea-1 -push.yaml".pathChanged() )
1414 && files.all.exists(p, !p.matches('^catalog/catalog-patch\\.yaml$'))
1515 labels :
16- appstudio.openshift.io/application : rhoai-v3-5
17- appstudio.openshift.io/component : rhoai-fbc-fragment-v3-5
16+ appstudio.openshift.io/application : rhoai-v3-6-ea-1
17+ appstudio.openshift.io/component : rhoai-fbc-fragment-v3-6-ea-1
1818 pipelines.appstudio.openshift.io/type : build
19- name : rhoai-fbc-fragment-v3-5 -on-push
19+ name : rhoai-fbc-fragment-v3-6-ea-1 -on-push
2020 namespace : rhoai-tenant
2121spec :
2222 timeouts :
3333 - name : output-image
3434 value : quay.io/rhoai/rhoai-fbc-fragment:{{target_branch}}
3535 - name : rhoai-version
36- value : " 3.5.0 "
36+ value : " 3.6.0-ea.1 "
3737 - name : dockerfile
3838 value : Dockerfile
3939 - name : path-context
6666 - name : pathInRepo
6767 value : pipelines/fbc-fragment-build.yaml
6868 taskRunTemplate :
69- serviceAccountName : build-pipeline-rhoai-fbc-fragment-v3-5
69+ serviceAccountName : build-pipeline-rhoai-fbc-fragment-v3-6-ea-1
7070 workspaces :
7171 - name : git-auth
7272 secret :
Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ metadata:
99 pipelinesascode.tekton.dev/max-keep-runs : " 3"
1010 pipelinesascode.tekton.dev/on-cel-expression : |
1111 event == "push"
12- && target_branch == "rhoai-3.5 "
12+ && target_branch == "rhoai-3.6-ea.1 "
1313 && "schedule/catalog-tekton-trigger.txt".pathChanged()
1414 labels :
15- appstudio.openshift.io/application : rhoai-v3-5
16- appstudio.openshift.io/component : rhoai-fbc-fragment-v3-5
15+ appstudio.openshift.io/application : rhoai-v3-6-ea-1
16+ appstudio.openshift.io/component : rhoai-fbc-fragment-v3-6-ea-1
1717 pipelines.appstudio.openshift.io/type : build
18- name : rhoai-fbc-fragment-v3-5 -on-schedule
18+ name : rhoai-fbc-fragment-v3-6-ea-1 -on-schedule
1919 namespace : rhoai-tenant
2020spec :
2121 timeouts :
3333 - name : output-image
3434 value : quay.io/rhoai/rhoai-fbc-fragment:{{target_branch}}
3535 - name : rhoai-version
36- value : " 3.5.0 "
36+ value : " 3.6.0-ea.1 "
3737 - name : build-platforms
3838 value :
3939 - linux/x86_64
7070 - name : pathInRepo
7171 value : pipelines/fbc-fragment-build.yaml
7272 taskRunTemplate :
73- serviceAccountName : build-pipeline-rhoai-fbc-fragment-v3-5
73+ serviceAccountName : build-pipeline-rhoai-fbc-fragment-v3-6-ea-1
7474 workspaces :
7575 - name : git-auth
7676 secret :
Original file line number Diff line number Diff line change 11patch :
2- version : 3.5.0
2+ version : 3.6.0-ea.1
33 relatedImages :
44 - name : RELATED_IMAGE_ODH_KF_NOTEBOOK_CONTROLLER_IMAGE
55 value : " quay.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8fdab8122b0433dfa1045f22074c891d2b84fd21a073f406d12d5bcbe9b9b805"
Original file line number Diff line number Diff line change 2828 email : managed-open-data-hub@redhat.com
2929 links :
3030 - name : Red Hat OpenShift AI
31- url : https://docs.redhat.com/en/documentation/red_hat_openshift_ai_self-managed/3.5
31+ url : https://docs.redhat.com/en/documentation/red_hat_openshift_ai_self-managed/3.6
You can’t perform that action at this time.
0 commit comments