From 1efc45326978f710604e1be1f77351a4dbc68beb Mon Sep 17 00:00:00 2001 From: draios-jenkins Date: Wed, 15 Jan 2025 19:54:44 +0000 Subject: [PATCH] github_actions_ci: Update public key --- charts/shield/README.md | 12 ++++++------ charts/shield/values.yaml | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/shield/README.md b/charts/shield/README.md index cbf2b2989..67e953e87 100644 --- a/charts/shield/README.md +++ b/charts/shield/README.md @@ -118,12 +118,12 @@ The following table lists the configurable parameters of the `shield` chart and | features.investigations.event_forwarder.enabled | | false | | features.investigations.event_forwarder.integrations | | [] | | features.investigations.event_forwarder.transmit_message_types | | [] | -| features.respond.rapid_response.enabled | | false | -| features.monitor.app_checks.enabled | | false | -| features.monitor.java_management_extensions.enabled | | false | -| features.monitor.prometheus.enabled | | false | -| features.monitor.prometheus.prometheus_yaml | The content of the prometheus.yaml file | {} | -| features.monitor.statsd.enabled | | false | +| features.responding.rapid_response.enabled | | false | +| features.monitoring.app_checks.enabled | | false | +| features.monitoring.java_management_extensions.enabled | | false | +| features.monitoring.prometheus.enabled | | false | +| features.monitoring.prometheus.prometheus_yaml | The content of the prometheus.yaml file | {} | +| features.monitoring.statsd.enabled | | false | | host.driver | The driver to use for the host agent (Accepted Values: kmod, legacy_ebpf, universal_ebpf) | kmod | | host.additional_settings | Additional settings to be passed to the host shield (overrides the helm generated settings) | {} | | host.custom_security_context | Allows overriding the Security Context of the Agent pod(s). Primarily intended resolving targeted incidents and debugging | {} | diff --git a/charts/shield/values.yaml b/charts/shield/values.yaml index 59295c338..51c4b3721 100644 --- a/charts/shield/values.yaml +++ b/charts/shield/values.yaml @@ -137,10 +137,10 @@ features: enabled: false integrations: [] transmit_message_types: [] - respond: + responding: rapid_response: enabled: false - monitor: + monitoring: app_checks: enabled: false java_management_extensions: