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(manager/terraform): support OCI charts in helm_release #19869

Commits on Jan 16, 2023

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

Commits on Jan 17, 2023

  1. Update lib/modules/manager/terraform/util.ts

    Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
    morremeyer and viceice committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    14dba67 View commit details
    Browse the repository at this point in the history
  2. Update lib/modules/manager/terraform/util.ts

    Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
    morremeyer and viceice committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    555e96d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    582f99c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b2a36cb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    23d47dd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    86591c4 View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'upstream/main' into feat/manager-terraf…

    …orm-helm-release-oci-registry
    morremeyer committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    2908900 View commit details
    Browse the repository at this point in the history
  8. Update lib/modules/manager/terraform/extractors/resources/helm-releas…

    …e.ts
    
    Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
    morremeyer and secustor committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    fe5daf2 View commit details
    Browse the repository at this point in the history
  9. Update lib/modules/manager/terraform/extractors/resources/helm-releas…

    …e.ts
    
    Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
    morremeyer and secustor committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    4fe8e20 View commit details
    Browse the repository at this point in the history
  10. fix: swap else if conditions

    OCI charts are also valid paths, therefore we need to check first
    if it is an OCI chart.
    morremeyer committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    86086bc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0a7707d View commit details
    Browse the repository at this point in the history
  12. Update lib/modules/manager/terraform/util.ts

    Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
    morremeyer and secustor committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    b53fc47 View commit details
    Browse the repository at this point in the history
  13. Update lib/modules/manager/helmv3/utils.ts

    Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
    morremeyer and secustor committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    ddb2387 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a1af388 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Configuration menu
    Copy the full SHA
    1d46b1c View commit details
    Browse the repository at this point in the history
  2. test: add test for isOCIRegistry null and undefined cases

    I went with the layout of the existing tests to not add further complication
    to the PR review.
    morremeyer committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    89bb93b View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Update lib/modules/manager/terraform/extractors/resources/helm-releas…

    …e.ts
    
    Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
    morremeyer and viceice committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    690dc0d View commit details
    Browse the repository at this point in the history
  2. Update lib/modules/manager/helmv3/utils.spec.ts

    Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
    morremeyer and viceice committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    3a0e66f View commit details
    Browse the repository at this point in the history
  3. Update lib/modules/manager/helmv3/utils.spec.ts

    Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
    morremeyer and viceice committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    9b06be3 View commit details
    Browse the repository at this point in the history
  4. Update lib/modules/manager/terraform/extractors/resources/helm-releas…

    …e.ts
    
    Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
    morremeyer and viceice committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    50c8df3 View commit details
    Browse the repository at this point in the history
  5. Update lib/modules/manager/terraform/extractors/resources/helm-releas…

    …e.ts
    
    Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
    morremeyer and viceice committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    c48e9dd View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'upstream/main' into feat/manager-terraf…

    …orm-helm-release-oci-registry
    morremeyer committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    72e3279 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c8cdae9 View commit details
    Browse the repository at this point in the history