Update to v7.15.1

This commit is contained in:
alexbelgium
2021-11-05 07:03:31 +01:00
parent d65a2c6a80
commit 617f2d2b1a
2 changed files with 8 additions and 5 deletions

View File

View File

@@ -1,9 +1,12 @@
{
"arch": ["aarch64", "amd64"],
"arch": [
"aarch64",
"amd64"
],
"description": "Free and Open, Distributed, RESTful Search Engine",
"environment": {
"ES_JAVA_OPTS": "-Xms1024M -Xmx1024M",
"bootstrap.memory_lock": "true",
"ES_JAVA_OPTS": "-Xms1024M -Xmx1024M",
"bootstrap.memory_lock": "true",
"discovery.type": "single-node",
"WORKDIR": "/data"
},
@@ -20,7 +23,7 @@
},
"schema": {},
"slug": "elasticsearch",
"upstream": "",
"upstream": "v7.15.1",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "6.8.20"
"version": "v7.15.1"
}