gitjob/chart
Raul Cabello Martin 873e7ba2a8
Remove tekton for cloning git repos (#302)
* Remove tekton

Tekton was used to clone a git repository in an init container. This
is replaced  by an internal tool called gitcloner that uses go-git to clone the
repositories.

gitcloner is a cli tool that clones a specific branch of a git
repository.

GitJob uses gitcloner in an init-container to clone a git repository
into a emptyDir volume. Then the job container uses this emptyDir volume
that contains the repo cloned
2023-09-20 11:31:14 +02:00
..
templates Remove tekton for cloning git repos (#302) 2023-09-20 11:31:14 +02:00
.helmignore
Chart.yaml
values.yaml Remove tekton for cloning git repos (#302) 2023-09-20 11:31:14 +02:00