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

Handling Missing Ingress Domain for Registry Operator #89

Merged
merged 9 commits into from
May 21, 2024

Commits on Apr 30, 2024

  1. add logic for handling missing ingress domain

    Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
    Jdubrick committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    448298c View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. use local hostname if ingress skipped

    Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
    Jdubrick committed May 3, 2024
    Configuration menu
    Copy the full SHA
    809eb9e View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. update localhost values to use global var

    Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
    Jdubrick committed May 7, 2024
    Configuration menu
    Copy the full SHA
    5db0632 View commit details
    Browse the repository at this point in the history
  2. fix typo for using localhost constant

    Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
    Jdubrick committed May 7, 2024
    Configuration menu
    Copy the full SHA
    04e7407 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. remove protocol from local hostname constant

    Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
    Jdubrick committed May 8, 2024
    Configuration menu
    Copy the full SHA
    50997b0 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. create helper func for skipping ingress

    Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
    Jdubrick committed May 9, 2024
    Configuration menu
    Copy the full SHA
    61ad5d9 View commit details
    Browse the repository at this point in the history
  2. prefix http protocol to url

    Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
    Jdubrick committed May 9, 2024
    Configuration menu
    Copy the full SHA
    cf28833 View commit details
    Browse the repository at this point in the history
  3. add logic for skipping checks for missing ingress k8s cases

    Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
    Jdubrick committed May 9, 2024
    Configuration menu
    Copy the full SHA
    94467ca View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. cherry pick remove items & block deployment if ingress unset

    Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
    Jdubrick committed May 14, 2024
    Configuration menu
    Copy the full SHA
    78f0c44 View commit details
    Browse the repository at this point in the history