GIS Platform | On‑Premise | Urbi Documentation

Updating GIS Platform service

  1. Fetch new installation artifacts.

    1. In the DGCLI configuration file, specify:

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

      For more settings, see DGCLI command-line arguments.

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

  3. Run the command to update the service:

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

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