Skip to content

Commit

Permalink
Merge pull request #269 from redhatrises/pc_gke_deploy
Browse files Browse the repository at this point in the history
fix: priorityclass logic now that it is disabled by default
  • Loading branch information
redhatrises authored Feb 27, 2024
2 parents 34defbc + 3e27fc7 commit 30608a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.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
Expand Down
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 30608a0

Please sign in to comment.