title
UMHLens / OpenLens

How to Add the United Manufacturing Hub Helm Repo to OpenLens / UMHLens

How to add a custom Helm repository, so that you can use it in OpenLens / UMHLens.

How to Add the United Manufacturing Hub Helm Repo to OpenLens / UMHLens

To use third-party repositories like the United Manufacturing Hub, you first need to add them to OpenLens / UMHLens. Fortunately, adding a repository to Lens is a simple process that can be accomplished in a few steps.

Instructions

Option 1

  1. In Lens, go to "Files" and then select "Preferences".

  2. In the preferences window, navigate to the "Kubernetes" tab.

  3. Under the "Helm Charts" section, click the "Add custom helm repo" button.

  4. In the "Add custom helm repo" dialog, enter a name for the repository in the "Name" field. We commonly use "united-manufacturing-hub".

  5. In the "URL" field, enter the URL for the UMH Helm Repo: https://repo.umh.app.

  6. Click the "Add" button to add the repository.

  7. Restart Lens.

    Untitled

    Untitled-1

Option 2

  1. Install Helm on your computer running UMHLens (on Windows in combination with WSL2):
export VERIFY_CHECKSUM=false && curl -fsSL -o get_helm.sh   https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 && chmod 700 get_helm.sh && ./get_helm.sh
  1. Add the United Manufacturing Hub Helm Repo:
helm repo add united-manufacturing-hub https://repo.umh.app
  1. Get repository updates:
helm repo update
  1. Restart UMHLens (make sure to also close it in the system tray).

By following these steps, you can easily add the United Manufacturing Hub Helm Repo to OpenLens / UMHLens and start using it to manage your Kubernetes applications.

Stay up-to-date

Subscribe to the UMH Learning Hub Newsletter to receive the latest updates and gain early access to our blog posts.

Subscribe