Skip to content

Commit

Permalink
Merge pull request #264 from sfotony/default-priorityClassCreate-to-f…
Browse files Browse the repository at this point in the history
…alse

Default priorityClassCreate to false
  • Loading branch information
redhatrises authored Feb 12, 2024
2 parents 7cb8650 + a2945d4 commit 34defbc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions helm-charts/falcon-sensor/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.25.2
version: 1.25.3

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

keywords:
- CrowdStrike
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/falcon-sensor/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
},
"priorityClassCreate": {
"type": "boolean",
"default": "true"
"default": "false"
},
"priorityClassName": {
"type": "string"
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/falcon-sensor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ node:
labels: {}

# Enable the priorityClass creation on chart installation
priorityClassCreate: true
priorityClassCreate: false
# Assign a PriorityClassName to pods if set
priorityClassName: ""
priorityClassValue: 1000000000
Expand Down

0 comments on commit 34defbc

Please sign in to comment.