Go to primary content
Oracle® Communications Unified Data Repository Cloud Native Installation and Upgrade Guide
Release 1.0
F17617-01
Go To Table Of Contents
Contents

Previous
Previous
Next
Next

4 Upgrading an Existing User Data Repository Deployment

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 micro service, the service endpoints remains unchanged. For example, ClusterIP.

For the parameters that can be configurable, see Customizing User Data Repository.

Run the following command to upgrade an existing User Data Repository deployment.

$ helm upgrade <release> <helm chart> [--version <OCUDR version>] -f <ocudr_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/ocudr> e.g. reg-1/ocudr or cne-repo/ocudr