Skip to content

Commit

Permalink
Update chart for signalfx-agent 3.6.1 release (helm#6716)
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Keith <[email protected]>
  • Loading branch information
keitwb authored and k8s-ci-robot committed Sep 20, 2018
1 parent 00b4cb1 commit 36f368b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions stable/signalfx-agent/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
description: The SignalFx Kubernetes agent
name: signalfx-agent
appVersion: 3.2.2
version: 0.2.1
appVersion: 3.6.1
version: 0.3.0
keywords:
- monitoring
- alerting
Expand Down
1 change: 1 addition & 0 deletions stable/signalfx-agent/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ rules:
- replicationcontrollers
- replicationcontrollers/status
- services
- resourcequotas
# Only need to be able to view secrets if using k8s annotation
# agent.signalfx.com/configWithSecret.*. You can also whitelist specific
# secrets for finer-grain permission sets.
Expand Down
6 changes: 4 additions & 2 deletions stable/signalfx-agent/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ data:
globalDimensions:
kubernetes_cluster: {{ .Values.clusterName }}

sendMachineID: true
sendMachineID: false

observers:
- type: k8s-api
Expand All @@ -45,8 +45,9 @@ data:
- type: collectd/protocols
- type: collectd/signalfx-metadata
procFSPath: /hostfs/proc
- type: host-metadata
etcPath: /hostfs/etc
persistencePath: /run
procFSPath: /hostfs/proc
- type: collectd/uptime
- type: collectd/vmem

Expand All @@ -67,6 +68,7 @@ data:
{{ if .Values.gatherClusterMetrics -}}
# Collects k8s cluster-level metrics
- type: kubernetes-cluster
useNodeName: true
{{- end }}

{{ if .Values.gatherDockerMetrics -}}
Expand Down
4 changes: 2 additions & 2 deletions stable/signalfx-agent/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Version of the signalfx-agent to deploy. This will be the default for the
# docker image tag if not overridden with imageTag
agentVersion: 3.2.2
agentVersion: 3.6.1

# The access token for SignalFx. REQUIRED
signalFxAccessToken: ""
Expand Down Expand Up @@ -64,7 +64,7 @@ clusterName:

# How frequently to send metrics by default in the agent. This can be
# overridden by individual monitors.
metricIntervalSeconds: 15
metricIntervalSeconds: 10

# The log level of the agent. Valid values are 'debug', 'info', 'warn', and
# 'error'. Info is a good default and won't be too spamy. Note that 'debug'
Expand Down

0 comments on commit 36f368b

Please sign in to comment.