Skip to content

Commit 57371cc

Browse files
committed
update fluentd to latest 1.19
Signed-off-by: Kilian Ries <mail@kilian-ries.de>
1 parent 020afc5 commit 57371cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/fluentd/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: fluentd
33
description: A Helm chart for Kubernetes
44
# type: application
55
version: 0.5.3
6-
appVersion: v1.17.1
6+
appVersion: v1.19.0
77
icon: https://www.fluentd.org/images/miscellany/fluentd-logo_2x.png
88
home: https://www.fluentd.org/
99
sources:

charts/fluentd/templates/_pod.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{- define "fluentd.pod" -}}
2-
{{- $defaultTag := printf "%s-debian-%s-1.2" (.Chart.AppVersion) (.Values.variant) -}}
2+
{{- $defaultTag := printf "%s-debian-%s-1.1" (.Chart.AppVersion) (.Values.variant) -}}
33
{{- with .Values.imagePullSecrets }}
44
imagePullSecrets:
55
{{- toYaml . | nindent 2 }}

0 commit comments

Comments
 (0)