Tarun Gaba
0d7368c5d0
fix(deployment): remove deployment.labels from selector.matchLabels ( #1011 )
...
changelog / changelog (push) Successful in 19s
check-and-test / check-and-test (push) Successful in 2m5s
This PR removes the inclusion of `deployment.labels` in the Deployment's `selector.matchLabels` field.
## Changes
- Removed the conditional block that adds `deployment.labels` to `selector.matchLabels`
- This ensures the selector remains immutable and only contains pod-identifying labels
Reviewed-on: https://gitea.com/gitea/helm-gitea/pulls/1011
Reviewed-by: Markus Pesch <volker.raschek@noreply.gitea.com >
Co-authored-by: Tarun Gaba <tarun.gaba7@gmail.com >
Co-committed-by: Tarun Gaba <tarun.gaba7@gmail.com >
2026-01-22 21:36:10 +00:00
064e51d0c2
style(yamllint): add missing new line
2025-11-05 19:00:49 +01:00
b88abaa1e7
fix(deployment): avoid duplicated nodeSelector #980
changelog / changelog (push) Has been cancelled
check-and-test / check-and-test (push) Has been cancelled
2025-11-05 18:31:45 +01:00
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 <batuhan.apaydin@chainguard.dev >
Reviewed-on: https://gitea.com/gitea/helm-gitea/pulls/848
Reviewed-by: justusbunsi <justusbunsi@noreply.gitea.com >
Co-authored-by: developerguy <developerguy@noreply.gitea.com >
Co-committed-by: developerguy <developerguy@noreply.gitea.com >
2025-04-03 18:03:13 +00:00
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 <techknowlogick@noreply.gitea.com >
Reviewed-by: justusbunsi <justusbunsi@noreply.gitea.com >
Co-authored-by: Markus Pesch <markus.pesch@cryptic.systems >
Co-committed-by: Markus Pesch <markus.pesch@cryptic.systems >
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 <sk.bunsenbrenner@gmail.com >
Co-committed-by: justusbunsi <sk.bunsenbrenner@gmail.com >
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 <sk.bunsenbrenner@gmail.com >
Co-committed-by: justusbunsi <sk.bunsenbrenner@gmail.com >
2024-12-18 12:04:15 +00:00