Skip to content

Commit

Permalink
Update ecosystem task version to fix buildah issue
Browse files Browse the repository at this point in the history
Signed-off-by: savitaashture <[email protected]>
  • Loading branch information
savitaashture authored and tekton-robot committed Jan 3, 2025
1 parent 44193c2 commit 30442eb
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions hack/openshift/fetch-tektoncd-catalog-tasks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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=(
Expand Down

0 comments on commit 30442eb

Please sign in to comment.