Skip to content

Commit

Permalink
Update task versions for s2i and tkn
Browse files Browse the repository at this point in the history
  • Loading branch information
savitaashture committed Jun 18, 2024
1 parent f6334d8 commit 271396d
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions hack/openshift/fetch-tektoncd-catalog-tasks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,23 +55,23 @@ 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.3.1"
['task-buildah']="0.3.3"
['task-git-cli']="0.3.0"
['task-git-clone']='0.3.0'
['task-kn-apply']='0.1.0'
['task-kn']='0.1.0'
['task-kn-apply']='0.1.1'
['task-kn']='0.1.1'
['task-maven']="0.2.1"
['task-openshift-client']="0.1.0"
['task-s2i-dotnet']='0.3.1'
['task-s2i-go']='0.3.1'
['task-s2i-java']='0.3.1'
['task-s2i-nodejs']='0.3.1'
['task-s2i-perl']='0.3.1'
['task-s2i-php']='0.3.1'
['task-s2i-python']='0.3.1'
['task-s2i-ruby']='0.3.1'
['task-skopeo-copy']='0.3.1'
['task-tkn']='0.1.0'
['task-openshift-client']="0.1.1"
['task-s2i-dotnet']='0.3.3'
['task-s2i-go']='0.3.3'
['task-s2i-java']='0.3.3'
['task-s2i-nodejs']='0.3.3'
['task-s2i-perl']='0.3.3'
['task-s2i-php']='0.3.3'
['task-s2i-python']='0.3.3'
['task-s2i-ruby']='0.3.3'
['task-skopeo-copy']='0.3.3'
['task-tkn']='0.1.1'
)

download_task() {
Expand Down

0 comments on commit 271396d

Please sign in to comment.