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

Fix/helm values wbc #748

Merged
merged 10 commits into from
Jun 24, 2024
Merged

Commits on Oct 12, 2023

  1. change: update argocd library from 2.7.9 to 2.8.4 for future multisource

    support
    
    Signed-off-by: David Vidal Villamide <[email protected]>
    askhari committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    d428442 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. Configuration menu
    Copy the full SHA
    4291d4b View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    e8f021f View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. Configuration menu
    Copy the full SHA
    7381247 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. fix: keep the same order in the YAML file when writing back helm values.

    fix: search the YAML key with dots first, then navigate the YAML
    hierarchy in helm values.
    
    Signed-off-by: David Vidal Villamide <[email protected]>
    askhari committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    4ee706b View commit details
    Browse the repository at this point in the history
  2. del: removed commented functions

    Signed-off-by: David Vidal Villamide <[email protected]>
    askhari committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    4bcf94a View commit details
    Browse the repository at this point in the history
  3. update: go.mod and go.sum

    Signed-off-by: David Vidal Villamide <[email protected]>
    askhari committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    e3a88e9 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. add: more tests for setHelmValue and marshalParamsOverride functions

    Signed-off-by: David Vidal Villamide <[email protected]>
    askhari committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    204b034 View commit details
    Browse the repository at this point in the history
  2. fix: linter errors moving yaml library above in the file

    Signed-off-by: David Vidal Villamide <[email protected]>
    askhari committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    767175c View commit details
    Browse the repository at this point in the history
  3. refactor: setHelmValue function refactored to reuse findHelmValuesKey

    Signed-off-by: David Vidal Villamide <[email protected]>
    askhari committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    c8f981a View commit details
    Browse the repository at this point in the history