Block a user
rebased: Add Gitea Actions act runner
hi @justusbunsi , just nudging this to make sure we review before it becomes out of date!
rebased: Add Gitea Actions act runner
I actually have been using buildx instead of the dind, but i purposely did not remove dind in case others still want that approach. see my example action above for the buildx approach!
rebased: Add Gitea Actions act runner
@justusbunsi -- i think we're ready to merge!
- Environment variable related handling in various files
- Everything related to app.ini creation in _helpers.tpl
- Handling of…
rebased: Add Gitea Actions act runner
i just tried to test this out and i had some issues -- the post-install hook waited to be applied as expected, but the gitea application was still not ready, even though helm and kubernetes had…
rebased: Add Gitea Actions act runner
fixed!
diff official-helm-chart/helm-output.yaml helm-chart/helm-output.yaml
type: Opaque
stringData:
_generals_: ""
+ actions: ENABLED=false
+ LOCAL_ROOT_URL=http://my-r…
d30ac63d7b
remove unnecessary environment variables
64e8e4f802
make sure storageclass is consistent with the pvc for the main gitea server deployment
b5a024602c
Set a 10 min ttl for the job after finished in order to allow helm to properly recognize that the job completed.
1d52aca44d
Fixed readme
aca60bc626
Refractored code