diff --git a/helm-charts/falcon-sensor/Chart.yaml b/helm-charts/falcon-sensor/Chart.yaml index 5eb295fd..a51fdad0 100644 --- a/helm-charts/falcon-sensor/Chart.yaml +++ b/helm-charts/falcon-sensor/Chart.yaml @@ -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 diff --git a/helm-charts/falcon-sensor/values.schema.json b/helm-charts/falcon-sensor/values.schema.json index 217cf747..a88395bd 100644 --- a/helm-charts/falcon-sensor/values.schema.json +++ b/helm-charts/falcon-sensor/values.schema.json @@ -72,7 +72,7 @@ }, "priorityClassCreate": { "type": "boolean", - "default": "true" + "default": "false" }, "priorityClassName": { "type": "string" diff --git a/helm-charts/falcon-sensor/values.yaml b/helm-charts/falcon-sensor/values.yaml index 1907a1a5..b5332eb0 100644 --- a/helm-charts/falcon-sensor/values.yaml +++ b/helm-charts/falcon-sensor/values.yaml @@ -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