Upgrading Sterling Configure, Price, Quote Helm chart

You can upgrade your Sterling Configure, Price, Quote runtime environment.

Before you begin

  • If you create a custom Docker image based on the Sterling Configure, Price, Quote Docker image, ensure to tag your image correctly. Proper tagging ensures that you are updating the correct image.
  • Ensure to download and configure the command line utility.

About this task

The upgrade steps are intended for users who set up their Sterling Configure, Price, Quote runtime environment by using Helm on OpenShift® Container Platform to upgrade their Sterling Configure, Price, Quote deployments.

Procedure

To upgrade your Sterling Configure, Price, Quote runtime environment, complete the following steps:

  1. Download and extract the Sterling Configure, Price, Quote Helm chart to a temporary folder, which is henceforth referred as Chart Directory.
  2. Go to Chart Directory and edit the values of values.yaml file.

    For the list of supported values, see the README document.

    1. Update the global.image.repository and global.image.tag to the image tag you want to upgrade to.
    2. Update the appserver.image.names and appserver.image.tag to required values.
    3. If you have provided omserver.image.name and omserver.image.tag properties, update these properties to required values.
  3. Run the following command to install the Sterling Configure, Price, Quote agent servers in OpenShift Container Platform by using the updated Helm chart:
    helm upgrade --name <release_name> --values <directory path>/values.yaml

    Here, <directory path> refers to the location where values.yaml file exists.

What to do next

If you want to rollback the Helm chart to a previous version, see the README document for instructions.