Skip to main content

Updating Platform Manager

  1. Fetch new installation artifacts.

    1. In the DGCLI configuration file, specify:

      • New version of the api-platform component (see API Platform releases).
      • Version of core component required to install the new API Platform version (see the Dependencies subsection in the API Platform releases description).
    2. Run the fetch command.

      For more settings, see DGCLI command-line arguments reference.

  2. Check out breaking changes. If necessary, update settings in the values-platform.yaml configuration file. For more information, see the installation guide.

  3. Run the command to update the service:

    helm upgrade --version=VERSION --atomic --values ./values-platform.yaml platform 2gis-on-premise/platform

    In the --version parameter, set the new api-platform component version that you specified in the DGCLI configuration file.

  4. Test if the update succeeded.