diff --git a/helm-charts/falcon-integration-gateway/Chart.yaml b/helm-charts/falcon-integration-gateway/Chart.yaml index 424ae039..665a42d2 100644 --- a/helm-charts/falcon-integration-gateway/Chart.yaml +++ b/helm-charts/falcon-integration-gateway/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.4.0 +version: 0.5.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/helm-charts/falcon-integration-gateway/templates/configmap.yaml b/helm-charts/falcon-integration-gateway/templates/configmap.yaml index b7950bb1..170b63b4 100644 --- a/helm-charts/falcon-integration-gateway/templates/configmap.yaml +++ b/helm-charts/falcon-integration-gateway/templates/configmap.yaml @@ -148,9 +148,7 @@ data: # Uncomment to enable RTR based auto discovery of Azure Arc Systems. Alternatively, # use ARC_AUTODISCOVERY env variable. #arc_autodiscovery = true - {{- if .Values.push.azure_log_analytics.arc_autodiscovery }} arc_autodiscovery = {{ .Values.push.azure_log_analytics.arc_autodiscovery }} - {{- end }} [aws] # AWS section is applicable only when AWS backend is enabled in the [main] section. @@ -164,9 +162,7 @@ data: # Uncomment to manage whether or not to confirm instance in AWS account supported region. # Alternatively, use AWS_CONFIRM_INSTANCE env variable. #confirm_instance = true - {{- if .Values.push.aws_security_hub.confirm_instance }} confirm_instance = {{ .Values.push.aws_security_hub.confirm_instance }} - {{- end }} [cloudtrail_lake] # AWS CloudTrail Lake section is applicable only when CLOUDTRAIL_LAKE backend is enabled in the [main] section.