Updating the application service image

After the Operators are upgraded, update images of the application services.

Procedure

Update the service image where the image is configured. It can be either in the SIPEnvironment or individual service group. For more information about updating service image for SIPEnvironment, see image parameter.
The following example demonstrates to update Inventory service image. For more information about configuring Inventory service group, see IVServiceGroup custom resource manifest.
    image:
        imagePullSecrets:
        - name: icr-docker-cred
        pullPolicy: Always
        repository: us.icr.io/inventory-viz-np/
        tag: <Update with latest service image> 
Note: Ensure that the images are pushed to your repository before you update the service image.

What to do next

Verify if there are any post-upgrade steps required for the version you are planning to upgrade to. For more information, see Post-upgrade tasks.