Commit ca8f662
authored
fix: revert ES_VERSION to v7 for v1.28.x compatibility (#317)
The v1.28.x auto-setup image only contains v7 ES schema files
(cluster_settings_v7.json, index_template_v7.json). Setting ES_VERSION=v8
causes auto-setup to look for cluster_settings_v8.json which doesn't exist.
ES 8.5.0 is backwards-compatible with v7 API calls, so using ES_VERSION=v7
with ELASTICSEARCH_VERSION=8.5.0 is the correct configuration for v1.28.x.
Made-with: Cursor1 parent f693a4b commit ca8f662
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments