4 Upgrading NSSF

Upgrading an existing deployment replaces the running containers and pods with new ones. If there is no change in the pod configuration, it will not get replaced. Unless there is a change in the service configuration of a microservice, the service endpoints will remain unchanged (NodePort etc.)

For the parameters that are configurable, see section Customizing the OCNSSF.

Execute the following command to upgrade an existing NSSF deployment.

$ helm upgrade <release> <helm chart> [--version <OCNSSF version>] -f<ocnssf_customized_values.yaml>

  • <release> could be found in the output of 'helm list' command.
  • <chart> is the name of the chart in the form of <repository/ocnssf>.

Example: reg-1/ocnssf or cne-repo/ocnssf