Search API | Urbi On-Prem | 2GIS Documentation

Updating search API services

  1. Make sure that a newer version of Search API service exists in the Docker Registry. See On-Premise releases.

  2. Update settings in the values-search.yaml configuration file, if necessary. See the example in the installation instructions.

  3. Run the command to update the service:

    helm upgrade --version=1.4.5 --atomic --values ./values-search.yaml search-api 2gis-on-premise/search-api
    
  1. Make sure that a newer version of Catalog API service exists in the Docker Registry. See On-Premise releases.

  2. Update settings in the values-catalog.yaml configuration file, if necessary. See the example in the installation instructions.

  3. Run the command to update the service:

    helm upgrade --version=1.4.5 --atomic --values ./values-catalog.yaml catalog-api 2gis-on-premise/catalog-api