Skip to content

Commit 30442eb

Browse files
savitaashturetekton-robot
authored andcommitted
Update ecosystem task version to fix buildah issue
Signed-off-by: savitaashture <sashture@redhat.com>
1 parent 44193c2 commit 30442eb

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

hack/openshift/fetch-tektoncd-catalog-tasks.sh

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -55,22 +55,22 @@ declare -A TEKTON_CATALOG_TASKS=(
5555
)
5656
declare -r TEKTON_ECOSYSTEM="https://raw.githubusercontent.com/openshift-pipelines/tektoncd-catalog"
5757
declare -A TEKTON_ECOSYSTEM_TASKS=(
58-
['task-buildah']="0.5.0"
58+
['task-buildah']="0.5.1"
5959
['task-git-cli']="0.4.1"
6060
['task-git-clone']='0.4.1'
6161
['task-kn-apply']='0.2.2'
6262
['task-kn']='0.2.2'
6363
['task-maven']="0.4.0"
6464
['task-openshift-client']="0.2.2"
65-
['task-s2i-dotnet']='0.5.0'
66-
['task-s2i-go']='0.5.0'
67-
['task-s2i-java']='0.5.0'
68-
['task-s2i-nodejs']='0.5.0'
69-
['task-s2i-perl']='0.5.0'
70-
['task-s2i-php']='0.5.0'
71-
['task-s2i-python']='0.5.0'
72-
['task-s2i-ruby']='0.5.0'
73-
['task-skopeo-copy']='0.5.0'
65+
['task-s2i-dotnet']='0.5.1'
66+
['task-s2i-go']='0.5.1'
67+
['task-s2i-java']='0.5.1'
68+
['task-s2i-nodejs']='0.5.1'
69+
['task-s2i-perl']='0.5.1'
70+
['task-s2i-php']='0.5.1'
71+
['task-s2i-python']='0.5.1'
72+
['task-s2i-ruby']='0.5.1'
73+
['task-skopeo-copy']='0.5.1'
7474
['task-tkn']='0.2.2'
7575
)
7676
declare -A TEKTON_ECOSYSTEM_STEPACTIONS=(

0 commit comments

Comments
 (0)