Commit a640fb3
feat(argo-cd): Allow configuring resource requests/limits for copyutil initContainer in repo-server pod (#3507)
* feat(argo-cd): Allow configuring resource requests/limits for copyutil initContainer in repo-server pod
- Add repoServer.initContainers.copyutil.resources configuration option
- Update deployment template to use separate resources for copyutil initContainer
- Fallback to repoServer.resources if copyutil resources not specified
- Bump chart version to 8.5.7
Fixes #3504
Signed-off-by: puretension <[email protected]>
* chore: retrigger CI
Signed-off-by: puretension <[email protected]>
* fix(argo-cd): Fix yamllint error by avoiding duplicate initContainers key
- Move copyutil resources config to repoServer.copyutil.resources
- Avoid duplication with existing initContainers array
- Update deployment template accordingly
Signed-off-by: puretension <[email protected]>
* docs(argo-cd): Update README.md with helm-docs
Signed-off-by: puretension <[email protected]>
* feat(argo-cd): Apply reviewer suggestions for copyutil resources
- Move comment to be more specific about repo server copyutil
- Use default function instead of if-else for cleaner template
- Update README.md with helm-docs
Co-authored-by: Aikawa <[email protected]>
Signed-off-by: puretension <[email protected]>
---------
Signed-off-by: puretension <[email protected]>
Co-authored-by: Aikawa <[email protected]>1 parent 5f06a6d commit a640fb3
File tree
4 files changed
+15
-4
lines changed- charts/argo-cd
- templates/argocd-repo-server
4 files changed
+15
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
| 29 | + | |
| 30 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
984 | 984 | | |
985 | 985 | | |
986 | 986 | | |
| 987 | + | |
987 | 988 | | |
988 | 989 | | |
989 | 990 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
412 | 412 | | |
413 | 413 | | |
414 | 414 | | |
415 | | - | |
| 415 | + | |
416 | 416 | | |
417 | 417 | | |
418 | 418 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2793 | 2793 | | |
2794 | 2794 | | |
2795 | 2795 | | |
| 2796 | + | |
| 2797 | + | |
| 2798 | + | |
| 2799 | + | |
| 2800 | + | |
| 2801 | + | |
| 2802 | + | |
| 2803 | + | |
| 2804 | + | |
| 2805 | + | |
2796 | 2806 | | |
2797 | 2807 | | |
2798 | 2808 | | |
| |||
0 commit comments