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 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 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"