16.2.12 Upgrading the Ingress
In order to access the Oracle Identity Governance (OIG) 14c domain via WebLogic Remote
Console, you must upgrade the ingress.
- Download the latest code repository to a new directory and set the
$WORKDIRto the new directory structure. See, Setting Up the Code Repository for OIG.Note:
Make sure not to delete the original OIG 12c code repository as you will need thevalues.yamlused to create the original ingress. - Navigate to the following
directory:
cd $WORKDIR/kubernetes/charts/ingress-per-domain - Make a copy of the
values.yaml:cp values.yaml $WORKDIR/ - Copy over the
values.yamlfrom the original OIG 12c code repository. For example:cp /OIGK8S/fmw-kubernetes/OracleIdentityGovernance/kubernetes/charts/ingress-per-domain \ $WORKDIR/kubernetes/charts/ingress-per-domain - Upgrade the
governancedomain-nginxwith the following commands:cd $WORKDIR
For example:helm upgrade governancedomain-nginx kubernetes/charts/ingress-per-domain/ --namespace %NAMESPACE% \ --values kubernetes/charts/ingress-per-domain/values.yaml --reuse-values
The output will look similar to the following:helm upgrade governancedomain-nginx kubernetes/charts/ingress-per-domain/ --namespace oigns \ --values kubernetes/charts/ingress-per-domain/values.yaml --reuse-valuesRelease "governancedomain-nginx" has been upgraded. Happy Helming! NAME: governancedomain-nginx LAST DEPLOYED: <DATE> NAMESPACE: oigns STATUS: deployed REVISION: 2 TEST SUITE: None - Check you can connect to the OIG 14c domain using the WebLogic Remote Console.
Note:
For more information about installing and configuring the console, see Getting Started Using Administration Console.