IWF Upgrade
This section includes information about upgrading the existing IWF deployment.
Note:
The
ociwf_customized_values.yaml
must be updated with the required details for upgrade.
The
ociwf_customized_values.yaml
can be downloaded from the OHC.
To download the InterWorking and Mediation Function (IWF) Custom Template ZIP file from OHC:
- Go to the URL, docs.oracle.com
- Navigate to Industries->Communications->Diameter Signaling Router->Cloud Native Network Elements
- Click the InterWorking and Mediation Function (IWF) Custom Template link to download the zip file.
- Unzip the template to get
ociwf-custom-values-1.4.0.yaml
file.
To upgrade an existing IWF deployment, execute:
helm upgrade <release> -f <ociwf-custom-values-1.4.0.yaml>
In case of backout:
-
Check the history of helm deployment:
helm history <helm_release>
-
Rollback to the required revision:
helm rollback <release name> <revision number>