Skip to content

Commit 34defbc

Browse files
authored
Merge pull request #264 from sfotony/default-priorityClassCreate-to-false
Default priorityClassCreate to false
2 parents 7cb8650 + a2945d4 commit 34defbc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

helm-charts/falcon-sensor/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 1.25.2
18+
version: 1.25.3
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
23-
appVersion: 1.25.2
23+
appVersion: 1.25.3
2424

2525
keywords:
2626
- CrowdStrike

helm-charts/falcon-sensor/values.schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
},
7373
"priorityClassCreate": {
7474
"type": "boolean",
75-
"default": "true"
75+
"default": "false"
7676
},
7777
"priorityClassName": {
7878
"type": "string"

helm-charts/falcon-sensor/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ node:
2424
labels: {}
2525

2626
# Enable the priorityClass creation on chart installation
27-
priorityClassCreate: true
27+
priorityClassCreate: false
2828
# Assign a PriorityClassName to pods if set
2929
priorityClassName: ""
3030
priorityClassValue: 1000000000

0 commit comments

Comments
 (0)