rebased: Add Gitea Actions act runner #666

Merged
vjm merged 27 commits from gitea-actions into main 2024-11-10 13:35:57 +00:00

27 Commits

Author SHA1 Message Date
Vince Montalbano
62acf9e069 fix typo in spacing 2024-11-08 13:16:33 -06:00
Vince Montalbano
ecceb1f4bb upgrade act runner image tag 2024-11-08 13:08:18 -06:00
vjm
b57f45ab62 Merge branch 'main' into gitea-actions 2024-11-04 21:10:37 +00:00
Vince Montalbano
e6525acfb7 Apply Patch https://gitea.com/gitea/helm-chart/pulls/666#issuecomment-897392 2024-11-04 15:09:50 -06:00
Vince Montalbano
86870d8320 fix incorrect values for init containers 2024-07-24 16:01:42 -05:00
Vince Montalbano
f6d580210c add missing newlines 2024-07-24 12:29:25 -05:00
Vince Montalbano
78272f9440 add unit tests 2024-07-24 12:27:11 -05:00
Vince Montalbano
d318110a20 updated readme 2024-07-23 21:29:24 -05:00
Vince Montalbano
7f2db131e8 update values.yaml 2024-07-23 21:17:42 -05:00
Vince Montalbano
d30ac63d7b remove unnecessary environment variables
allow for image to be edited via values file
allow for ttl of job to be edited via values files
2024-07-23 15:03:12 -05:00
Vince Montalbano
64e8e4f802 make sure storageclass is consistent with the pvc for the main gitea server deployment 2024-07-23 15:01:18 -05:00
Vince Montalbano
b5a024602c Set a 10 min ttl for the job after finished in order to allow helm to properly recognize that the job completed. 2024-07-23 15:01:18 -05:00
dementhorr
1d52aca44d Fixed readme 2024-07-23 15:01:18 -05:00
dementhorr
aca60bc626 Refractored code 2024-07-23 15:01:04 -05:00
dementhorr
3ee0c2b591 Fixed unittests 2024-07-23 14:59:39 -05:00
dementhorr
938e0b09af Added tech-documentation for the Job 2024-07-23 14:59:39 -05:00
dementhorr
5456b1b76e Revert "Changed actions from StatefulSet to Deployment"
This reverts commit e8aedb258cfa840107b2390a729c330bd1ead6e6.
2024-07-23 14:59:39 -05:00
dementhorr
4f00ac1456 Changed actions from StatefulSet to Deployment 2024-07-23 14:59:39 -05:00
dementhorr
dbb603639d Added nodeSelector, tolerations and affinity for act runners 2024-07-23 14:59:39 -05:00
dementhorr
729ce0f095 Fixed readme 2024-07-23 14:59:39 -05:00
dementhorr
ed8534e084 Fixed unittests 2024-07-23 14:59:39 -05:00
dementhorr
07633d08bb Fixed mistakes 2024-07-23 14:59:39 -05:00
dementhorr
19b6916f35 Added initial unittests for gitea actions 2024-07-23 14:59:39 -05:00
dementhorr
8d6269a8b1 Refractored code 2024-07-23 14:59:39 -05:00
dementhorr
df9314a1df Removed lifecycle.postStart.exec.command 2024-07-23 14:59:39 -05:00
dementhorr
440560ef0b Added actions statefulset 2024-07-23 14:59:39 -05:00
dementhorr
d77793a52b Added actions job that creates gitea-actions-token 2024-07-23 14:59:39 -05:00