Commit bdca631 1 parent b839d52 commit bdca631 Copy full SHA for bdca631
File tree 3 files changed +4
-3
lines changed
helm-charts/falcon-sensor
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 1.27.1
18
+ version : 1.27.2
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
22
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
- appVersion : 1.27.1
23
+ appVersion : 1.27.2
24
24
25
25
keywords :
26
26
- CrowdStrike
Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ spec:
183
183
initialDelaySeconds : 5
184
184
periodSeconds : 10
185
185
resources :
186
- {{- toYaml .Values.resources | nindent 12 }}
186
+ {{- toYaml .Values.container. resources | nindent 12 }}
187
187
{{- if .Values.container.tolerations }}
188
188
tolerations :
189
189
{{- with .Values.container.tolerations }}
Original file line number Diff line number Diff line change @@ -225,6 +225,7 @@ container:
225
225
226
226
tolerations : []
227
227
228
+ # Configure the requests and limits of the injector container
228
229
resources :
229
230
# limits:
230
231
# cpu: 100m
You can’t perform that action at this time.
0 commit comments