Updating SCM Configuration using Helm

This topic describes the steps to update the SCM configuration on a Kubernetes cluster on premises or in the cloud using Helm.

To update the SCM configuration:

  1. Go to the SCM Helm chart directory.
  2. Update the values.yaml file as required. For more information on updating the values.yaml file, see Installing SCM using Helm.
  3. Run the Helm upgrade command as follows:
    cd cloudmanager
    helm upgrade <releaseName> . -n <namespace>

    where:

    • <releaseName> is the SCM Helm chart instance identifier
    • <namespace> is the SCM namespace.
  4. Verify that the SCM pod is running after updating the configuration as follows:
    kubectl get pods -n <namespace> 

    where <namespace> is the SCM namespace.