From 02c0d4f2a2bde09c1580df1987d93be6a28121cc Mon Sep 17 00:00:00 2001 From: QYG2297248353 Date: Fri, 29 May 2026 03:56:12 +0000 Subject: [PATCH] Processed apps directory via GitHub Actions --- appstore/elastic-elasticsearch/{8.19.15 => 8.19.16}/.env | 0 appstore/elastic-elasticsearch/{8.19.15 => 8.19.16}/data.yml | 0 .../{8.19.15 => 8.19.16}/docker-compose.yml | 2 +- .../elastic-elasticsearch/{8.19.15 => 8.19.16}/envs/default.env | 0 .../elastic-elasticsearch/{8.19.15 => 8.19.16}/envs/global.env | 0 .../elastic-elasticsearch/{8.19.15 => 8.19.16}/scripts/init.sh | 0 .../{8.19.15 => 8.19.16}/scripts/uninstall.sh | 0 .../{8.19.15 => 8.19.16}/scripts/upgrade.sh | 0 appstore/elastic-elasticsearch/{9.4.1 => 9.4.2}/.env | 0 appstore/elastic-elasticsearch/{9.4.1 => 9.4.2}/data.yml | 0 .../elastic-elasticsearch/{9.4.1 => 9.4.2}/docker-compose.yml | 2 +- .../elastic-elasticsearch/{9.4.1 => 9.4.2}/envs/default.env | 0 appstore/elastic-elasticsearch/{9.4.1 => 9.4.2}/envs/global.env | 0 appstore/elastic-elasticsearch/{9.4.1 => 9.4.2}/scripts/init.sh | 0 .../elastic-elasticsearch/{9.4.1 => 9.4.2}/scripts/uninstall.sh | 0 .../elastic-elasticsearch/{9.4.1 => 9.4.2}/scripts/upgrade.sh | 0 dockge/elastic-elasticsearch/docker-compose.yml | 2 +- .../.env | 0 .../docker-compose.yml | 2 +- .../envs/default.env | 0 .../envs/global.env | 0 21 files changed, 4 insertions(+), 4 deletions(-) rename appstore/elastic-elasticsearch/{8.19.15 => 8.19.16}/.env (100%) rename appstore/elastic-elasticsearch/{8.19.15 => 8.19.16}/data.yml (100%) rename appstore/elastic-elasticsearch/{8.19.15 => 8.19.16}/docker-compose.yml (96%) rename appstore/elastic-elasticsearch/{8.19.15 => 8.19.16}/envs/default.env (100%) rename appstore/elastic-elasticsearch/{8.19.15 => 8.19.16}/envs/global.env (100%) rename appstore/elastic-elasticsearch/{8.19.15 => 8.19.16}/scripts/init.sh (100%) rename appstore/elastic-elasticsearch/{8.19.15 => 8.19.16}/scripts/uninstall.sh (100%) rename appstore/elastic-elasticsearch/{8.19.15 => 8.19.16}/scripts/upgrade.sh (100%) rename appstore/elastic-elasticsearch/{9.4.1 => 9.4.2}/.env (100%) rename appstore/elastic-elasticsearch/{9.4.1 => 9.4.2}/data.yml (100%) rename appstore/elastic-elasticsearch/{9.4.1 => 9.4.2}/docker-compose.yml (96%) rename appstore/elastic-elasticsearch/{9.4.1 => 9.4.2}/envs/default.env (100%) rename appstore/elastic-elasticsearch/{9.4.1 => 9.4.2}/envs/global.env (100%) rename appstore/elastic-elasticsearch/{9.4.1 => 9.4.2}/scripts/init.sh (100%) rename appstore/elastic-elasticsearch/{9.4.1 => 9.4.2}/scripts/uninstall.sh (100%) rename appstore/elastic-elasticsearch/{9.4.1 => 9.4.2}/scripts/upgrade.sh (100%) rename dockge/{elastic-elasticsearch_9_4_1 => elastic-elasticsearch_8_19_16}/.env (100%) rename dockge/{elastic-elasticsearch_9_4_1 => elastic-elasticsearch_8_19_16}/docker-compose.yml (96%) rename dockge/{elastic-elasticsearch_9_4_1 => elastic-elasticsearch_8_19_16}/envs/default.env (100%) rename dockge/{elastic-elasticsearch_9_4_1 => elastic-elasticsearch_8_19_16}/envs/global.env (100%) diff --git a/appstore/elastic-elasticsearch/8.19.15/.env b/appstore/elastic-elasticsearch/8.19.16/.env similarity index 100% rename from appstore/elastic-elasticsearch/8.19.15/.env rename to appstore/elastic-elasticsearch/8.19.16/.env diff --git a/appstore/elastic-elasticsearch/8.19.15/data.yml b/appstore/elastic-elasticsearch/8.19.16/data.yml similarity index 100% rename from appstore/elastic-elasticsearch/8.19.15/data.yml rename to appstore/elastic-elasticsearch/8.19.16/data.yml diff --git a/appstore/elastic-elasticsearch/8.19.15/docker-compose.yml b/appstore/elastic-elasticsearch/8.19.16/docker-compose.yml similarity index 96% rename from appstore/elastic-elasticsearch/8.19.15/docker-compose.yml rename to appstore/elastic-elasticsearch/8.19.16/docker-compose.yml index ed8d51a0c..1b43d6ef0 100644 --- a/appstore/elastic-elasticsearch/8.19.15/docker-compose.yml +++ b/appstore/elastic-elasticsearch/8.19.16/docker-compose.yml @@ -11,7 +11,7 @@ services: - LICENSE=basic - ES_SETTING_BOOTSTRAP_MEMORY__LOCK=true - ES_SETTING_PATH_REPO=/usr/share/elasticsearch/backup - image: elasticsearch:8.19.15 + image: elasticsearch:8.19.16 labels: createdBy: Apps networks: diff --git a/appstore/elastic-elasticsearch/8.19.15/envs/default.env b/appstore/elastic-elasticsearch/8.19.16/envs/default.env similarity index 100% rename from appstore/elastic-elasticsearch/8.19.15/envs/default.env rename to appstore/elastic-elasticsearch/8.19.16/envs/default.env diff --git a/appstore/elastic-elasticsearch/8.19.15/envs/global.env b/appstore/elastic-elasticsearch/8.19.16/envs/global.env similarity index 100% rename from appstore/elastic-elasticsearch/8.19.15/envs/global.env rename to appstore/elastic-elasticsearch/8.19.16/envs/global.env diff --git a/appstore/elastic-elasticsearch/8.19.15/scripts/init.sh b/appstore/elastic-elasticsearch/8.19.16/scripts/init.sh similarity index 100% rename from appstore/elastic-elasticsearch/8.19.15/scripts/init.sh rename to appstore/elastic-elasticsearch/8.19.16/scripts/init.sh diff --git a/appstore/elastic-elasticsearch/8.19.15/scripts/uninstall.sh b/appstore/elastic-elasticsearch/8.19.16/scripts/uninstall.sh similarity index 100% rename from appstore/elastic-elasticsearch/8.19.15/scripts/uninstall.sh rename to appstore/elastic-elasticsearch/8.19.16/scripts/uninstall.sh diff --git a/appstore/elastic-elasticsearch/8.19.15/scripts/upgrade.sh b/appstore/elastic-elasticsearch/8.19.16/scripts/upgrade.sh similarity index 100% rename from appstore/elastic-elasticsearch/8.19.15/scripts/upgrade.sh rename to appstore/elastic-elasticsearch/8.19.16/scripts/upgrade.sh diff --git a/appstore/elastic-elasticsearch/9.4.1/.env b/appstore/elastic-elasticsearch/9.4.2/.env similarity index 100% rename from appstore/elastic-elasticsearch/9.4.1/.env rename to appstore/elastic-elasticsearch/9.4.2/.env diff --git a/appstore/elastic-elasticsearch/9.4.1/data.yml b/appstore/elastic-elasticsearch/9.4.2/data.yml similarity index 100% rename from appstore/elastic-elasticsearch/9.4.1/data.yml rename to appstore/elastic-elasticsearch/9.4.2/data.yml diff --git a/appstore/elastic-elasticsearch/9.4.1/docker-compose.yml b/appstore/elastic-elasticsearch/9.4.2/docker-compose.yml similarity index 96% rename from appstore/elastic-elasticsearch/9.4.1/docker-compose.yml rename to appstore/elastic-elasticsearch/9.4.2/docker-compose.yml index dbe96818e..6eadaaf58 100644 --- a/appstore/elastic-elasticsearch/9.4.1/docker-compose.yml +++ b/appstore/elastic-elasticsearch/9.4.2/docker-compose.yml @@ -11,7 +11,7 @@ services: - LICENSE=basic - ES_SETTING_BOOTSTRAP_MEMORY__LOCK=true - ES_SETTING_PATH_REPO=/usr/share/elasticsearch/backup - image: elasticsearch:9.4.1 + image: elasticsearch:9.4.2 labels: createdBy: Apps networks: diff --git a/appstore/elastic-elasticsearch/9.4.1/envs/default.env b/appstore/elastic-elasticsearch/9.4.2/envs/default.env similarity index 100% rename from appstore/elastic-elasticsearch/9.4.1/envs/default.env rename to appstore/elastic-elasticsearch/9.4.2/envs/default.env diff --git a/appstore/elastic-elasticsearch/9.4.1/envs/global.env b/appstore/elastic-elasticsearch/9.4.2/envs/global.env similarity index 100% rename from appstore/elastic-elasticsearch/9.4.1/envs/global.env rename to appstore/elastic-elasticsearch/9.4.2/envs/global.env diff --git a/appstore/elastic-elasticsearch/9.4.1/scripts/init.sh b/appstore/elastic-elasticsearch/9.4.2/scripts/init.sh similarity index 100% rename from appstore/elastic-elasticsearch/9.4.1/scripts/init.sh rename to appstore/elastic-elasticsearch/9.4.2/scripts/init.sh diff --git a/appstore/elastic-elasticsearch/9.4.1/scripts/uninstall.sh b/appstore/elastic-elasticsearch/9.4.2/scripts/uninstall.sh similarity index 100% rename from appstore/elastic-elasticsearch/9.4.1/scripts/uninstall.sh rename to appstore/elastic-elasticsearch/9.4.2/scripts/uninstall.sh diff --git a/appstore/elastic-elasticsearch/9.4.1/scripts/upgrade.sh b/appstore/elastic-elasticsearch/9.4.2/scripts/upgrade.sh similarity index 100% rename from appstore/elastic-elasticsearch/9.4.1/scripts/upgrade.sh rename to appstore/elastic-elasticsearch/9.4.2/scripts/upgrade.sh diff --git a/dockge/elastic-elasticsearch/docker-compose.yml b/dockge/elastic-elasticsearch/docker-compose.yml index ed8d51a0c..6eadaaf58 100644 --- a/dockge/elastic-elasticsearch/docker-compose.yml +++ b/dockge/elastic-elasticsearch/docker-compose.yml @@ -11,7 +11,7 @@ services: - LICENSE=basic - ES_SETTING_BOOTSTRAP_MEMORY__LOCK=true - ES_SETTING_PATH_REPO=/usr/share/elasticsearch/backup - image: elasticsearch:8.19.15 + image: elasticsearch:9.4.2 labels: createdBy: Apps networks: diff --git a/dockge/elastic-elasticsearch_9_4_1/.env b/dockge/elastic-elasticsearch_8_19_16/.env similarity index 100% rename from dockge/elastic-elasticsearch_9_4_1/.env rename to dockge/elastic-elasticsearch_8_19_16/.env diff --git a/dockge/elastic-elasticsearch_9_4_1/docker-compose.yml b/dockge/elastic-elasticsearch_8_19_16/docker-compose.yml similarity index 96% rename from dockge/elastic-elasticsearch_9_4_1/docker-compose.yml rename to dockge/elastic-elasticsearch_8_19_16/docker-compose.yml index dbe96818e..1b43d6ef0 100644 --- a/dockge/elastic-elasticsearch_9_4_1/docker-compose.yml +++ b/dockge/elastic-elasticsearch_8_19_16/docker-compose.yml @@ -11,7 +11,7 @@ services: - LICENSE=basic - ES_SETTING_BOOTSTRAP_MEMORY__LOCK=true - ES_SETTING_PATH_REPO=/usr/share/elasticsearch/backup - image: elasticsearch:9.4.1 + image: elasticsearch:8.19.16 labels: createdBy: Apps networks: diff --git a/dockge/elastic-elasticsearch_9_4_1/envs/default.env b/dockge/elastic-elasticsearch_8_19_16/envs/default.env similarity index 100% rename from dockge/elastic-elasticsearch_9_4_1/envs/default.env rename to dockge/elastic-elasticsearch_8_19_16/envs/default.env diff --git a/dockge/elastic-elasticsearch_9_4_1/envs/global.env b/dockge/elastic-elasticsearch_8_19_16/envs/global.env similarity index 100% rename from dockge/elastic-elasticsearch_9_4_1/envs/global.env rename to dockge/elastic-elasticsearch_8_19_16/envs/global.env