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.- Run the following command to update the deployment with the OIG 14c container image:
For example:kubectl patch domain %DOMAIN_UID% -n %NAMESPACE% --type merge -p '{"spec":{"image":"%WEBLOGIC_IMAGE%"}}'
- 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:
The output will look similar to the following:kubectl patch domain governancedomain -n oigns --type merge -p '{"spec":{"image":"oracle/oig:14.1.2.1.0"}}'
domain.weblogic.oracle/governancedomain patched
- If using Oracle Container Registry or your own container registry for your OIG
container
image: