Chapter 2. Upgrading the Red Hat Developer Hub Helm Chart


You can upgrade to a later version of Red Hat Developer Hub in OpenShift Container Platform by using either the web console or the CLI.

  • OpenShift Container Platform web console

    1. In the Developer perspective, click Helm to open the Helm Releases tab.
    2. Click the overflow menu on the Helm release that you want to use and select Upgrade.
    3. On the Upgrade Helm Release page, select the version of Developer Hub that you want to upgrade to from the chart version drop-down list.
    4. Click Upgrade.

      Note

      It might take a few minutes to delete the resources in the older versions and to start the newer versions of the Developer Hub pods.

    5. Close all open Developer Hub web pages, and log in again to verify that the upgrade was successful.
  • OpenShift Container Platform CLI

    1. Log in to the OpenShift Container Platform cluster as the cluster administrator and switch to the project or namespace in which Developer Hub was installed.

      oc login -u <user> -p <password> https://api.<HOSTNAME>:6443
      oc project my-rhdh-project
      Copy to Clipboard Toggle word wrap
    2. For a new version of the Developer Hub Helm chart, run the following upgrade command:

      helm upgrade -i rhdh -f new-values.yml \
        openshift-helm-charts/redhat-developer-hub --version 1.4.3
      Copy to Clipboard Toggle word wrap
      Note

      You can also provide extra values to the chart by creating a new-values.yml file on your workstation with values that override the attributes in the installed chart or by adding new attributes.

Red Hat logoGithubredditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust. Explore our recent updates.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

Theme

© 2026 Red Hat
Back to top