Uploaded image for project: 'Red Hat Developer Hub Bugs'
  1. Red Hat Developer Hub Bugs
  2. RHDHBUGS-1138

[e2e] RHDH Operator Nightly Job Uses Hardcoded Image Instead of Release-Specific Tag

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Critical Critical
    • None
    • None
    • Quality
    • 1
    • False
    • Hide

      None

      Show
      None
    • False
    • RHDH Install 3274, RHDH Install 3275

      Description:
      Currently, the RHDH Operator job fails while the Helm deployment works correctly.
      Upon investigation, it was found that although release-specific Operators are created, the RHDH instance/subscription is using a hardcoded image:
      image: 'quay.io/rhdh-community/rhdh:next'
      This causes a mismatch, as the Operator is release-specific but the image is not.

      Expected Behavior:
      The image path should be dynamically constructed to match the release, e.g.:
      quay.io/$QUAY_REPO:$TAG_NAME
      Proposed Fix:
      Update the Operator logic to dynamically construct and use the image path based on the release/tag.

       

      failed job : https://prow.ci.openshift.org/view/gs/test-platform-results/logs/periodic-ci-redhat-developer-rhdh-release-1.5-e2e-tests-operator-nightly/1921838056701169664

              skhileri Subhash Khileri
              skhileri Subhash Khileri
              RHIDP - Install
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: