From c34db8b93e49bd9ed188e6d0d2d4e95f4997c8f9 Mon Sep 17 00:00:00 2001 From: MonicaDocByte Date: Thu, 7 Aug 2025 17:27:37 +0100 Subject: [PATCH 1/3] DOC-5090 - Add App Checks example as comments --- charts/agent/values.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/charts/agent/values.yaml b/charts/agent/values.yaml index 5042f26fa..25db6abfa 100644 --- a/charts/agent/values.yaml +++ b/charts/agent/values.yaml @@ -256,6 +256,22 @@ sysdig: # proxy_host: squid.yourdomain.com # proxy_port: 3128 # ssl: false + ### Example: Configure app checks (See https://docs.sysdig.com/en/integrate-applications-default-app-checks) + # app_checks: + # - name: redis-6380 + # check_module: redisdb + # pattern: + # comm: redis-server + # conf: + # host: 127.0.0.1 + # port: 6380 + # password: + # - name: ntp + # interval: 60 + # pattern: + # comm: systemd + # conf: + # host: us.pool.ntp.org secure: # true here enables Sysdig Secure: container run-time security & forensics enabled: true From 5800fc6f93ea3af7bd8390f6aa0f67ed8127c086 Mon Sep 17 00:00:00 2001 From: MonicaDocByte Date: Thu, 7 Aug 2025 17:36:55 +0100 Subject: [PATCH 2/3] update chart version --- charts/shield/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/shield/Chart.yaml b/charts/shield/Chart.yaml index 9e3123479..613fad16a 100644 --- a/charts/shield/Chart.yaml +++ b/charts/shield/Chart.yaml @@ -13,5 +13,5 @@ maintainers: - name: mavimo email: marcovito.moscaritolo@sysdig.com type: application -version: 1.15.2 +version: 1.15.3 appVersion: "1.0.0" From f6f9ee3860f17ffd6ea162ca79050180d86f605c Mon Sep 17 00:00:00 2001 From: MonicaDocByte Date: Thu, 7 Aug 2025 17:40:03 +0100 Subject: [PATCH 3/3] update chart version --- charts/agent/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/agent/Chart.yaml b/charts/agent/Chart.yaml index 5dcf9262f..6d40c3122 100644 --- a/charts/agent/Chart.yaml +++ b/charts/agent/Chart.yaml @@ -30,4 +30,4 @@ sources: - https://app.sysdigcloud.com/#/settings/user - https://github.com/draios/sysdig type: application -version: 2.2.1 +version: 2.2.2