mirror of
https://github.com/bitnami/charts.git
synced 2026-03-11 07:17:45 +08:00
[bitnami/fluentd] Fluentd daemon group var is incorrect (#2838)
* Fix typo error Signed-off-by: Ivan Rizzante <ivan.rizzante@tech.sdb.it> * [bitnami/fluentd] Update components versions Signed-off-by: Bitnami Containers <containers@bitnami.com> Co-authored-by: Ivan Rizzante <ivan.rizzante@tech.sdb.it> Co-authored-by: Bitnami Containers <containers@bitnami.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: fluentd
|
||||
version: 1.2.3
|
||||
version: 1.2.4
|
||||
appVersion: 1.11.0
|
||||
description: Fluentd is an open source data collector for unified logging layer
|
||||
keywords:
|
||||
|
||||
@@ -53,7 +53,7 @@ spec:
|
||||
value: {{ .Values.forwarder.extraArgs | quote }}
|
||||
- name: FLUENTD_DAEMON_USER
|
||||
value: {{ .Values.forwarder.daemonUser | quote }}
|
||||
- name: FLUEND_DAEMON_GROUP
|
||||
- name: FLUENTD_DAEMON_GROUP
|
||||
value: {{ .Values.forwarder.daemonGroup | quote }}
|
||||
{{- if .Values.forwarder.extraEnv }}
|
||||
{{- toYaml .Values.forwarder.extraEnv | nindent 12 }}
|
||||
|
||||
@@ -13,7 +13,7 @@ global: {}
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/fluentd
|
||||
tag: 1.11.0-debian-10-r6
|
||||
tag: 1.11.0-debian-10-r10
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
|
||||
@@ -13,7 +13,7 @@ global: {}
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/fluentd
|
||||
tag: 1.11.0-debian-10-r6
|
||||
tag: 1.11.0-debian-10-r10
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
|
||||
Reference in New Issue
Block a user