Skip to content

Commit

Permalink
Merge pull request #55 from evryfs/opensearch-exporter/bump-2.9.0
Browse files Browse the repository at this point in the history
Bump to opensearch-2.9.0 with prometheus-exporter-plugin-for-opensearch-2.9.0.0
  • Loading branch information
DShivakoti authored Jan 29, 2024
2 parents 6dfd621 + 03c5b0d commit 20bf985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM opensearchproject/opensearch:2.9.0
LABEL maintainer="[email protected]"
# https://github.com/aiven/prometheus-exporter-plugin-for-opensearch/releases
ARG EXPORTER_PLUGIN_URL="https://github.com/aiven/prometheus-exporter-plugin-for-opensearch/releases/download/2.9.0.0/prometheus-exporter-2.9.0.0.zip"
ARG EXPORTER_PLUGIN_URL="https://github.com/Aiven-Open/prometheus-exporter-plugin-for-opensearch/releases/download/2.9.0.0/prometheus-exporter-2.9.0.0.zip"
RUN opensearch-plugin install -b ${EXPORTER_PLUGIN_URL}

0 comments on commit 20bf985

Please sign in to comment.