Upgrading the Helm chart
- Last Updated: February 25, 2025
- 1 minute read
- Hybrid Data Pipeline
- Version 5.0
- Documentation
Upgrading the Helm chart should be considered when the Helm repository is updated, when modifying configurations, and when the Docker image has been refreshed.
Update the Helm repository and modify configurations
Take the following steps to update the Helm repository.
- Execute the update command:
helm repo update
- Optional. Update the values.yaml file.
- Execute the upgrade command:
helm upgrade release-name chart-name --version version-name --values values.yaml --namespace namespace-value
Refresh the Docker image
Take the following steps to refresh the Hybrid Data Pipeline Docker image.
- Download the Hybrid Data Pipeline Docker Deployment Package
from the Progress Customer Downloads Portal or the Trial Download page. Note: The deployment package is available as a tar.gz file. For example: PROGRESS_DATADIRECT_HDP_SERVER_version_DOCKER.tar.gz, where version is a three-part version number denoting major, minor, and service pack numbers.
- Unzip the Hybrid Data Pipeline Docker Deployment Package to a
package directory.
The hdp-docker-deploy directory includes the Hybrid Data Pipeline Docker image hdp_docker_version.build.tar.gz where version is the three-part version number of the server and build is the server build number.
- Push the Docker image to your Helm repository. See Pushing the Docker image to a container registry for details.
- Execute the update command:
helm repo update
- Optional. Update the values.yaml file.
- Execute the upgrade command:
helm upgrade release-name chart-name --version version-name --values values.yaml --namespace namespace-value