Skip to content
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: 1.36.4
version: 1.36.5
4 changes: 2 additions & 2 deletions charts/agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -244,13 +244,13 @@ sysdig:
accessKey: ""
# Alternatively, specify the name of a Kubernetes secret containing an 'access-key' entry
existingAccessKeySecret: ""
# Disable capture functionality (see https://docs.sysdig.com/en/disable-captures.html)
# Disable capture functionality. See https://docs.sysdig.com/en/disable-captures.html
Comment thread
benpantrey marked this conversation as resolved.
Outdated
disableCaptures: false
# Advanced settings. Any option in here will be directly translated into dragent.yaml in the Configmap
settings: {}
### Example: Agent tags
# tags: linux:ubuntu,dept:dev,local:nyc
### Example: Proxy configuration (see https://docs.sysdig.com/en/enable-http-proxy-for-agents.html)
### Example: Proxy configuration. See https://docs.sysdig.com/en/enable-http-proxy-for-agents.html
Comment thread
benpantrey marked this conversation as resolved.
Outdated
# ssl: false
# http_proxy:
# proxy_host: squid.yourdomain.com
Expand Down
2 changes: 1 addition & 1 deletion charts/harbor-scanner-sysdig-secure/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ sysdig:
# Alternatively, specify the name of a Kubernetes secret containing an 'sysdig_secure_api_token' entry
existingSecureAPITokenSecret: ""

# Sysdig backend URL (SaaS Regions API endpoints are listed here: https://docs.sysdig.com/en/docs/administration/saas-regions-and-ip-ranges/)
# Sysdig backend URL (SaaS Regions API endpoints are listed here: https://docs.sysdig.com/en/docs/administration/saas-regions-and-ip-ranges/
Comment thread
benpantrey marked this conversation as resolved.
Outdated
Comment thread
benpantrey marked this conversation as resolved.
Outdated
url: "https://secure.sysdig.com"
verifySSL: true

Expand Down
2 changes: 1 addition & 1 deletion charts/registry-scanner/doc.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project:
name: Sysdig Registry Scanner
shortName: Registry Scanner
url: https://docs.sysdig.com/en/docs/sysdig-secure/scanning/registry-scanner/
url: https://docs.sysdig.com/en/docs/sysdig-secure/vulnerabilities/findings/registry/
description: This chart deploys the Sysdig Registry Scanner as a scheduled Cronjob in your Kubernetes cluster and allows you to integrate Sysdig Secure with different image registries.
app: the Sysdig Registry Scanner
repository:
Expand Down
6 changes: 3 additions & 3 deletions charts/sysdig/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ image:
# * custom
# If you want to define your own resource profile, just comment the resourceProfile line,
# uncomment the section below, and fill in the appropriate values.
# You may want to check https://docs.sysdig.com/en/tuning-sysdig-agent.html
# You may want to check https://docs.sysdig.com/en/sysdig-secure/configuration/sysdig-agent/
# If you have more questions or concerns, please refer to Sysdig Support.
resourceProfile: small
# resourceProfile: custom
Expand Down Expand Up @@ -164,13 +164,13 @@ sysdig:
accessKey: ""
# Alternatively, specify the name of a Kubernetes secret containing an 'access-key' entry
existingAccessKeySecret: ""
# Disable capture functionality (see https://docs.sysdig.com/en/disable-captures.html)
# Disable capture functionality. See https://docs.sysdig.com/en/disable-captures.html
Comment thread
benpantrey marked this conversation as resolved.
Outdated
disableCaptures: false
# Advanced settings. Any option in here will be directly translated into dragent.yaml in the Configmap
settings: {}
### Example: Agent tags
# tags: linux:ubuntu,dept:dev,local:nyc
### Example: Proxy configuration (see https://docs.sysdig.com/en/enable-http-proxy-for-agents.html)
### Example: Proxy configuration. See https://docs.sysdig.com/en/enable-http-proxy-for-agents.html
Comment thread
benpantrey marked this conversation as resolved.
Outdated
# ssl: false
# http_proxy:
# proxy_host: squid.yourdomain.com
Expand Down
Loading