Bumping default fluentd daemon image version (#11334)

Signed-off-by: Robert James Hernandez <rob@sarcasticadmin.com>
This commit is contained in:
Robert James Hernandez
2019-04-28 15:48:20 -07:00
committed by Kubernetes Prow Robot
parent d1d9e662e2
commit 584c5f1235
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -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
+2 -2
View File
@@ -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' }"
+1 -1
View File
@@ -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