From 03cbde63e8726479e41fdebf87ce02fee7892fc1 Mon Sep 17 00:00:00 2001 From: Ismail Alidzhikov Date: Thu, 17 Oct 2019 02:24:40 +0300 Subject: [PATCH] en: Fix fluentd image (#16959) Signed-off-by: ialidzhikov --- content/en/examples/controllers/daemonset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/examples/controllers/daemonset.yaml b/content/en/examples/controllers/daemonset.yaml index f6c598c9bf..1bfa082833 100644 --- a/content/en/examples/controllers/daemonset.yaml +++ b/content/en/examples/controllers/daemonset.yaml @@ -19,7 +19,7 @@ spec: effect: NoSchedule containers: - name: fluentd-elasticsearch - image: gcr.io/fluentd-elasticsearch/fluentd:v2.5.1 + image: quay.io/fluentd_elasticsearch/fluentd:v2.5.2 resources: limits: memory: 200Mi