Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: argoproj/argo-helm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: argo-cd-8.5.6
Choose a base ref
...
head repository: argoproj/argo-helm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: argo-cd-8.5.7
Choose a head ref
  • 1 commit
  • 4 files changed
  • 2 contributors

Commits on Sep 27, 2025

  1. feat(argo-cd): Allow configuring resource requests/limits for copyuti…

    …l 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 <rlrlfhtm5@gmail.com>
    
    * chore: retrigger CI
    
    Signed-off-by: puretension <rlrlfhtm5@gmail.com>
    
    * 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 <rlrlfhtm5@gmail.com>
    
    * docs(argo-cd): Update README.md with helm-docs
    
    Signed-off-by: puretension <rlrlfhtm5@gmail.com>
    
    * 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 <yu.croco@gmail.com>
    Signed-off-by: puretension <rlrlfhtm5@gmail.com>
    
    ---------
    
    Signed-off-by: puretension <rlrlfhtm5@gmail.com>
    Co-authored-by: Aikawa <yu.croco@gmail.com>
    puretension and yu-croco authored Sep 27, 2025
    Configuration menu
    Copy the full SHA
    a640fb3 View commit details
    Browse the repository at this point in the history
Loading