mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Bumping default fluentd daemon image version (#11334)
Signed-off-by: Robert James Hernandez <rob@sarcasticadmin.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
d1d9e662e2
commit
584c5f1235
@@ -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
|
||||
|
||||
@@ -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,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
|
||||
|
||||
Reference in New Issue
Block a user