Skip to content

Commit d88cdf4

Browse files
committed
update es version makefile
1 parent 15bc499 commit d88cdf4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ If you wish to use a different version, put the following in a
8484
file named `.env` in the same directory you run Docker Compose from:
8585

8686
```shell
87-
ELASTICSEARCH_VERSION=7.17.1
88-
OPENSEARCH_VERSION=2.11.0
87+
ELASTICSEARCH_VERSION=8.11.0
88+
OPENSEARCH_VERSION=2.11.1
8989
ENABLE_DIRECT_RESPONSE=false
9090
```
9191
The most recent Elasticsearch 7.x versions should also work. See the [opensearch-py docs](https://github.com/opensearch-project/opensearch-py/blob/main/COMPATIBILITY.md) for compatibility information.
@@ -111,9 +111,9 @@ You can customize additional settings in your `.env` file:
111111
| `RELOAD` | Enable auto-reload for development. | `true` | Optional |
112112
| `STAC_FASTAPI_RATE_LIMIT` | API rate limit per client. | `200/minute` | Optional |
113113
| `BACKEND` | Tests-related variable | `elasticsearch` or `opensearch` based on the backend | Optional |
114-
| `ELASTICSEARCH_VERSION` | Version of Elasticsearch to use. | N/A | Optional |
114+
| `ELASTICSEARCH_VERSION` | Version of Elasticsearch to use. | `8.11.0` | Optional |
115115
| `ENABLE_DIRECT_RESPONSE` | Enable direct response for maximum performance (disables all FastAPI dependencies, including authentication, custom status codes, and validation) | `false` | Optional |
116-
| `OPENSEARCH_VERSION` | OpenSearch version | `2.11.0` | Optional |
116+
| `OPENSEARCH_VERSION` | OpenSearch version | `2.11.1` | Optional |
117117

118118
> [!NOTE]
119119
> The variables `ES_HOST`, `ES_PORT`, `ES_USE_SSL`, and `ES_VERIFY_CERTS` apply to both Elasticsearch and OpenSearch backends, so there is no need to rename the key names to `OS_` even if you're using OpenSearch.

0 commit comments

Comments
 (0)