Skip to content

Commit

Permalink
updates es-image to elasticsearch 6.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
André Bauer committed Aug 16, 2018
1 parent 780f4b4 commit 9f88fe8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cluster/addons/fluentd-elasticsearch/es-image/Dockerfile
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM docker.elastic.co/elasticsearch/elasticsearch-oss:6.2.4
FROM docker.elastic.co/elasticsearch/elasticsearch-oss:6.3.2

VOLUME ["/data"]
EXPOSE 9200 9300
Expand Down
2 changes: 1 addition & 1 deletion cluster/addons/fluentd-elasticsearch/es-image/Makefile
Expand Up @@ -16,7 +16,7 @@

PREFIX = staging-k8s.gcr.io
IMAGE = elasticsearch
TAG = v6.2.5
TAG = v6.3.0

build:
docker build --pull -t $(PREFIX)/$(IMAGE):$(TAG) .
Expand Down

0 comments on commit 9f88fe8

Please sign in to comment.