File tree 2 files changed +1
-5
lines changed
helm-charts/falcon-integration-gateway
2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ 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 : 0.4 .0
18
+ version : 0.5 .0
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
Original file line number Diff line number Diff line change @@ -148,9 +148,7 @@ data:
148
148
# Uncomment to enable RTR based auto discovery of Azure Arc Systems. Alternatively,
149
149
# use ARC_AUTODISCOVERY env variable.
150
150
#arc_autodiscovery = true
151
- {{- if .Values.push.azure_log_analytics.arc_autodiscovery }}
152
151
arc_autodiscovery = {{ .Values.push.azure_log_analytics.arc_autodiscovery }}
153
- {{- end }}
154
152
155
153
[aws]
156
154
# AWS section is applicable only when AWS backend is enabled in the [main] section.
@@ -164,9 +162,7 @@ data:
164
162
# Uncomment to manage whether or not to confirm instance in AWS account supported region.
165
163
# Alternatively, use AWS_CONFIRM_INSTANCE env variable.
166
164
#confirm_instance = true
167
- {{- if .Values.push.aws_security_hub.confirm_instance }}
168
165
confirm_instance = {{ .Values.push.aws_security_hub.confirm_instance }}
169
- {{- end }}
170
166
171
167
[cloudtrail_lake]
172
168
# AWS CloudTrail Lake section is applicable only when CLOUDTRAIL_LAKE backend is enabled in the [main] section.
You can’t perform that action at this time.
0 commit comments