Commit 81eeeec8 authored by Mik Vyatskov's avatar Mik Vyatskov

Bump fluentd-es image version

parent 46c67167
......@@ -14,11 +14,12 @@
.PHONY: build push
PREFIX = gcr.io/google_containers
IMAGE = fluentd-elasticsearch
TAG = 1.19
TAG = 1.20
build:
docker build -t gcr.io/google_containers/$(IMAGE):$(TAG) .
docker build -t $(PREFIX)/$(IMAGE):$(TAG) .
push:
gcloud docker --server=gcr.io -- push gcr.io/google_containers/$(IMAGE):$(TAG)
gcloud docker --server=gcr.io -- push $(PREFIX)/$(IMAGE):$(TAG)
......@@ -8,7 +8,7 @@ metadata:
spec:
containers:
- name: fluentd-elasticsearch
image: gcr.io/google_containers/fluentd-elasticsearch:1.19
image: gcr.io/google_containers/fluentd-elasticsearch:1.20
resources:
limits:
memory: 200Mi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment