Commit Graph

17 Commits

Author SHA1 Message Date
raul f856718658
wip 2023-12-21 11:53:33 +01:00
Raul Cabello Martin 08c9390c1f
remove s390x (#381) 2023-12-14 15:31:32 +01:00
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
Raul Cabello Martin 08e5052f31
Exclude integration tests from ci unit tests
Co-authored-by: Corentin Néau <tan.neau@suse.com>
2023-08-22 12:14:23 +02:00
raul fd01173117
Use go-git for getting the latest commit
Remove the git shell out command. Use go-git instead.
2023-08-22 12:14:19 +02:00
Silvio Moioli 1a715165be
Use debugger-friendly compile settings if DEBUG is set
Signed-off-by: Silvio Moioli <silvio@moioli.net>
2022-09-23 15:37:47 +02:00
Tim Hardeck 9c1bc435ae
Support dirty tag during versioning 2022-08-24 07:59:26 +02:00
Tim Hardeck 842a4ce603
Fix development versioning
Helm enforces semantic versioning since the 3.5.0 release so we can not
just use the commit id as version.
2022-08-19 12:02:30 +02:00
Mario Manno c5eea5b5d0 Fix invalid helm chart release
Helm's crds directory is not templated, however the generated crd file
is a helm template. So all previous charts were not installable.
2022-08-12 16:49:19 +02:00
Mario Manno 14450d26cd Add initial test for gitjob example 2022-08-12 16:20:43 +02:00
Daishan 9223171f73 Set termination message and stall condition 2020-09-28 10:27:20 -07:00
Daishan 3feee6d7cc Add kstatus, sync job to gitjob, webhook auto-creation 2020-08-20 13:01:45 -07:00
Darren Shepherd 2c19665c2f Small helm chart fixes 2020-08-15 22:47:37 -07:00
Daishan 080f323787 Add helm chart support 2020-08-15 12:27:54 -07:00
Daishan 4f1b5cbc2b Add CI for drone 2020-08-14 13:21:56 -07:00
Daishan 32b9596355 Rename crd and groups, add CA and skipssl 2020-08-12 11:42:29 -07:00
Daishan 7f4eca3cb5 Initial commit 2020-06-25 10:54:34 -07:00