Merge pull request #37281 from Crassirostris/fluentd-image-bump

Automatic merge from submit-queue

Bump version of the fluentd-gcp image

Fix https://github.com/kubernetes/kubernetes/issues/37107

Follow-up of https://github.com/kubernetes/kubernetes/pull/37123

@piosz
This commit is contained in:
Kubernetes Submit Queue 2016-11-22 04:40:34 -08:00 committed by GitHub
commit bc331ad3fc
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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