Skip to content

Commit c2445d0

Browse files
authored
Merge pull request #286 from pflanagan-cs/injector_resources
fix for resource settings for falcon sensor injector pod
2 parents b839d52 + bdca631 commit c2445d0

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-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.27.1
18+
version: 1.27.2
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.1
23+
appVersion: 1.27.2
2424

2525
keywords:
2626
- CrowdStrike

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ spec:
183183
initialDelaySeconds: 5
184184
periodSeconds: 10
185185
resources:
186-
{{- toYaml .Values.resources | nindent 12 }}
186+
{{- toYaml .Values.container.resources | nindent 12 }}
187187
{{- if .Values.container.tolerations }}
188188
tolerations:
189189
{{- with .Values.container.tolerations }}

helm-charts/falcon-sensor/values.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ container:
225225

226226
tolerations: []
227227

228+
# Configure the requests and limits of the injector container
228229
resources:
229230
# limits:
230231
# cpu: 100m

0 commit comments

Comments
 (0)