From 899252895fc94704f60e49537d71f96843dd54c5 Mon Sep 17 00:00:00 2001 From: Dinesh Shivakoti <77966093+DShivakoti@users.noreply.github.com> Date: Fri, 13 Sep 2024 09:17:58 +0200 Subject: [PATCH] Bump to opensearch-2.15.0 with prometheus-exporter-plugin-for-opensearch-2.15.0.0 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ee44fbe..0b0e337 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -FROM opensearchproject/opensearch:2.12.0 +FROM opensearchproject/opensearch:2.15.0 LABEL maintainer="fsdevops@tietoevry.com" # https://github.com/aiven/prometheus-exporter-plugin-for-opensearch/releases -ARG EXPORTER_PLUGIN_URL="https://github.com/Aiven-Open/prometheus-exporter-plugin-for-opensearch/releases/download/2.12.0.0/prometheus-exporter-2.12.0.0.zip" +ARG EXPORTER_PLUGIN_URL="https://github.com/Aiven-Open/prometheus-exporter-plugin-for-opensearch/releases/download/2.15.0.0/prometheus-exporter-2.15.0.0.zip" RUN opensearch-plugin install -b ${EXPORTER_PLUGIN_URL}