From 1c0beef095c61ec95d9a7217731a4ef454ebfcd9 Mon Sep 17 00:00:00 2001 From: QYG2297248353 Date: Wed, 18 Dec 2024 02:34:48 +0000 Subject: [PATCH] Processed apps directory via GitHub Actions --- appstore/elastic-elasticsearch/{8.16.1 => 8.17.0}/.env | 0 appstore/elastic-elasticsearch/{8.16.1 => 8.17.0}/data.yml | 0 .../elastic-elasticsearch/{8.16.1 => 8.17.0}/docker-compose.yml | 2 +- .../elastic-elasticsearch/{8.16.1 => 8.17.0}/envs/default.env | 0 .../elastic-elasticsearch/{8.16.1 => 8.17.0}/envs/global.env | 0 .../elastic-elasticsearch/{8.16.1 => 8.17.0}/scripts/init.sh | 0 .../{8.16.1 => 8.17.0}/scripts/uninstall.sh | 0 .../elastic-elasticsearch/{8.16.1 => 8.17.0}/scripts/upgrade.sh | 0 dockge/elastic-elasticsearch/docker-compose.yml | 2 +- 9 files changed, 2 insertions(+), 2 deletions(-) rename appstore/elastic-elasticsearch/{8.16.1 => 8.17.0}/.env (100%) rename appstore/elastic-elasticsearch/{8.16.1 => 8.17.0}/data.yml (100%) rename appstore/elastic-elasticsearch/{8.16.1 => 8.17.0}/docker-compose.yml (96%) rename appstore/elastic-elasticsearch/{8.16.1 => 8.17.0}/envs/default.env (100%) rename appstore/elastic-elasticsearch/{8.16.1 => 8.17.0}/envs/global.env (100%) rename appstore/elastic-elasticsearch/{8.16.1 => 8.17.0}/scripts/init.sh (100%) rename appstore/elastic-elasticsearch/{8.16.1 => 8.17.0}/scripts/uninstall.sh (100%) rename appstore/elastic-elasticsearch/{8.16.1 => 8.17.0}/scripts/upgrade.sh (100%) diff --git a/appstore/elastic-elasticsearch/8.16.1/.env b/appstore/elastic-elasticsearch/8.17.0/.env similarity index 100% rename from appstore/elastic-elasticsearch/8.16.1/.env rename to appstore/elastic-elasticsearch/8.17.0/.env diff --git a/appstore/elastic-elasticsearch/8.16.1/data.yml b/appstore/elastic-elasticsearch/8.17.0/data.yml similarity index 100% rename from appstore/elastic-elasticsearch/8.16.1/data.yml rename to appstore/elastic-elasticsearch/8.17.0/data.yml diff --git a/appstore/elastic-elasticsearch/8.16.1/docker-compose.yml b/appstore/elastic-elasticsearch/8.17.0/docker-compose.yml similarity index 96% rename from appstore/elastic-elasticsearch/8.16.1/docker-compose.yml rename to appstore/elastic-elasticsearch/8.17.0/docker-compose.yml index 5c4b46be8..2736e901f 100644 --- a/appstore/elastic-elasticsearch/8.16.1/docker-compose.yml +++ b/appstore/elastic-elasticsearch/8.17.0/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.16.1 + image: elasticsearch:8.17.0 labels: createdBy: Apps networks: diff --git a/appstore/elastic-elasticsearch/8.16.1/envs/default.env b/appstore/elastic-elasticsearch/8.17.0/envs/default.env similarity index 100% rename from appstore/elastic-elasticsearch/8.16.1/envs/default.env rename to appstore/elastic-elasticsearch/8.17.0/envs/default.env diff --git a/appstore/elastic-elasticsearch/8.16.1/envs/global.env b/appstore/elastic-elasticsearch/8.17.0/envs/global.env similarity index 100% rename from appstore/elastic-elasticsearch/8.16.1/envs/global.env rename to appstore/elastic-elasticsearch/8.17.0/envs/global.env diff --git a/appstore/elastic-elasticsearch/8.16.1/scripts/init.sh b/appstore/elastic-elasticsearch/8.17.0/scripts/init.sh similarity index 100% rename from appstore/elastic-elasticsearch/8.16.1/scripts/init.sh rename to appstore/elastic-elasticsearch/8.17.0/scripts/init.sh diff --git a/appstore/elastic-elasticsearch/8.16.1/scripts/uninstall.sh b/appstore/elastic-elasticsearch/8.17.0/scripts/uninstall.sh similarity index 100% rename from appstore/elastic-elasticsearch/8.16.1/scripts/uninstall.sh rename to appstore/elastic-elasticsearch/8.17.0/scripts/uninstall.sh diff --git a/appstore/elastic-elasticsearch/8.16.1/scripts/upgrade.sh b/appstore/elastic-elasticsearch/8.17.0/scripts/upgrade.sh similarity index 100% rename from appstore/elastic-elasticsearch/8.16.1/scripts/upgrade.sh rename to appstore/elastic-elasticsearch/8.17.0/scripts/upgrade.sh diff --git a/dockge/elastic-elasticsearch/docker-compose.yml b/dockge/elastic-elasticsearch/docker-compose.yml index 5c4b46be8..2736e901f 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.16.1 + image: elasticsearch:8.17.0 labels: createdBy: Apps networks: