From 9528befa33da604b728bb249cb54590b7fcc2df1 Mon Sep 17 00:00:00 2001 From: ialidzhikov Date: Wed, 16 Oct 2019 12:45:01 +0300 Subject: [PATCH] en: Fix fluentd image 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 f6c598c9bf3df..1bfa082833c72 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