Skip to content

Commit 30608a0

Browse files
authored
Merge pull request #269 from redhatrises/pc_gke_deploy
fix: priorityclass logic now that it is disabled by default
2 parents 34defbc + 3e27fc7 commit 30608a0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.3
18+
version: 1.26.1
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.3
23+
appVersion: 1.26.1
2424

2525
keywords:
2626
- CrowdStrike

helm-charts/falcon-sensor/templates/node_priorityclass.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{- if .Values.node.enabled }}
2-
{{- if and .Values.node.daemonset.priorityClassCreate (or .Values.node.daemonset.priorityClassName .Values.node.gke.autopilot) }}
2+
{{- if or .Values.node.daemonset.priorityClassCreate .Values.node.gke.autopilot }}
33
apiVersion: scheduling.k8s.io/v1
44
kind: PriorityClass
55
metadata:

0 commit comments

Comments
 (0)