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
2 changes: 1 addition & 1 deletion charts/chronograf/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: chronograf
version: 1.2.6
version: 1.2.7
appVersion: 1.9.4
description: Open-source web application written in Go and React.js that provides
the tools to visualize your monitoring data and easily create alerting and automation
Expand Down
1 change: 1 addition & 0 deletions charts/chronograf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ The following table lists configurable parameters, their descriptions, and their
| `oauth.heroku.gh_orgs` | oauth github | "" |
| `env` | Extra environment variables that will be passed onto deployment pods | {} |
| `envFromSecret` | The name of a secret in the same kubernetes namespace which contain values to be added to the environment | {} |
| `extraLabels` | Additional common labels to add to the generated resources | {} |
| `nodeSelector` | Node labels for pod assignment | {} |
| `tolerations` | Toleration labels for pod assignment | [] |
| `affinity` | Affinity settings for pod assignment | {} |
Expand Down
3 changes: 3 additions & 0 deletions charts/chronograf/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ helm.sh/chart: {{ include "chronograf.chart" . }}
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
{{- end }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
{{- if .Values.extraLabels }}
{{ toYaml .Values.extraLabels }}
{{- end }}
{{- end -}}

{{/*
Expand Down
3 changes: 3 additions & 0 deletions charts/chronograf/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ env:
## This can be useful for auth tokens, etc
envFromSecret: ""

## Additional common labels to add to generated resources
extraLabels: {}

# volumes:
# - name: chronograf-output-influxdb2
# configMap:
Expand Down