Updating SCM Configuration using Helm

This topic describes the steps to update the SCM configuration 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>

    The variables in the example have the following values:

    • <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> 

    In the example, <namespace> is the SCM namespace.