To add the Hybrid Data Pipeline repository to Helm, follow these steps:

  1. Enter this command:

    helm repo add repo-name https://progress.github.io/hdp-kubernetes

    The message repo-name has been added to your repositories appears.

  2. Verify that the repository was added to Helm by entering this command:

    helm repo list

    The entry repo-name https://progress.github.io/hdp-kubernetes appears.

  3. Optional. To ensure the Helm repository is up to date, enter this command:

    helm repo update