File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : monitor
22home : https://github.com/teamhephy/monitor
33version : <Will be populated by the ci before publishing the chart>
4- description : Monitoring for Deis Workflow.
4+ description : Monitoring for Hephy Workflow.
55maintainers :
6- - name : Deis Team
7- email : engineering@deis.com
6+ - email : team@teamhephy.com
Original file line number Diff line number Diff line change 11name : grafana
22home : https://github.com/teamhephy/monitor/tree/master/grafana
33version : <Will be populated by the ci before publishing the chart>
4- description : Monitoring for Deis Workflow.
4+ description : Monitoring for Hephy Workflow.
55maintainers :
6- - name : Deis Team
7- email : engineering@deis.com
6+ - email : team@teamhephy.com
Original file line number Diff line number Diff line change @@ -7,3 +7,12 @@ extensions/v1beta1
77apps/v1
88{{- end -}}
99{{- end -}}
10+ {{- define " APIVersion" -}}
11+ {{- if .Capabilities.APIVersions.Has " apps/v1" -}}
12+ apps/v1
13+ {{- else if .Capabilities.APIVersions.Has " extensions/v1beta1" -}}
14+ extensions/v1beta1
15+ {{- else -}}
16+ apps/v1
17+ {{- end -}}
18+ {{- end -}}
Original file line number Diff line number Diff line change 11name : influxdb
22home : https://github.com/teamhephy/monitor/tree/master/influxdb
33version : <Will be populated by the ci before publishing the chart>
4- description : Monitoring for Deis Workflow.
4+ description : Monitoring for Hephy Workflow.
55maintainers :
6- - name : Deis Team
7- email : engineering@deis.com
6+ - email : team@teamhephy.com
Original file line number Diff line number Diff line change @@ -7,3 +7,12 @@ extensions/v1beta1
77apps/v1
88{{- end -}}
99{{- end -}}
10+ {{- define " APIVersion" -}}
11+ {{- if .Capabilities.APIVersions.Has " apps/v1" -}}
12+ apps/v1
13+ {{- else if .Capabilities.APIVersions.Has " extensions/v1beta1" -}}
14+ extensions/v1beta1
15+ {{- else -}}
16+ apps/v1
17+ {{- end -}}
18+ {{- end -}}
Original file line number Diff line number Diff line change @@ -3,5 +3,4 @@ home: https://github.com/teamhephy/monitor/tree/master/telegraf
33version : <Will be populated by the ci before publishing the chart>
44description : Monitoring for Deis Workflow.
55maintainers :
6- - name : Deis Team
7- email : engineering@deis.com
6+ - email : team@teamhephy.com
Original file line number Diff line number Diff line change @@ -7,3 +7,12 @@ extensions/v1beta1
77apps/v1
88{{- end -}}
99{{- end -}}
10+ {{- define " APIVersion" -}}
11+ {{- if .Capabilities.APIVersions.Has " apps/v1" -}}
12+ apps/v1
13+ {{- else if .Capabilities.APIVersions.Has " extensions/v1beta1" -}}
14+ extensions/v1beta1
15+ {{- else -}}
16+ apps/v1
17+ {{- end -}}
18+ {{- end -}}
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ kind: DaemonSet
33metadata :
44 name : deis-monitor-telegraf
55 labels :
6+ app : deis-monitor-telegraf
67 heritage : deis
78 annotations :
89 component.deis.io/version : {{ .Values.docker_tag }}
1415 selector :
1516 matchLabels :
1617 app : deis-monitor-telegraf
17- heritage : deis
1818 template :
1919 metadata :
20- name : deis-monitor-telegraf
2120 labels :
22- heritage : deis
2321 app : deis-monitor-telegraf
2422 spec :
2523 serviceAccount : deis-monitor-telegraf
Original file line number Diff line number Diff line change @@ -10,3 +10,12 @@ rbac.authorization.k8s.io/v1alpha1
1010rbac.authorization.k8s.io /v1
1111{{- end -}}
1212{{- end -}}
13+ {{- define " APIVersion" -}}
14+ {{- if .Capabilities.APIVersions.Has " apps/v1" -}}
15+ apps/v1
16+ {{- else if .Capabilities.APIVersions.Has " extensions/v1beta1" -}}
17+ extensions/v1beta1
18+ {{- else -}}
19+ apps/v1
20+ {{- end -}}
21+ {{- end -}}
You can’t perform that action at this time.
0 commit comments