developerguy
a7035ca4e5
feat: make it configurable of the initContainers volume mount path for scripts ( #848 )
...
### Description of the change
Makes it configurable volume mount path for initContainers for init scripts
### Benefits
Configurable initContainers volumeMount path for init scripts
### Possible drawbacks
I don't think that there will be any drawbacks
### Applicable issues
- Fixes #847
Signed-off-by: Batuhan Apaydin <[email protected] >
Reviewed-on: https://gitea.com/gitea/helm-gitea/pulls/848
Reviewed-by: justusbunsi <[email protected] >
Co-authored-by: developerguy <[email protected] >
Co-committed-by: developerguy <[email protected] >
2025-04-03 18:03:13 +00:00
1f313ac70e
feat: adding dry support to gitea additional config from envs parameter ( #840 )
...
### Description of the change
Based on the discussion under https://gitea.com/gitea/helm-gitea/issues/60 , it is possible to use `gitea.additionalConfigFromEnvs` to provide variables in order to override configurations from `app.ini`.
Especially when using gitea as a dependency of an umbrella, some values may need to be repeated in multiple places (such has database configuration). Hence, introducing the `tpl` function on `gitea.additionalConfigFromEnvs` will simplify such repetition by having the value only set in one place...
### Benefits
With the same intentions as https://gitea.com/gitea/helm-gitea/pulls/759 , https://gitea.com/gitea/helm-gitea/pulls/664 , https://gitea.com/gitea/helm-gitea/pulls/529 or https://gitea.com/gitea/helm-gitea/pulls/498 , this change will allow reusing the value from other value parameters to avoid duplicating the same value in multiple places.
### Possible drawbacks
N/A
### Applicable issues
N/A
### Additional information
N/A
### Checklist
- [X] Helm templating unittests are added (required when changing anything in `templates` folder)
Co-authored-by: 212597596 <[email protected] >
Co-authored-by: pat-s <[email protected] >
Reviewed-on: https://gitea.com/gitea/helm-gitea/pulls/840
Reviewed-by: pat-s <[email protected] >
Reviewed-by: justusbunsi <[email protected] >
Co-authored-by: Ceddaerrix <[email protected] >
Co-committed-by: Ceddaerrix <[email protected] >
2025-03-30 14:30:35 +00:00
bachorp and techknowlogick
2c78da9c3e
docs: set full path of values.yaml key in output to user ( #832 )
...
Currently, the reported path of the values to be changed is not always correct (especially `gitea.persistence` vs. `persistence`).
Co-authored-by: techknowlogick <[email protected] >
Reviewed-on: https://gitea.com/gitea/helm-gitea/pulls/832
Reviewed-by: techknowlogick <[email protected] >
Co-authored-by: bachorp <[email protected] >
Co-committed-by: bachorp <[email protected] >
2025-03-26 17:16:17 +00:00
pat-s and techknowlogick
7245b3b4cc
chore: change repo name to helm-gitea ( #823 )
...
Co-authored-by: techknowlogick <[email protected] >
Reviewed-on: https://gitea.com/gitea/helm-gitea/pulls/823
Reviewed-by: techknowlogick <[email protected] >
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: pat-s <[email protected] >
Co-committed-by: pat-s <[email protected] >
2025-03-06 20:54:40 +00:00
techknowlogick
ff7783fcbe
chore: use docker.gitea.com registry URLs ( #814 )
...
Due to ratelimits
Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/814
Reviewed-by: pat-s <[email protected] >
Co-authored-by: techknowlogick <[email protected] >
Co-committed-by: techknowlogick <[email protected] >
2025-02-28 10:48:04 +00:00
Markus Pesch
4f42f4bee3
[ Close #771 ] fix: set GOMAXPROCS ( #772 )
...
The following patch add automatically the environment variable `GOMAXPROCS`,
when a CPU limit is defined. Otherwise CPU throttling may occur.
Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/772
Reviewed-by: techknowlogick <[email protected] >
Reviewed-by: justusbunsi <[email protected] >
Co-authored-by: Markus Pesch <[email protected] >
Co-committed-by: Markus Pesch <[email protected] >
2025-02-02 21:30:00 +00:00
justusbunsi
a79fd31f7e
Increase testability of shell scripts ( #752 )
...
This is a preparation for #724 (bash script testing) which would be too complex to review if done there.
Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/752
Co-authored-by: justusbunsi <[email protected] >
Co-committed-by: justusbunsi <[email protected] >
2024-12-19 12:04:00 +00:00
justusbunsi
4691b63f7a
Move Helm unittests into subfolder ( #750 )
...
Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/750
Co-authored-by: justusbunsi <[email protected] >
Co-committed-by: justusbunsi <[email protected] >
2024-12-18 12:04:15 +00:00