API Keys service | On‑Premise | Urbi Documentation

Updating API Keys service

  1. (Recommended) Back up data used by the service.

  2. 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.

  3. Copy the path to a new manifest file from the command output and set it as a value to the dgctlStorage.manifest parameter in the values-keys.yaml configuration file. For more information, see the installation guide.

  4. Check out breaking changes. If necessary, update other settings in the values-keys.yaml configuration file.

  5. 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 new core component version that you specified in the DGCLI configuration file.

  6. Test if the update succeeded.