Updating License service
-
Fetch new installation artifacts.
Specify the new version of the
core
component in the DGCLI configuration file (see Core releases) and run the fetch command.See the reference of DGCLI command-line arguments.
-
Check out breaking changes. If necessary, update settings in the
values-license.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-license.yaml license 2gis-on-premise/license
In the
--version
parameter, set the newcore
component version that you specified in the DGCLI configuration file.