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.
  1. Download the latest code repository to a new directory and set the $WORKDIR to 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 the values.yaml used to create the original ingress.
  2. Navigate to the following directory:
    cd $WORKDIR/kubernetes/charts/ingress-per-domain
  3. Make a copy of the values.yaml:
    cp values.yaml $WORKDIR/
  4. Copy over the values.yaml from the original OIG 12c code repository. For example:
    cp /OIGK8S/fmw-kubernetes/OracleIdentityGovernance/kubernetes/charts/ingress-per-domain \
    $WORKDIR/kubernetes/charts/ingress-per-domain
  5. Upgrade the governancedomain-nginx with the following commands:
    cd $WORKDIR
    helm upgrade governancedomain-nginx kubernetes/charts/ingress-per-domain/ --namespace %NAMESPACE% \
    --values kubernetes/charts/ingress-per-domain/values.yaml --reuse-values
    For example:
    helm upgrade governancedomain-nginx kubernetes/charts/ingress-per-domain/ --namespace oigns \
    --values kubernetes/charts/ingress-per-domain/values.yaml --reuse-values
    The output will look similar to the following:
    Release "governancedomain-nginx" has been upgraded. Happy Helming!
    NAME: governancedomain-nginx
    LAST DEPLOYED: <DATE>
    NAMESPACE: oigns
    STATUS: deployed
    REVISION: 2
    TEST SUITE: None
    
  6. 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.