Skip to content

Commit

Permalink
Bump git-cli and helm-upgrade-from-source
Browse files Browse the repository at this point in the history
This will bump git-cli to version 0.2 which has now various options to
mount credentials via workspaces and more params to configure.

Also bumping helm-upgrade-from-source to version 0.3 in which a new
parameter is added `upgrade_extra_params`.
  • Loading branch information
vinamra28 authored and tekton-robot committed Oct 6, 2021
1 parent ca9039f commit 2aff380
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/reconciler/openshift/tektonaddon/tektonaddon.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ var _ tektonaddonreconciler.Finalizer = (*Reconciler)(nil)
var communityResourceURLs = []string{
"https://raw.githubusercontent.com/tektoncd/catalog/master/task/jib-maven/0.4/jib-maven.yaml",
"https://raw.githubusercontent.com/tektoncd/catalog/master/task/maven/0.2/maven.yaml",
"https://raw.githubusercontent.com/tektoncd/catalog/master/task/helm-upgrade-from-source/0.2/helm-upgrade-from-source.yaml",
"https://raw.githubusercontent.com/tektoncd/catalog/master/task/helm-upgrade-from-source/0.3/helm-upgrade-from-source.yaml",
"https://raw.githubusercontent.com/tektoncd/catalog/master/task/helm-upgrade-from-repo/0.2/helm-upgrade-from-repo.yaml",
"https://raw.githubusercontent.com/tektoncd/catalog/master/task/trigger-jenkins-job/0.1/trigger-jenkins-job.yaml",
"https://raw.githubusercontent.com/tektoncd/catalog/master/task/git-cli/0.1/git-cli.yaml",
"https://raw.githubusercontent.com/tektoncd/catalog/master/task/git-cli/0.2/git-cli.yaml",
"https://raw.githubusercontent.com/tektoncd/catalog/master/task/pull-request/0.1/pull-request.yaml",
"https://raw.githubusercontent.com/tektoncd/catalog/master/task/kubeconfig-creator/0.1/kubeconfig-creator.yaml",
}
Expand Down

0 comments on commit 2aff380

Please sign in to comment.