Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
influxdb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
influxdb
Commits
ef16b510
Commit
ef16b510
authored
Jan 02, 2018
by
Gianluca Arbezzano
Committed by
k8s-ci-robot
Jan 02, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump Telegraf (#3188)
/assign @mattfarina
parent
8d30e20c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
+2
-6
Chart.yaml
stable/telegraf/Chart.yaml
+1
-1
values.yaml
stable/telegraf/values.yaml
+1
-5
No files found.
stable/telegraf/Chart.yaml
View file @
ef16b510
name
:
telegraf
version
:
0.
2.2
version
:
0.
3.0
deprecated
:
true
description
:
Telegraf is an agent written in Go for collecting, processing, aggregating, and writing metrics.
keywords
:
...
...
stable/telegraf/values.yaml
View file @
ef16b510
...
...
@@ -3,9 +3,8 @@
## ref: https://hub.docker.com/r/library/telegraf/tags/
image
:
repo
:
"
telegraf"
tag
:
"
1.
2.0
-alpine"
tag
:
"
1.
5
-alpine"
pullPolicy
:
IfNotPresent
## Configure the telegraf daemonset here.
## Resource limits and outputs can be set seperately
daemonset
:
...
...
@@ -129,7 +128,6 @@ daemonset:
url
:
"
http://$HOSTNAME:10255"
bearer_token
:
"
/var/run/secrets/kubernetes.io/serviceaccount/token"
insecure_skip_verify
:
true
## Configure the telegraf single instance here.
## Resource limits and outputs can be set seperately
single
:
...
...
@@ -150,11 +148,9 @@ single:
service
:
enabled
:
true
type
:
ClusterIP
## Exposed telegraf configuration
## 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/
config
:
## global_tags:
## dc: "us-east-1"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment