Updating search API services
Update Search API service
-
Make sure that a newer version of Search API service exists in the Docker Registry. See On-Premise releases.
-
Update settings in the
values-search.yaml
configuration file, if necessary. See the example in the installation instructions. -
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
Update Catalog API service
-
Make sure that a newer version of Catalog API service exists in the Docker Registry. See On-Premise releases.
-
Update settings in the
values-catalog.yaml
configuration file, if necessary. See the example in the installation instructions. -
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