From b6b6011931d526cac5ad25bfc547f3d45cf39ee6 Mon Sep 17 00:00:00 2001 From: Ismail Alidzhikov Date: Thu, 17 Oct 2019 06:58:39 +0300 Subject: [PATCH] ko: Fix fluentd image (#16962) Signed-off-by: ialidzhikov --- content/ko/examples/controllers/daemonset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ko/examples/controllers/daemonset.yaml b/content/ko/examples/controllers/daemonset.yaml index f6c598c9bf..1bfa082833 100644 --- a/content/ko/examples/controllers/daemonset.yaml +++ b/content/ko/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