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

OCPBUGS-18568: Use MCO and CCO image references when looking up mappings #2985

Merged
merged 2 commits into from Sep 7, 2023

Commits on Sep 6, 2023

  1. Use MCO and CCO image references when looking up mappings

    Currently, we unconditionally use an image mapping from the management
    cluster if a mapping exists for ocp-release-dev or ocp/release.
    When the individual images do not use those registries, the wrong
    mapping is used.
    This commit uses the individual images from the payload to look for any
    image mappings that may exist on the management cluster.
    csrwng committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    18ff7de View commit details
    Browse the repository at this point in the history
  2. Fix Konnectivity socks proxy CONNECT string

    The brackets surrounding an IPv6 address were not getting added at the
    right time. They need to be added before sending an address to be
    resolved.
    csrwng committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    e207d1b View commit details
    Browse the repository at this point in the history