Go to primary content
Oracle® Communications Network Repository Function (NRF) Cloud Native Installation and Upgrade Guide
Release 1.0
F16981-02
Go To Table Of Contents
Contents

Previous
Previous
Next
Next

4 NRF Upgrade

This section includes information about upgrading an existing NRF deployment.

When you attempt to upgrade an existing NRF deployment, the running set of containers and pods are replaced with the new set of containers and pods. However, If there is no change in the pod configuration, the running set of containers and pods are not replaced.

If you need to change any configuration then change the ocnrf-custom-values-1.0.0.yaml file with new values.

Note:

It is advisable to create backup of the file before changing any configuration.

To configure the parameters, see section NRF Configuration

Execute the following command to upgrade an existing NRF deployment:

helm upgrade <release> -f ocnrf-custom-values-1.0.0.yaml

Table 4-1 Parameters and Definitions during NRF Upgrade

Parameters Definitions
<chart> It is the name of the chart that is of the form <repository/ocnrf>. For example: reg-1/ocnrf or cne-repo/ocnrf
<release> It can be found in the output of helm list command
In case of backout:
  1. Check the history of helm deployment:

    helm history <helm_release>

  2. Rollback to the required revision:

    helm rollback <release name> <revision number>