From 3fe057c7f82c8f52a19666f25395184ce0f1e40f Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sat, 14 Dec 2024 20:17:38 -0600 Subject: [PATCH] refactor: set version --- apps/dokploy/templates/templates.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/dokploy/templates/templates.ts b/apps/dokploy/templates/templates.ts index adfc021c..39243356 100644 --- a/apps/dokploy/templates/templates.ts +++ b/apps/dokploy/templates/templates.ts @@ -1124,7 +1124,7 @@ export const templates: TemplateData[] = [ { id: "elastic-search", name: "Elasticsearch", - version: "1.1.1", + version: "8.10.2", description: "Elasticsearch is an open-source search and analytics engine, used for full-text search and analytics on structured data such as text, web pages, images, and videos.", logo: "elasticsearch.svg", @@ -1133,7 +1133,7 @@ export const templates: TemplateData[] = [ website: "https://www.elastic.co/elasticsearch/", docs: "https://docs.elastic.co/elasticsearch/", }, - tags: ["ai"], + tags: ["search", "analytics"], load: () => import("./elastic-search/index").then((m) => m.generate), }, ];