Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
16 changes: 16 additions & 0 deletions charts/agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: <changeme>
# - 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
Expand Down
2 changes: 1 addition & 1 deletion charts/shield/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Loading