Skip to content
Merged
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-ds/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: telegraf-ds
version: 1.1.43
appVersion: 1.36.1
version: 1.1.44
appVersion: 1.36.4
deprecated: false
description: Telegraf is an agent written in Go for collecting, processing, aggregating, and writing metrics.
keywords:
Expand Down
6 changes: 3 additions & 3 deletions charts/telegraf-ds/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ config:
user_agent: "telegraf"
insecure_skip_verify: false
monitor_self: false
# Docker socket endpoint for Docker input plugin
# Empty by default as Docker (dockershim) was removed in K8s 1.24+
# Set to "unix:///var/run/docker.sock" only if using Docker runtime
# Docker socket endpoint for Docker input plugin
# Empty by default as Docker (dockershim) was removed in K8s 1.24+
# Set to "unix:///var/run/docker.sock" only if using Docker runtime
docker_endpoint: ""
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.64
appVersion: 1.36.1
version: 1.8.65
appVersion: 1.36.4
deprecated: false
description: Telegraf is an agent written in Go for collecting, processing, aggregating, and writing metrics.
keywords:
Expand Down
2 changes: 0 additions & 2 deletions charts/telegraf/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ args: []
# image: busybox:1.36
# command: ['sh', '-c', 'until nc -z myservice 8086; do sleep 1; done']
initContainers: []

# envFromSecret: "telegraf-tokens"
env:
- name: HOSTNAME
Expand Down Expand Up @@ -126,7 +125,6 @@ serviceAccount:
name:
# Annotations for the ServiceAccount
annotations: {}

## Specify priorityClassName
## Ref: https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/
# priorityClassName: system-node-critical
Expand Down