Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/telegraf/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: telegraf
version: 1.8.65
appVersion: 1.36.4
version: 1.8.66
appVersion: 1.36.5
deprecated: false
description: Telegraf is an agent written in Go for collecting, processing, aggregating, and writing metrics.
keywords:
Expand Down
3 changes: 3 additions & 0 deletions charts/telegraf/templates/pdb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ metadata:
labels:
{{- include "telegraf.labels" . | nindent 4 }}
spec:
{{- if .Values.pdb.unhealthyPodEvictionPolicy }}
unhealthyPodEvictionPolicy: {{ .Values.pdb.unhealthyPodEvictionPolicy }}
{{- end }}
{{- if .Values.pdb.minAvailable }}
minAvailable: {{ .Values.pdb.minAvailable }}
{{- end }}
Expand Down
1 change: 1 addition & 0 deletions charts/telegraf/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ pdb:
create: true
minAvailable: 1
# maxUnavailable: 1
# unhealthyPodEvictionPolicy: "AlwaysAllow"
# containerPorts:
# - name: http
# containerPort: 9273
Expand Down