Skip to content

Commit 5d7e06b

Browse files
authored
Merge pull request #287 from redhatrises/nodeaffinity
feat: configure nodeaffinity to properly support mixed-node architectures
2 parents 671e876 + aae838f commit 5d7e06b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
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.27.2
18+
version: 1.28.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.27.2
23+
appVersion: 1.28.1
2424

2525
keywords:
2626
- CrowdStrike

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

+4
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ spec:
9292
operator: In
9393
values:
9494
- linux
95+
- key: kubernetes.io/arch
96+
operator: In
97+
values:
98+
- amd64
9599
preferredDuringSchedulingIgnoredDuringExecution:
96100
- weight: 1
97101
preference:

0 commit comments

Comments
 (0)