Skip to content

Commit

Permalink
feat(node-analyzer): Update legacy engine NIA with security updates (#…
Browse files Browse the repository at this point in the history
…1124)

Extended Changelog: Security updates (May 2023) for NodeImageAnalyzer. Fixed 2 CVEs:
	* CVE-2023-30861
	* CVE-2023-28840
  • Loading branch information
driver2000 authored May 24, 2023
1 parent c926bd8 commit 930926e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.8.54
version: 1.8.55
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 @@ -112,7 +112,7 @@ The following table lists the configurable parameters of the Sysdig Node Analyze
| `nodeAnalyzer.extraVolumes.volumes` | Additional volumes to mount in the Node Analyzer (i.e. for docker socket) | `[]` |
| `nodeAnalyzer.imageAnalyzer.deploy` | Deploy the Image Analyzer | `true` |
| `nodeAnalyzer.imageAnalyzer.image.repository` | The image repository to pull the Node Image Analyzer from | `sysdig/node-image-analyzer` |
| `nodeAnalyzer.imageAnalyzer.image.tag` | The image tag to pull the Node Image Analyzer | `0.1.25` |
| `nodeAnalyzer.imageAnalyzer.image.tag` | The image tag to pull the Node Image Analyzer | `0.1.27` |
| `nodeAnalyzer.imageAnalyzer.image.digest` | The image digest to pull | ` ` |
| `nodeAnalyzer.imageAnalyzer.image.pullPolicy` | The Image pull policy for the Node Image Analyzer | `IfNotPresent` |
| `nodeAnalyzer.imageAnalyzer.dockerSocketPath` | The Docker socket path | |
Expand Down
2 changes: 1 addition & 1 deletion charts/node-analyzer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ nodeAnalyzer:
deploy: true
image:
repository: sysdig/node-image-analyzer
tag: 0.1.25
tag: 0.1.27
digest:
pullPolicy: IfNotPresent

Expand Down

0 comments on commit 930926e

Please sign in to comment.