Upgrading the chart

Black Duck Documentation

Version
2026.4

Before upgrading to new version, please make sure to run the following command to pull the latest version of charts from chart museum:

$ helm repo update
$ helm pull blackduck/blackduck -d <DESTINATION_FOLDER> --untar

To update the deployment:

$ BD_NAME="bd" && BD_SIZE="sizes-gen04/120sph"
$ helm upgrade ${BD_NAME} ${BD_INSTALL_DIR} --namespace ${BD_NAME} -f ${BD_INSTALL_DIR}/values.yaml -f ${BD_INSTALL_DIR}/${BD_SIZE}.yaml