Skip to content

Commit 22829f7

Browse files
authored
Merge pull request #276 from falcon-pioupiou/fix-falcon-container-allNamespaces-param
Forcing the param namespaces to be a default empty string
2 parents e7ec089 + 902f9df commit 22829f7

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.26.1
18+
version: 1.26.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.26.1
23+
appVersion: 1.26.2
2424

2525
keywords:
2626
- CrowdStrike

helm-charts/falcon-sensor/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ container:
188188
# list. For example:
189189
#
190190
# namespaces: ns1,ns2,ns3
191-
namespaces:
191+
namespaces: ""
192192

193193
# Attempt to create the Falcon sensor pull secret in all Namespaces
194194
# instead of using "container.image.pullSecrets.namespaces"

0 commit comments

Comments
 (0)