Updating API Keys service
-
(Recommended) Back up data used by the 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.
-
Copy the path to a new manifest file from the command output and set it as a value to the
dgctlStorage.manifest
parameter in thevalues-keys.yaml
configuration file. For more information, see the installation guide. -
Check out breaking changes. If necessary, update other settings in the
values-keys.yaml
configuration file. -
Run the command to update the service:
helm upgrade --version=VERSION --atomic --wait-for-jobs --values ./values-keys.yaml keys 2gis-on-premise/keys
In the
--version
parameter, set the newcore
component version that you specified in the DGCLI configuration file.