Skip to content

Commit

Permalink
Merge pull request #1986 from multi-arch/master
Browse files Browse the repository at this point in the history
Bug 1872080: elasticsearch: fix prod plugin URLs
  • Loading branch information
openshift-merge-robot authored Sep 14, 2020
2 parents 8627073 + 4ec092a commit bf6bc53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions elasticsearch/prep-install.prod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
source $(dirname "$0")/ci-env.sh

es_plugins=(
${MAVEN_REPO_URL}io/fabric8/elasticsearch/openshift-elasticsearch-plugin/$OSE_ES_VER/openshift-elasticsearch-plugin-$OSE_ES_VER.zip
${MAVEN_REPO_URL}org/elasticsearch/plugin/prometheus/elasticsearch-prometheus-exporter/$PROMETHEUS_EXPORTER_VER/elasticsearch-prometheus-exporter-$PROMETHEUS_EXPORTER_VER.zip
${MAVEN_REPO_URL}com/amazon/opendistroforelasticsearch/opendistro_security/${OPENDISTRO_VER}/opendistro_security-${OPENDISTRO_VER}.zip
${MAVEN_REPO_URL}org/elasticsearch/plugin/prometheus/prometheus-exporter/$PROMETHEUS_EXPORTER_VER/prometheus-exporter-$PROMETHEUS_EXPORTER_VER.zip
)

0 comments on commit bf6bc53

Please sign in to comment.