Skip to content

Commit

Permalink
docs(node-analyzer): fix configuration table rendering (#1249)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertoBarba authored Jul 21, 2023
1 parent 5613c15 commit 8f952ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/node-analyzer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: node-analyzer
description: Sysdig Node Analyzer

# currently matching Sysdig's appVersion 1.14.34
version: 1.10.5
version: 1.10.6
appVersion: 12.6.0
keywords:
- monitoring
Expand Down
2 changes: 1 addition & 1 deletion charts/node-analyzer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ The following table lists the configurable parameters of the Sysdig Node Analyze
| `sysdig.existingAccessKeySecret` | An alternative to using the Sysdig Agent access key. Specify the name of a Kubernetes secret containing an `access-key` entry. | Either `accessKey` or `existingAccessKeySecret` is required |
| `secure.enabled` | Enables Sysdig Secure. | `true` |
| `secure.vulnerabilityManagement.newEngineOnly` | Enables only the new vulnerability management engine. | `false` |
| `daemonset.annotations` | Sets custom annotations for the DaemonSet. | `{}' |
| `daemonset.annotations` | Sets custom annotations for the DaemonSet. | `{}` |
| `daemonset.labels` | Sets NodeAnalyzer-specific labels as a multi-line templated string map or as YAML. | `{}` |
| `daemonset.updateStrategy.type` | Sets the updateStrategy for updating the DaemonSet. | RollingUpdate |
| `daemonset.updateStrategy.rollingUpdate.maxUnavailable` | Sets the maximum number of pods that can be unavailable during the update process. | 1 |
Expand Down

0 comments on commit 8f952ad

Please sign in to comment.