diff --git a/helm-charts/falcon-sensor/Chart.yaml b/helm-charts/falcon-sensor/Chart.yaml index a51fdad0..1a28f63c 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.3 +version: 1.26.1 # 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.3 +appVersion: 1.26.1 keywords: - CrowdStrike diff --git a/helm-charts/falcon-sensor/templates/node_priorityclass.yaml b/helm-charts/falcon-sensor/templates/node_priorityclass.yaml index 23a3e080..2f4181a2 100644 --- a/helm-charts/falcon-sensor/templates/node_priorityclass.yaml +++ b/helm-charts/falcon-sensor/templates/node_priorityclass.yaml @@ -1,5 +1,5 @@ {{- if .Values.node.enabled }} -{{- if and .Values.node.daemonset.priorityClassCreate (or .Values.node.daemonset.priorityClassName .Values.node.gke.autopilot) }} +{{- if or .Values.node.daemonset.priorityClassCreate .Values.node.gke.autopilot }} apiVersion: scheduling.k8s.io/v1 kind: PriorityClass metadata: