From 9420e608586cfaa2f95bf03c755bfb0731b453ae Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Wed, 6 Mar 2024 10:03:43 +0100 Subject: [PATCH] Add OSP 1.14 and remove 1.12 for tasks Signed-off-by: Vincent Demeester --- config/task-buildpacks.yaml | 2 +- config/task-containers.yaml | 2 +- config/task-git.yaml | 2 +- config/task-maven.yaml | 2 +- config/task-openshift.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/task-buildpacks.yaml b/config/task-buildpacks.yaml index 295e30e..401a358 100644 --- a/config/task-buildpacks.yaml +++ b/config/task-buildpacks.yaml @@ -4,8 +4,8 @@ openshift: version: 4.14 openshift-pipelines: versions: - - "1.12" - "1.13" + - "1.14" - "nightly" e2e: workflow: "tasks" diff --git a/config/task-containers.yaml b/config/task-containers.yaml index 0a4aae3..00d93c2 100644 --- a/config/task-containers.yaml +++ b/config/task-containers.yaml @@ -4,8 +4,8 @@ openshift: version: 4.14 openshift-pipelines: versions: - - "1.12" - "1.13" + - "1.14" - "nightly" e2e: workflow: "tasks" diff --git a/config/task-git.yaml b/config/task-git.yaml index 6fd9e56..0cd3510 100644 --- a/config/task-git.yaml +++ b/config/task-git.yaml @@ -4,8 +4,8 @@ openshift: version: 4.14 openshift-pipelines: versions: - - "1.12" - "1.13" + - "1.14" - "nightly" e2e: workflow: "tasks" diff --git a/config/task-maven.yaml b/config/task-maven.yaml index 4b4328b..f84058e 100644 --- a/config/task-maven.yaml +++ b/config/task-maven.yaml @@ -4,8 +4,8 @@ openshift: version: 4.14 openshift-pipelines: versions: - - "1.12" - "1.13" + - "1.14" - "nightly" e2e: workflow: "tasks" diff --git a/config/task-openshift.yaml b/config/task-openshift.yaml index 1669330..c06a28f 100644 --- a/config/task-openshift.yaml +++ b/config/task-openshift.yaml @@ -4,8 +4,8 @@ openshift: version: 4.14 openshift-pipelines: versions: - - "1.12" - "1.13" + - "1.14" - "nightly" e2e: workflow: "tasks"