Daan Selen
6fe64649c2
chore: make values empty per template
2026-04-01 21:22:14 +02:00
Daan Selen
c8577fa892
chore: support preinit and postinit container like the helm-gitea
2026-04-01 21:21:01 +02:00
Daan Selen
0f406605c6
chore: fix duplication of dind
2026-04-01 21:04:20 +02:00
Daan Selen
7c77d4bff3
Merge branch 'image_pull_secrets'
2026-04-01 21:01:59 +02:00
Daan Selen and Lunny Xiao
fb7635950c
feat(docs): add the instructions on how to use the chart ( #60 )
...
Fix: https://gitea.com/gitea/helm-actions/issues/59
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
Reviewed-on: https://gitea.com/gitea/helm-actions/pulls/60
Reviewed-by: ChristopherHX <christopherhx@noreply.gitea.com >
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: Daan Selen <dselen@nerthus.nl >
Co-committed-by: Daan Selen <dselen@nerthus.nl >
2025-09-16 01:12:44 +00:00
8e5067cb2d
feat(chart): make timezone configurable for the act_runner ( #38 )
...
Once: https://gitea.com/gitea/act_runner/pulls/738
Is merged.
Then this can be applied to specify timezone for example for cases such as:

Right now the correct time has to be retrieved with a ENV variable in the cmd: `git commit -m "Update custom ISO: $(TZ=Europe/Amsterdam date +'%Y-%m-%d %H:%M')" || echo "No changes to commit"`
Co-authored-by: Daan Selen <dselen@systemec.nl >
Reviewed-on: https://gitea.com/gitea/helm-actions/pulls/38
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com >
Co-authored-by: Daan Selen <dselen@nerthus.nl >
Co-committed-by: Daan Selen <dselen@nerthus.nl >
2025-09-15 16:18:09 +00:00
1e51423d3a
chore(revert): revert docker info changes and rely on act_runner built-in init-stage ( #48 )
...
This PR aims to revert the change were we introduce the `docker info` command as the checker for Docker readiness.
We now rely on the act_runner's ability to do this itself.
Co-authored-by: Daan Selen <dselen@systemec.nl >
Reviewed-on: https://gitea.com/gitea/helm-actions/pulls/48
Reviewed-by: ChristopherHX <christopherhx@noreply.gitea.com >
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: DaanSelen <dselen@nerthus.nl >
Co-committed-by: DaanSelen <dselen@nerthus.nl >
2025-09-11 03:49:34 +00:00
Daan Selen and DaanSelen
072b97470e
chore(chart): add check to start once docker is available ( #35 )
...
Should fix:
- https://gitea.com/gitea/helm-actions/issues/31
- https://gitea.com/gitea/helm-actions/issues/27
Reviewed-on: https://gitea.com/gitea/helm-actions/pulls/35
Reviewed-by: ChristopherHX <christopherhx@noreply.gitea.com >
Co-authored-by: Daan Selen <dselen@nerthus.nl >
Co-committed-by: Daan Selen <dselen@nerthus.nl >
2025-08-22 20:22:55 +00:00
Daan Selen and DaanSelen
b2459f322b
chore: add maintainers to the chart ( #32 )
...
Add my own mainter note to the Chart.yaml
Reviewed-on: https://gitea.com/gitea/helm-actions/pulls/32
Reviewed-by: ChristopherHX <christopherhx@noreply.gitea.com >
Co-authored-by: Daan Selen <dselen@nerthus.nl >
Co-committed-by: Daan Selen <dselen@nerthus.nl >
2025-08-20 20:48:31 +00:00
9a7e82ee3b
chore(readme): expand the readme to have an intro into the chart ( #30 )
...
Currently people are dropped directly into the Repo with no guidance.
I want to add this to ease people in, so they may use the chart more easily.
Co-authored-by: Daan Selen <dselen@systemec.nl >
Reviewed-on: https://gitea.com/gitea/helm-actions/pulls/30
Reviewed-by: ChristopherHX <christopherhx@noreply.gitea.com >
Co-authored-by: Daan Selen <dselen@nerthus.nl >
Co-committed-by: Daan Selen <dselen@nerthus.nl >
2025-08-14 21:40:35 +00:00
a3d093702c
refactor(chart): replace the netcat command with the busybox wget variant ( #26 )
...
### Description of the change
replace the netcat command with wget commands.
### Benefits
Less noise in the log(s)
### Possible drawbacks
<!-- Describe any known limitations with your change -->
No limitations. As far as I am aware.
- Fixes #
https://gitea.com/gitea/helm-actions/pulls/23#issuecomment-1027779
### Additional information
As the PR Title suggests, it replaces the netcat command to a wget command which makes the noise in the log stop.
### Checklist
- [X] Parameters are documented in the `values.yaml` and added to the `README.md` using [readme-generator-for-helm](https://github.com/bitnami-labs/readme-generator-for-helm )
- [X] Breaking changes are documented in the `README.md`
- [X] Helm templating unittests are added (required when changing anything in `templates` folder)
- [X] Bash unittests are added (required when changing anything in `scripts` folder)
- [X] All added template resources MUST render a namespace in metadata
Co-authored-by: Daan Selen <dselen@systemec.nl >
Reviewed-on: https://gitea.com/gitea/helm-actions/pulls/26
Reviewed-by: ChristopherHX <christopherhx@noreply.gitea.com >
Co-authored-by: Daan Selen <dselen@nerthus.nl >
Co-committed-by: Daan Selen <dselen@nerthus.nl >
2025-08-13 21:27:56 +00:00
Daan Selen and ChristopherHX
7ad8e12e45
feat(chart): add replicas parameter for multiple act-runner pods ( #24 )
...
This PR adds a parameter to add multiple pods of act-runner from a single values.yaml file (to the statefulSet).
Suggested by: https://gitea.com/gitea/helm-actions/pulls/23
Reviewed-on: https://gitea.com/gitea/helm-actions/pulls/24
Reviewed-by: ChristopherHX <christopherhx@noreply.gitea.com >
Co-authored-by: Daan Selen <dselen@nerthus.nl >
Co-committed-by: Daan Selen <dselen@nerthus.nl >
2025-08-12 20:37:11 +00:00