diff --git a/README.md b/README.md index b105ef7..c7ff3e3 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 @@ -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 diff --git a/pom.xml b/pom.xml index 77a1dc0..c32062d 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ 4.0.0 io.fabric8 elasticsearch-cloud-kubernetes - 6.1.3-SNAPSHOT + 6.1.3 Elasticsearch Kubernetes cloud plugin The Kubernetes Cloud plugin allows to use Kubernetes for the unicast discovery mechanism.