Adding the Hybrid Data Pipeline repository
- Last Updated: March 4, 2025
- 1 minute read
- Hybrid Data Pipeline
- Version 5.0
- Documentation
To add the Hybrid Data Pipeline repository to Helm, follow these steps:
- Enter this command:
helm repo add repo-name https://progress.github.io/hdp-kubernetes
The message
repo-name has been added to your repositoriesappears. - Verify that the repository was added to Helm by entering this command:
helm repo list
The entry
repo-name https://progress.github.io/hdp-kubernetesappears. - Optional. To ensure the Helm repository is up to date, enter this
command:
helm repo update