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

chart references wrong branch's index

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Blocker Blocker
    • 1.9.0
    • 1.9.0
    • Build, Helm Chart
    • None
    • RHDH Install 3287

      Description of problem:

      When building charts, the prepare.sh is using the LATEST 1.10 build, not the CORRECT build for the specified branch (1.9).

      So we need to ensure when reading index tags, that we filter out the incorrect ones and only use the 1.9 index for the 1.9 chart.

      Checked but it seems this is NOT affecting operator bundle CSV creation.

      Steps to Reproduce

      TAG=1.9-175
      ./build/helm/prepare.sh --chart-version ${TAG}-CI --rhdh-version ${TAG}         --chart-branch release-${TAG%-*} 
      ...
      Create chart for 1.9-175 (1.9-175-CI) + index 1.10-13
      ...
      

      Expected results:

      Create chart for 1.9-175 (1.9-175-CI) + index 1.9-zzz
      ...
      

              rh-ee-asoro Armel Soro
              nickboldt Nick Boldt
              RHDH Install
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: