Bump fluentd-gcp image version

This commit is contained in:
Mik Vyatskov 2016-11-17 21:21:10 +01:00
parent 70296869e9
commit aa31f7bc02
3 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@
.PHONY: build push .PHONY: build push
PREFIX=gcr.io/google_containers PREFIX=gcr.io/google_containers
TAG = 1.26 TAG = 1.27
build: build:
docker build -t $(PREFIX)/fluentd-gcp:$(TAG) . docker build -t $(PREFIX)/fluentd-gcp:$(TAG) .

View File

@ -11,7 +11,7 @@ spec:
dnsPolicy: Default dnsPolicy: Default
containers: containers:
- name: fluentd-cloud-logging - name: fluentd-cloud-logging
image: gcr.io/google_containers/fluentd-gcp:1.26 image: gcr.io/google_containers/fluentd-gcp:1.27
command: command:
- '/bin/sh' - '/bin/sh'
- '-c' - '-c'

View File

@ -11,7 +11,7 @@ spec:
dnsPolicy: Default dnsPolicy: Default
containers: containers:
- name: fluentd-cloud-logging - name: fluentd-cloud-logging
image: gcr.io/google_containers/fluentd-gcp:1.26 image: gcr.io/google_containers/fluentd-gcp:1.27
resources: resources:
limits: limits:
memory: 200Mi memory: 200Mi