Updating Platform Manager
-
Fetch new installation artifacts.
-
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).
- New version of the
-
For more settings, see DGCLI command-line arguments.
-
-
Check out breaking changes. If necessary, update settings in the
values-platform.yaml
configuration file. For more information, see the installation guide. -
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 newapi-platform
component version that you specified in the DGCLI configuration file.