File tree 3 files changed +4
-4
lines changed
helm-charts/falcon-sensor
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 1.25.2
18
+ version : 1.25.3
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
22
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
- appVersion : 1.25.2
23
+ appVersion : 1.25.3
24
24
25
25
keywords :
26
26
- CrowdStrike
Original file line number Diff line number Diff line change 72
72
},
73
73
"priorityClassCreate" : {
74
74
"type" : " boolean" ,
75
- "default" : " true "
75
+ "default" : " false "
76
76
},
77
77
"priorityClassName" : {
78
78
"type" : " string"
Original file line number Diff line number Diff line change 24
24
labels : {}
25
25
26
26
# Enable the priorityClass creation on chart installation
27
- priorityClassCreate : true
27
+ priorityClassCreate : false
28
28
# Assign a PriorityClassName to pods if set
29
29
priorityClassName : " "
30
30
priorityClassValue : 1000000000
You can’t perform that action at this time.
0 commit comments