Skip to content

Commit dff5fe8

Browse files
Update Tekton output-image tags to version latest
1 parent 740a5e5 commit dff5fe8

17 files changed

+18
-19
lines changed

.github/workflows/insta-merge.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
---
21
name: Insta Merge Konflux PRs
32

4-
on: # yamllint disable-line rule:truthy
3+
on:
54
pull_request:
65
paths:
76
- manifests/base/params-latest.env
@@ -26,4 +25,4 @@ jobs:
2625
env:
2726
GITHUB_TOKEN: ${{ github.token }}
2827
run: |
29-
gh pr merge --merge --admin ${{ github.event.pull_request.html_url }}
28+
gh pr merge --merge --admin ${{ github.event.pull_request.html_url }}

.tekton/odh-pipeline-runtime-datascience-cpu-py311-ubi9-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
- name: revision
2828
value: '{{revision}}'
2929
- name: output-image
30-
value: quay.io/opendatahub/odh-pipeline-runtime-datascience-cpu-py311-ubi9:2025a-v1.34
30+
value: quay.io/opendatahub/odh-pipeline-runtime-datascience-cpu-py311-ubi9:latest
3131
- name: dockerfile
3232
value: runtimes/datascience/ubi9-python-3.11/Dockerfile.cpu
3333
- name: path-context

.tekton/odh-pipeline-runtime-minimal-cpu-py311-ubi9-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
- name: revision
2828
value: '{{revision}}'
2929
- name: output-image
30-
value: quay.io/opendatahub/odh-pipeline-runtime-minimal-cpu-py311-ubi9:2025a-v1.34
30+
value: quay.io/opendatahub/odh-pipeline-runtime-minimal-cpu-py311-ubi9:latest
3131
- name: dockerfile
3232
value: runtimes/minimal/ubi9-python-3.11/Dockerfile.cpu
3333
- name: path-context

.tekton/odh-pipeline-runtime-pytorch-cuda-py311-ubi9-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
- name: revision
3232
value: '{{revision}}'
3333
- name: output-image
34-
value: quay.io/opendatahub/odh-pipeline-runtime-pytorch-cuda-py311-ubi9:2025a-v1.34
34+
value: quay.io/opendatahub/odh-pipeline-runtime-pytorch-cuda-py311-ubi9:latest
3535
- name: dockerfile
3636
value: runtimes/pytorch/ubi9-python-3.11/Dockerfile.cuda
3737
- name: path-context

.tekton/odh-pipeline-runtime-pytorch-rocm-py311-ubi9-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
- name: revision
3030
value: '{{revision}}'
3131
- name: output-image
32-
value: quay.io/opendatahub/odh-pipeline-runtime-pytorch-rocm-py311-ubi9:2025a-v1.34
32+
value: quay.io/opendatahub/odh-pipeline-runtime-pytorch-rocm-py311-ubi9:latest
3333
- name: dockerfile
3434
value: runtimes/rocm-pytorch/ubi9-python-3.11/Dockerfile.rocm
3535
- name: path-context

.tekton/odh-pipeline-runtime-tensorflow-cuda-py311-ubi9-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
- name: revision
3232
value: '{{revision}}'
3333
- name: output-image
34-
value: quay.io/opendatahub/odh-pipeline-runtime-tensorflow-cuda-py311-ubi9:2025a-v1.34
34+
value: quay.io/opendatahub/odh-pipeline-runtime-tensorflow-cuda-py311-ubi9:latest
3535
- name: dockerfile
3636
value: runtimes/tensorflow/ubi9-python-3.11/Dockerfile.cuda
3737
- name: path-context

.tekton/odh-pipeline-runtime-tensorflow-rocm-py311-ubi9-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
- name: revision
3131
value: '{{revision}}'
3232
- name: output-image
33-
value: quay.io/opendatahub/odh-pipeline-runtime-tensorflow-rocm-py311-ubi9:2025a-v1.34
33+
value: quay.io/opendatahub/odh-pipeline-runtime-tensorflow-rocm-py311-ubi9:latest
3434
- name: dockerfile
3535
value: runtimes/rocm-tensorflow/ubi9-python-3.11/Dockerfile.rocm
3636
- name: path-context

.tekton/odh-workbench-codeserver-datascience-cpu-py311-ubi9-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
- name: revision
2828
value: '{{revision}}'
2929
- name: output-image
30-
value: quay.io/opendatahub/odh-workbench-codeserver-datascience-cpu-py311-ubi9:2025a-v1.34
30+
value: quay.io/opendatahub/odh-workbench-codeserver-datascience-cpu-py311-ubi9:latest
3131
- name: dockerfile
3232
value: codeserver/ubi9-python-3.11/Dockerfile.cpu
3333
- name: path-context

.tekton/odh-workbench-jupyter-datascience-cpu-py311-ubi9-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
- name: revision
3030
value: '{{revision}}'
3131
- name: output-image
32-
value: quay.io/opendatahub/odh-workbench-jupyter-datascience-cpu-py311-ubi9:2025a-v1.34
32+
value: quay.io/opendatahub/odh-workbench-jupyter-datascience-cpu-py311-ubi9:latest
3333
- name: dockerfile
3434
value: jupyter/datascience/ubi9-python-3.11/Dockerfile.cpu
3535
- name: path-context

.tekton/odh-workbench-jupyter-minimal-cpu-py311-ubi9-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
- name: revision
2929
value: '{{revision}}'
3030
- name: output-image
31-
value: quay.io/opendatahub/odh-workbench-jupyter-minimal-cpu-py311-ubi9:2025a-v1.34
31+
value: quay.io/opendatahub/odh-workbench-jupyter-minimal-cpu-py311-ubi9:latest
3232
- name: dockerfile
3333
value: jupyter/minimal/ubi9-python-3.11/Dockerfile.cpu
3434
- name: path-context

0 commit comments

Comments
 (0)