Skip to content

Commit

Permalink
Update netty to 4.1.63
Browse files Browse the repository at this point in the history
  • Loading branch information
syedriko committed Feb 4, 2022
1 parent 455343b commit d6b72d6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions elasticsearch/Dockerfile
Expand Up @@ -21,7 +21,7 @@ ARG OPENSHIFT_CI

ENV ES_PATH_CONF=/etc/elasticsearch/ \
ES_HOME=/usr/share/elasticsearch \
ES_VER=6.8.1.redhat-00018 \
ES_VER=6.8.1.redhat-00019 \
HOME=/opt/app-root/src \
INSTANCE_RAM=512G \
JAVA_VER=11 \
Expand All @@ -30,7 +30,7 @@ ENV ES_PATH_CONF=/etc/elasticsearch/ \
NODE_QUORUM=1 \
PROMETHEUS_EXPORTER_VER=6.8.1.2-redhat-00001 \
INGEST_PLUGIN_VER=6.8.1.0-redhat-00003 \
OPENDISTRO_VER=0.10.1.2-redhat-00006 \
OPENDISTRO_VER=0.10.1.2-redhat-00009 \
PLUGIN_LOGLEVEL=INFO \
RECOVER_AFTER_NODES=1 \
RECOVER_EXPECTED_NODES=1 \
Expand Down
4 changes: 2 additions & 2 deletions elasticsearch/Dockerfile.in
Expand Up @@ -36,7 +36,7 @@ ARG OPENSHIFT_CI

ENV ES_PATH_CONF=/etc/elasticsearch/ \
ES_HOME=/usr/share/elasticsearch \
ES_VER=6.8.1.redhat-00018 \
ES_VER=6.8.1.redhat-00019 \
HOME=/opt/app-root/src \
INSTANCE_RAM=512G \
JAVA_VER=11 \
Expand All @@ -45,7 +45,7 @@ ENV ES_PATH_CONF=/etc/elasticsearch/ \
NODE_QUORUM=1 \
PROMETHEUS_EXPORTER_VER=6.8.1.2-redhat-00001 \
INGEST_PLUGIN_VER=6.8.1.0-redhat-00003 \
OPENDISTRO_VER=0.10.1.2-redhat-00006 \
OPENDISTRO_VER=0.10.1.2-redhat-00009 \
PLUGIN_LOGLEVEL=INFO \
RECOVER_AFTER_NODES=1 \
RECOVER_EXPECTED_NODES=1 \
Expand Down
4 changes: 2 additions & 2 deletions elasticsearch/fetch-artifacts-koji.yaml
@@ -1,4 +1,4 @@
- nvr: org.elasticsearch-elasticsearch-6.8.1.redhat_00018-1
- nvr: com.amazon.opendistroforelasticsearch-opendistro_security-0.10.1.2_redhat_00006-1
- nvr: org.elasticsearch-elasticsearch-6.8.1.redhat_00019-1
- nvr: com.amazon.opendistroforelasticsearch-opendistro_security-0.10.1.2_redhat_00009-1
- nvr: org.elasticsearch.plugin.prometheus-prometheus-exporter-6.8.1.2_redhat_00001-1
- nvr: org.elasticsearch.plugin.ingest-openshift-ingest-plugin-6.8.1.0_redhat_00003-1

0 comments on commit d6b72d6

Please sign in to comment.