By following steps below, you can get the new helm chart and container image. 1. Extract the downloaded tar file for docker image - ssp_6030_iFix09Plus_BUILD332_docker.tar 2. Load the CM container image - ssp_cm_docker_image_6030.tar 3. Tag and push the new container image into your registry if required. 4. Extract the downloaded tar file for helm chart - ssp_6030_iFix09Plus_BUILD332_helmchart.tar 5. During deployment use the downloaded helm chart and container image - ssp-cm-docker-image:6.0.3.0.09plus and ibm-ssp-cm-1.2.9.tgz Also we have added one new tag in CM's helm chart - cmArgs.osaNodeEnable By default, it is disabled. So you need to enable this during deployment. CM helm chart - values.yaml cmArgs: # Enable/Disable - SSP CM OSA Node Name to be used for CCM monitoring # In Node Name container will add Pod name osaNodeEnable: false