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

Helm CLI install doesn't use 1.0.0-1

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Critical Critical
    • None
    • None
    • Build
    • None
    • 2
    • False
    • Hide

      None

      Show
      None
    • True
    • RHDH Install&Run 3255

      When installing RHDH using Helm CLI from OpenShift Chart Repository it doesn't consider the 1.0.0-1 to be the latest version and it defaults to 1.0.0

       

      ▶ helm repo add openshift-helm-charts https://charts.openshift.io/

      ▶ helm show values openshift-helm-charts/redhat-developer-hub | grep registry
      registry: quay.io
      registry: registry.redhat.io

      ▶ helm show values openshift-helm-charts/redhat-developer-hub --version 1.0.0-1 | grep registry
      registry: registry.redhat.io
      registry: registry.redhat.io

      ▶ helm show values openshift-helm-charts/redhat-developer-hub --version 1.0.0 | grep registry
      registry: quay.io
      registry: registry.redhat.io

       

       

      Note that this is not a case for OpenShift Developer Console, there it works correctly and it defaults to 1.0.0-1

       

      We need to make sure that the ODC and Helm Cli default to the same latest version.

       

       

       

       

              nickboldt Nick Boldt
              tkral@redhat.com Tomas Kral
              RHIDP - Install
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: