From cc3d0b770864d6a48f30555adb818fc003ebb95b Mon Sep 17 00:00:00 2001 From: Igor Rodionov Date: Fri, 6 Jul 2018 05:21:25 +0600 Subject: [PATCH] Use cloudposse fluentd chart (#173) Switch to cloudposse's fluentd chart --- rootfs/conf/kops/helmfile.d/0510.fluentd.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/rootfs/conf/kops/helmfile.d/0510.fluentd.yaml b/rootfs/conf/kops/helmfile.d/0510.fluentd.yaml index 21c9c7ccc..03d18e98c 100644 --- a/rootfs/conf/kops/helmfile.d/0510.fluentd.yaml +++ b/rootfs/conf/kops/helmfile.d/0510.fluentd.yaml @@ -7,9 +7,9 @@ helmDefaults: - "--reset-values" repositories: -# Incubator repo of official helm charts -- name: "incubator" - url: "https://kubernetes-charts-incubator.storage.googleapis.com" +# Cloud Posse incubator repo of helm charts +- name: "cloudposse-incubator" + url: "https://charts.cloudposse.com/incubator/" releases: @@ -28,11 +28,11 @@ releases: - name: "logs" namespace: "kube-system" labels: - chart: "fluentd" + chart: "fluentd-kubernetes" component: "datadog" namespace: "kube-system" default: "false" - chart: "incubator/fluentd" + chart: "cloudposse-incubator/fluentd-kubernetes" version: "0.2.0" set: - name: "image.repository"