Bump fluentd-gcp to version 2.0.1

pull/6/head
Tim St. Clair 2017-03-07 16:37:04 -08:00
parent 55d500e610
commit 56a7080e56
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ spec:
dnsPolicy: Default
containers:
- name: fluentd-gcp
image: gcr.io/google-containers/fluentd-gcp:2.0
image: gcr.io/google-containers/fluentd-gcp:2.0.1
# If fluentd consumes its own logs, the following situation may happen:
# fluentd fails to send a chunk to the server => writes it to the log =>
# tries to send this message to the server => fails to send a chunk and so on.

View File

@ -14,7 +14,7 @@ spec:
dnsPolicy: Default
containers:
- name: fluentd-cloud-logging
image: gcr.io/google_containers/fluentd-gcp:2.0
image: gcr.io/google_containers/fluentd-gcp:2.0.1
# If fluentd consumes its own logs, the following situation may happen:
# fluentd fails to send a chunk to the server => writes it to the log =>
# tries to send this message to the server => fails to send a chunk and so on.