We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 020afc5 commit 57371ccCopy full SHA for 57371cc
charts/fluentd/Chart.yaml
@@ -3,7 +3,7 @@ name: fluentd
3
description: A Helm chart for Kubernetes
4
# type: application
5
version: 0.5.3
6
-appVersion: v1.17.1
+appVersion: v1.19.0
7
icon: https://www.fluentd.org/images/miscellany/fluentd-logo_2x.png
8
home: https://www.fluentd.org/
9
sources:
charts/fluentd/templates/_pod.tpl
@@ -1,5 +1,5 @@
1
{{- define "fluentd.pod" -}}
2
-{{- $defaultTag := printf "%s-debian-%s-1.2" (.Chart.AppVersion) (.Values.variant) -}}
+{{- $defaultTag := printf "%s-debian-%s-1.1" (.Chart.AppVersion) (.Values.variant) -}}
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 2 }}
0 commit comments