Updating GIS Platform service
-
Fetch new installation artifacts.
-
In the DGCLI configuration file, specify:
- New version of the
gis-platform
component (see GIS Platform releases). - Versions of
core
andapi-platform
components required to install the new GIS Platform version (see the Dependencies subsection in the GIS Platform releases description).
- New version of the
-
For more settings, see DGCLI command-line arguments.
-
-
Check out breaking changes. If necessary, update settings in the
values-gis-platform.yaml
configuration file. For more information, see the installation guide. -
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 newgis-platform
component version that you specified in the DGCLI configuration file.