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: allow host+subpath as the source registry for registry-override #2306

Merged
merged 4 commits into from
Feb 26, 2024

Commits on Feb 22, 2024

  1. fix: allow host+subpath as the source registry for registry-override (z…

    …arf-dev#2135)
    
    Instead of looking for refInfo.Host in the override map loop through the keys and values in i.RegistryOverrides, check if the refInfo.Reference begins with an override key and, if it does, replace that override text with the override value and set it back to actualSrc.
    
    Do not use ImageTransformHostWithoutChecksum since we already have the parsed ref and all the info we need to do the replacement.
    
    default actualSrc to refInfo.Reference
    
    Signed-off-by: Vibhav Bobade <vibhav.bobde@gmail.com>
    waveywaves committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    1d73899 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

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

Commits on Feb 26, 2024

  1. Update src/test/e2e/25_helm_test.go

    Co-authored-by: Austin Abro <37223396+AustinAbro321@users.noreply.github.com>
    waveywaves and AustinAbro321 committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    57448de View commit details
    Browse the repository at this point in the history