From 584c5f1235f86993fa5289ccdd1bfff48baf105d Mon Sep 17 00:00:00 2001 From: Robert James Hernandez Date: Sun, 28 Apr 2019 22:48:20 +0000 Subject: [PATCH] Bumping default fluentd daemon image version (#11334) Signed-off-by: Robert James Hernandez --- incubator/fluentd-cloudwatch/Chart.yaml | 4 ++-- incubator/fluentd-cloudwatch/README.md | 4 ++-- incubator/fluentd-cloudwatch/values.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/incubator/fluentd-cloudwatch/Chart.yaml b/incubator/fluentd-cloudwatch/Chart.yaml index 1477c156c8..c77ba9c107 100644 --- a/incubator/fluentd-cloudwatch/Chart.yaml +++ b/incubator/fluentd-cloudwatch/Chart.yaml @@ -1,6 +1,6 @@ name: fluentd-cloudwatch -version: 0.7.1 -appVersion: v0.12.43-cloudwatch +version: 0.8.0 +appVersion: v1.3.3-debian-cloudwatch-1.0 description: A Fluentd CloudWatch Helm chart for Kubernetes. home: https://www.fluentd.org/ icon: https://raw.githubusercontent.com/fluent/fluentd-docs/master/public/logo/Fluentd_square.png diff --git a/incubator/fluentd-cloudwatch/README.md b/incubator/fluentd-cloudwatch/README.md index 96d5c94622..1a9c557f04 100644 --- a/incubator/fluentd-cloudwatch/README.md +++ b/incubator/fluentd-cloudwatch/README.md @@ -49,7 +49,7 @@ The following table lists the configurable parameters of the Fluentd Cloudwatch | Parameter | Description | Default | | ---------------------------- | ------------------------------------------------------------------------- | --------------------------------------| | `image.repository` | Image repository | `fluent/fluentd-kubernetes-daemonset` | -| `image.tag` | Image tag | `v0.12.43-cloudwatch` | +| `image.tag` | Image tag | `v1.3.3-debian-cloudwatch-1.0` | | `image.pullPolicy` | Image pull policy | `IfNotPresent` | | `resources.limits.cpu` | CPU limit | `100m` | | `resources.limits.memory` | Memory limit | `200Mi` | @@ -72,7 +72,7 @@ The following table lists the configurable parameters of the Fluentd Cloudwatch | `nodeSelector` | Node labels for pod assignment | `{}` | | `affinity` | Node affinity for pod assignment | `{}` | -Starting with fluentd-kubernetes-daemonset v0.12.43-cloudwatch, the container runs as user fluentd. To be able to write pos files to the host system, you'll need to run fluentd as root. Add the following extraVars value to run as root. +If using fluentd-kubernetes-daemonset v0.12.43-cloudwatch, the container runs as user fluentd. To be able to write pos files to the host system, you'll need to run fluentd as root. Add the following extraVars value to run as root. ```code "{ name: FLUENT_UID, value: '0' }" diff --git a/incubator/fluentd-cloudwatch/values.yaml b/incubator/fluentd-cloudwatch/values.yaml index be2283a221..657079efff 100644 --- a/incubator/fluentd-cloudwatch/values.yaml +++ b/incubator/fluentd-cloudwatch/values.yaml @@ -1,6 +1,6 @@ image: repository: fluent/fluentd-kubernetes-daemonset - tag: v0.12.43-cloudwatch + tag: v1.3.3-debian-cloudwatch-1.0 ## Specify an imagePullPolicy (Required) ## It's recommended to change this to 'Always' if the image tag is 'latest' ## ref: http://kubernetes.io/docs/user-guide/images/#updating-images