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

Add support for --dry-run in Helm Client #2824

Merged
merged 21 commits into from
May 20, 2024

Commits on Apr 16, 2024

  1. Add support for --dry-run in Helm Client

    Signed-off-by: Rajat Gupta <rajat.gupta@veeam.com>
    r4rajat committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    7709520 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. refactor app installs to set dryRun as false

    Signed-off-by: Rajat Gupta <rajat.gupta@veeam.com>
    r4rajat committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    8b0b5a8 View commit details
    Browse the repository at this point in the history
  2. Add support for send output of helm install with dryRun enabled

    Signed-off-by: Rajat Gupta <rajat.gupta@veeam.com>
    r4rajat committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    40c7053 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Add Helper Functions for Helm Installation Output

    Signed-off-by: Rajat Gupta <rajat.gupta@veeam.com>
    r4rajat committed May 2, 2024
    Configuration menu
    Copy the full SHA
    1d2dcc1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d196e0 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Address review comments

    Signed-off-by: Abhijit Mukherjee <abhijit.mukherjee@infracloud.io>
    mabhi committed May 9, 2024
    Configuration menu
    Copy the full SHA
    c5f8228 View commit details
    Browse the repository at this point in the history
  2. Address lint error

    Signed-off-by: Abhijit Mukherjee <abhijit.mukherjee@infracloud.io>
    mabhi committed May 9, 2024
    Configuration menu
    Copy the full SHA
    9b30899 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Address review comments

    Signed-off-by: Abhijit Mukherjee <abhijit.mukherjee@infracloud.io>
    mabhi committed May 10, 2024
    Configuration menu
    Copy the full SHA
    7fb14d5 View commit details
    Browse the repository at this point in the history
  2. Address review comments

    Signed-off-by: Abhijit Mukherjee <abhijit.mukherjee@infracloud.io>
    mabhi committed May 10, 2024
    Configuration menu
    Copy the full SHA
    4fe93c4 View commit details
    Browse the repository at this point in the history
  3. Added [nit]

    Signed-off-by: Abhijit Mukherjee <abhijit.mukherjee@infracloud.io>
    mabhi committed May 10, 2024
    Configuration menu
    Copy the full SHA
    5753a0d View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Address review comments

    Signed-off-by: Abhijit Mukherjee <abhijit.mukherjee@infracloud.io>
    mabhi committed May 16, 2024
    Configuration menu
    Copy the full SHA
    3876341 View commit details
    Browse the repository at this point in the history
  2. Removed un-used func

    Signed-off-by: Abhijit Mukherjee <abhijit.mukherjee@infracloud.io>
    mabhi committed May 16, 2024
    Configuration menu
    Copy the full SHA
    00b786f View commit details
    Browse the repository at this point in the history
  3. Fix lint error and helm test error

    Signed-off-by: Abhijit Mukherjee <abhijit.mukherjee@infracloud.io>
    mabhi committed May 16, 2024
    Configuration menu
    Copy the full SHA
    115b8dd View commit details
    Browse the repository at this point in the history
  4. Address refactoring review comments

    Signed-off-by: Abhijit Mukherjee <abhijit.mukherjee@infracloud.io>
    mabhi committed May 16, 2024
    Configuration menu
    Copy the full SHA
    ab760d9 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Updated doc comments and removed unnecessary comments

    Signed-off-by: Abhijit Mukherjee <abhijit.mukherjee@infracloud.io>
    mabhi committed May 17, 2024
    Configuration menu
    Copy the full SHA
    68759c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8643b9 View commit details
    Browse the repository at this point in the history
  3. Minor refactor

    Signed-off-by: Abhijit Mukherjee <abhijit.mukherjee@infracloud.io>
    mabhi committed May 17, 2024
    Configuration menu
    Copy the full SHA
    5a2f53c View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Shortened func comments

    Signed-off-by: Abhijit Mukherjee <abhijit.mukherjee@infracloud.io>
    mabhi committed May 20, 2024
    Configuration menu
    Copy the full SHA
    dff1314 View commit details
    Browse the repository at this point in the history
  2. Addressed review comments

    Signed-off-by: Abhijit Mukherjee <abhijit.mukherjee@infracloud.io>
    mabhi committed May 20, 2024
    Configuration menu
    Copy the full SHA
    f6e5d1c View commit details
    Browse the repository at this point in the history
  3. Addressed review comment

    Signed-off-by: Abhijit Mukherjee <abhijit.mukherjee@infracloud.io>
    mabhi committed May 20, 2024
    Configuration menu
    Copy the full SHA
    afe354a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a8136b2 View commit details
    Browse the repository at this point in the history