Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Optimize helm deploy by using goroutines #9451

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Sep 5, 2024

  1. feat: Optimize helm deploy by using goroutines

    Signed-off-by: Suleiman Dibirov <idsulik@gmail.com>
    idsulik committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    fe40600 View commit details
    Browse the repository at this point in the history
  2. added cmd_helper_with_concurrency_support.go

    Signed-off-by: Suleiman Dibirov <idsulik@gmail.com>
    idsulik committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    e161fd7 View commit details
    Browse the repository at this point in the history
  3. fix(healm): pass errgroup ctx into helm.deployRelease()

    Signed-off-by: Suleiman Dibirov <idsulik@gmail.com>
    idsulik committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    842e94c View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Added concurrency flag to helm deploy config

    Signed-off-by: Suleiman Dibirov <idsulik@gmail.com>
    idsulik committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    454798b View commit details
    Browse the repository at this point in the history
  2. Added log

    Signed-off-by: Suleiman Dibirov <idsulik@gmail.com>
    idsulik committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    383b26e View commit details
    Browse the repository at this point in the history