File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ apiVersion: v2
2
2
name : pyroscope-ebpf
3
3
description : A Helm chart for Pyroscope eBPF
4
4
type : application
5
- version : 0.1.18
5
+ version : 0.1.19
6
6
appVersion : " 0.34.1"
Original file line number Diff line number Diff line change 1
1
# pyroscope-ebpf
2
2
3
- ![ Version: 0.1.18 ] ( https://img.shields.io/badge/Version-0.1.18 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.34.1] ( https://img.shields.io/badge/AppVersion-0.34.1-informational?style=flat-square )
3
+ ![ Version: 0.1.19 ] ( https://img.shields.io/badge/Version-0.1.19 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.34.1] ( https://img.shields.io/badge/AppVersion-0.34.1-informational?style=flat-square )
4
4
5
5
A Helm chart for Pyroscope eBPF
6
6
Original file line number Diff line number Diff line change 15
15
labels :
16
16
{{- include "pyroscope-ebpf.selectorLabels" . | nindent 8 }}
17
17
spec :
18
+ {{- with .Values.tolerations }}
19
+ tolerations :
20
+ {{- toYaml . | nindent 8 }}
21
+ {{- end }}
22
+ {{- with .Values.nodeSelector }}
23
+ nodeSelector :
24
+ {{- toYaml . | nindent 8 }}
25
+ {{- end }}
18
26
serviceAccountName : {{ include "pyroscope-ebpf.serviceAccountName" . }}
19
27
containers :
20
28
- name : pyroscope-agent
You can’t perform that action at this time.
0 commit comments