16.2.9 Updating the OIG Container Image to 14c

You must update the deployment to use the Oracle Identity Governance (OIG) 14c container image:

Note:

If the container image upgrade fails, see Restoring After a Failed Upgrade.
  1. Run the following command to update the deployment with the OIG 14c container image:
    kubectl patch domain %DOMAIN_UID% -n %NAMESPACE% --type merge  -p '{"spec":{"image":"%WEBLOGIC_IMAGE%"}}'
    
    For example:
    • If using Oracle Container Registry or your own container registry for your OIG container image:
      kubectl patch domain governancedomain -n oigns --type merge  -p '{"spec":{"image":"container-registry.oracle.com/middleware/oig_cpu:<new_tag>"}}'
      
    • If you are not using a container registry and have loaded the image on each of the worker nodes:
      kubectl patch domain governancedomain -n oigns --type merge  -p '{"spec":{"image":"oracle/oig:14.1.2.1.0"}}'
      
      The output will look similar to the following:
      domain.weblogic.oracle/governancedomain patched