From 30442ebbe44dea732920ef29750b7fb5035c3769 Mon Sep 17 00:00:00 2001 From: savitaashture Date: Fri, 3 Jan 2025 16:21:14 +0530 Subject: [PATCH] Update ecosystem task version to fix buildah issue Signed-off-by: savitaashture --- .../openshift/fetch-tektoncd-catalog-tasks.sh | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/hack/openshift/fetch-tektoncd-catalog-tasks.sh b/hack/openshift/fetch-tektoncd-catalog-tasks.sh index 07046a1edc..84bdcafa20 100755 --- a/hack/openshift/fetch-tektoncd-catalog-tasks.sh +++ b/hack/openshift/fetch-tektoncd-catalog-tasks.sh @@ -55,22 +55,22 @@ declare -A TEKTON_CATALOG_TASKS=( ) declare -r TEKTON_ECOSYSTEM="https://raw.githubusercontent.com/openshift-pipelines/tektoncd-catalog" declare -A TEKTON_ECOSYSTEM_TASKS=( - ['task-buildah']="0.5.0" + ['task-buildah']="0.5.1" ['task-git-cli']="0.4.1" ['task-git-clone']='0.4.1' ['task-kn-apply']='0.2.2' ['task-kn']='0.2.2' ['task-maven']="0.4.0" ['task-openshift-client']="0.2.2" - ['task-s2i-dotnet']='0.5.0' - ['task-s2i-go']='0.5.0' - ['task-s2i-java']='0.5.0' - ['task-s2i-nodejs']='0.5.0' - ['task-s2i-perl']='0.5.0' - ['task-s2i-php']='0.5.0' - ['task-s2i-python']='0.5.0' - ['task-s2i-ruby']='0.5.0' - ['task-skopeo-copy']='0.5.0' + ['task-s2i-dotnet']='0.5.1' + ['task-s2i-go']='0.5.1' + ['task-s2i-java']='0.5.1' + ['task-s2i-nodejs']='0.5.1' + ['task-s2i-perl']='0.5.1' + ['task-s2i-php']='0.5.1' + ['task-s2i-python']='0.5.1' + ['task-s2i-ruby']='0.5.1' + ['task-skopeo-copy']='0.5.1' ['task-tkn']='0.2.2' ) declare -A TEKTON_ECOSYSTEM_STEPACTIONS=(