Skip to content
This repository was archived by the owner on Sep 19, 2018. It is now read-only.

Commit 9216e91

Browse files
Merge pull request #103 from sameersbn/support-elastic-5.5.2
2 parents 80ac083 + f0af7a6 commit 9216e91

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The Kubernetes Cloud plugin allows to use Kubernetes API for the unicast discove
88
Installation
99
============
1010
```
11-
elasticsearch-plugin install io.fabric8:elasticsearch-cloud-kubernetes:5.5.1
11+
elasticsearch-plugin install io.fabric8:elasticsearch-cloud-kubernetes:5.5.2
1212
```
1313

1414
Versions available
@@ -146,7 +146,7 @@ items:
146146
fieldPath: "metadata.namespace"
147147
- name: "NODE_MASTER"
148148
value: "false"
149-
image: "fabric8/elasticsearch-k8s:5.5.1"
149+
image: "fabric8/elasticsearch-k8s:5.5.2"
150150
name: "elasticsearch"
151151
ports:
152152
- containerPort: 9300
@@ -188,7 +188,7 @@ items:
188188
fieldPath: "metadata.namespace"
189189
- name: "NODE_DATA"
190190
value: "false"
191-
image: "fabric8/elasticsearch-k8s:5.5.1"
191+
image: "fabric8/elasticsearch-k8s:5.5.2"
192192
name: "elasticsearch"
193193
ports:
194194
- containerPort: 9300
@@ -224,7 +224,7 @@ items:
224224
value: "false"
225225
- name: "NODE_MASTER"
226226
value: "false"
227-
image: "fabric8/elasticsearch-k8s:5.5.1"
227+
image: "fabric8/elasticsearch-k8s:5.5.2"
228228
name: "elasticsearch"
229229
ports:
230230
- containerPort: 9200

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454

5555
<properties>
5656
<elasticsearch.plugin.name>discovery-kubernetes</elasticsearch.plugin.name>
57-
<elasticsearch.version>5.5.1</elasticsearch.version>
57+
<elasticsearch.version>5.5.2</elasticsearch.version>
5858
<kubernetes-client.version>1.4.27</kubernetes-client.version>
5959
<tests.shuffle>true</tests.shuffle>
6060
<tests.output>onerror</tests.output>

src/main/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN set -x \
2828
&& chmod +x /usr/local/bin/gosu \
2929
&& gosu nobody true
3030

31-
ENV ELASTICSEARCH_VERSION 5.5.1
31+
ENV ELASTICSEARCH_VERSION 5.5.2
3232

3333
RUN set -x \
3434
&& cd /usr/share \

0 commit comments

Comments
 (0)