Skip to content

Commit

Permalink
feat(sysdig): Update legacy engine HostAnalyzer with security updates (
Browse files Browse the repository at this point in the history
…#1128)

Extended Changelog: Security updates (May 2023) for HostAnalyzer. Fixed 1 CVE:
	* CVE-2023-28840
  • Loading branch information
driver2000 authored May 25, 2023
1 parent fb5906e commit a1a22e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/sysdig/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: sysdig
version: 1.15.89
version: 1.15.90
appVersion: 12.14.1
description: Sysdig Monitor and Secure agent
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/sysdig/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ The following table lists the configurable parameters of the Sysdig chart and th
| `nodeAnalyzer.imageAnalyzer.env` | Extra environment variables that will be passed onto pods | `{}` |
| `nodeAnalyzer.hostAnalyzer.deploy` | Deploy the Host Analyzer | `true ` |
| `nodeAnalyzer.hostAnalyzer.image.repository` | The image repository to pull the Host Analyzer from | `sysdig/host-analyzer` |
| `nodeAnalyzer.hostAnalyzer.image.tag` | The image tag to pull the Host Analyzer | `0.1.15` |
| `nodeAnalyzer.hostAnalyzer.image.tag` | The image tag to pull the Host Analyzer | `0.1.16` |
| `nodeAnalyzer.hostAnalyzer.image.digest` | The image digest to pull | ` ` |
| `nodeAnalyzer.hostAnalyzer.image.pullPolicy` | The Image pull policy for the Host Analyzer | `IfNotPresent` |
| `nodeAnalyzer.hostAnalyzer.schedule` | The scanning schedule specification for the host analyzer expressed as a crontab | `@dailydefault` |
Expand Down
2 changes: 1 addition & 1 deletion charts/sysdig/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ nodeAnalyzer:
deploy: true
image:
repository: sysdig/host-analyzer
tag: 0.1.15
tag: 0.1.16
digest:
pullPolicy: IfNotPresent

Expand Down

0 comments on commit a1a22e4

Please sign in to comment.