Commit ef16b510 authored by Gianluca Arbezzano's avatar Gianluca Arbezzano Committed by k8s-ci-robot

Bump Telegraf (#3188)

/assign @mattfarina
parent 8d30e20c
name: telegraf name: telegraf
version: 0.2.2 version: 0.3.0
deprecated: true deprecated: true
description: Telegraf is an agent written in Go for collecting, processing, aggregating, and writing metrics. description: Telegraf is an agent written in Go for collecting, processing, aggregating, and writing metrics.
keywords: keywords:
......
...@@ -3,9 +3,8 @@ ...@@ -3,9 +3,8 @@
## ref: https://hub.docker.com/r/library/telegraf/tags/ ## ref: https://hub.docker.com/r/library/telegraf/tags/
image: image:
repo: "telegraf" repo: "telegraf"
tag: "1.2.0-alpine" tag: "1.5-alpine"
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
## Configure the telegraf daemonset here. ## Configure the telegraf daemonset here.
## Resource limits and outputs can be set seperately ## Resource limits and outputs can be set seperately
daemonset: daemonset:
...@@ -129,7 +128,6 @@ daemonset: ...@@ -129,7 +128,6 @@ daemonset:
url: "http://$HOSTNAME:10255" url: "http://$HOSTNAME:10255"
bearer_token: "/var/run/secrets/kubernetes.io/serviceaccount/token" bearer_token: "/var/run/secrets/kubernetes.io/serviceaccount/token"
insecure_skip_verify: true insecure_skip_verify: true
## Configure the telegraf single instance here. ## Configure the telegraf single instance here.
## Resource limits and outputs can be set seperately ## Resource limits and outputs can be set seperately
single: single:
...@@ -150,11 +148,9 @@ single: ...@@ -150,11 +148,9 @@ single:
service: service:
enabled: true enabled: true
type: ClusterIP type: ClusterIP
## Exposed telegraf configuration ## Exposed telegraf configuration
## For full list of possible values see `/docs/all-config-values.yaml` and `/docs/all-config-values.toml` ## For full list of possible values see `/docs/all-config-values.yaml` and `/docs/all-config-values.toml`
## ref: https://docs.influxdata.com/telegraf/v1.1/administration/configuration/ ## ref: https://docs.influxdata.com/telegraf/v1.1/administration/configuration/
config: config:
## global_tags: ## global_tags:
## dc: "us-east-1" ## dc: "us-east-1"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment