This repository was archived by the owner on Sep 19, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ The Kubernetes Cloud plugin allows to use Kubernetes API for the unicast discove
8
8
Installation
9
9
============
10
10
```
11
- elasticsearch-plugin install io.fabric8:elasticsearch-cloud-kubernetes:5.5.1
11
+ elasticsearch-plugin install io.fabric8:elasticsearch-cloud-kubernetes:5.5.2
12
12
```
13
13
14
14
Versions available
@@ -146,7 +146,7 @@ items:
146
146
fieldPath : " metadata.namespace"
147
147
- name : " NODE_MASTER"
148
148
value : " false"
149
- image : " fabric8/elasticsearch-k8s:5.5.1 "
149
+ image : " fabric8/elasticsearch-k8s:5.5.2 "
150
150
name : " elasticsearch"
151
151
ports :
152
152
- containerPort : 9300
@@ -188,7 +188,7 @@ items:
188
188
fieldPath : " metadata.namespace"
189
189
- name : " NODE_DATA"
190
190
value : " false"
191
- image : " fabric8/elasticsearch-k8s:5.5.1 "
191
+ image : " fabric8/elasticsearch-k8s:5.5.2 "
192
192
name : " elasticsearch"
193
193
ports :
194
194
- containerPort : 9300
@@ -224,7 +224,7 @@ items:
224
224
value : " false"
225
225
- name : " NODE_MASTER"
226
226
value : " false"
227
- image : " fabric8/elasticsearch-k8s:5.5.1 "
227
+ image : " fabric8/elasticsearch-k8s:5.5.2 "
228
228
name : " elasticsearch"
229
229
ports :
230
230
- containerPort : 9200
Original file line number Diff line number Diff line change 54
54
55
55
<properties >
56
56
<elasticsearch .plugin.name>discovery-kubernetes</elasticsearch .plugin.name>
57
- <elasticsearch .version>5.5.1 </elasticsearch .version>
57
+ <elasticsearch .version>5.5.2 </elasticsearch .version>
58
58
<kubernetes-client .version>1.4.27</kubernetes-client .version>
59
59
<tests .shuffle>true</tests .shuffle>
60
60
<tests .output>onerror</tests .output>
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ RUN set -x \
28
28
&& chmod +x /usr/local/bin/gosu \
29
29
&& gosu nobody true
30
30
31
- ENV ELASTICSEARCH_VERSION 5.5.1
31
+ ENV ELASTICSEARCH_VERSION 5.5.2
32
32
33
33
RUN set -x \
34
34
&& cd /usr/share \
You can’t perform that action at this time.
0 commit comments