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

Commit

Permalink
elasticsearch-cloud-kubernetes-6.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jcantrill committed Apr 11, 2018
1 parent 867c876 commit fb82c03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The Kubernetes Cloud plugin allows to use Kubernetes API for the unicast discove
Installation
============
```
elasticsearch-plugin install io.fabric8:elasticsearch-cloud-kubernetes:6.1.2
elasticsearch-plugin install io.fabric8:elasticsearch-cloud-kubernetes:6.1.3
```

Versions available
Expand Down Expand Up @@ -146,7 +146,7 @@ items:
fieldPath: "metadata.namespace"
- name: "NODE_MASTER"
value: "false"
image: "fabric8/elasticsearch-k8s:6.1.2"
image: "fabric8/elasticsearch-k8s:6.1.3"
name: "elasticsearch"
ports:
- containerPort: 9300
Expand Down Expand Up @@ -188,7 +188,7 @@ items:
fieldPath: "metadata.namespace"
- name: "NODE_DATA"
value: "false"
image: "fabric8/elasticsearch-k8s:6.1.2"
image: "fabric8/elasticsearch-k8s:6.1.3"
name: "elasticsearch"
ports:
- containerPort: 9300
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.fabric8</groupId>
<artifactId>elasticsearch-cloud-kubernetes</artifactId>
<version>6.1.3-SNAPSHOT</version>
<version>6.1.3</version>

<name>Elasticsearch Kubernetes cloud plugin</name>
<description>The Kubernetes Cloud plugin allows to use Kubernetes for the unicast discovery mechanism.</description>
Expand Down

0 comments on commit fb82c03

Please sign in to comment.