From 14aec364015e24f8b42e1288f63763495710984d Mon Sep 17 00:00:00 2001 From: Federico Feresini Date: Wed, 22 Nov 2023 16:36:50 +0100 Subject: [PATCH] feat(sysdig): Update legacy engine HostAnalyzer components with security updates --- charts/sysdig/Chart.yaml | 2 +- charts/sysdig/README.md | 2 +- charts/sysdig/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/sysdig/Chart.yaml b/charts/sysdig/Chart.yaml index c22fc0803..9a9c51851 100644 --- a/charts/sysdig/Chart.yaml +++ b/charts/sysdig/Chart.yaml @@ -15,4 +15,4 @@ name: sysdig sources: - https://app.sysdigcloud.com/#/settings/user - https://github.com/draios/sysdig -version: 1.16.21 +version: 1.16.22 diff --git a/charts/sysdig/README.md b/charts/sysdig/README.md index b509c68c1..107ed460c 100644 --- a/charts/sysdig/README.md +++ b/charts/sysdig/README.md @@ -237,7 +237,7 @@ The following table lists the configurable parameters of the Sysdig chart and th | `nodeAnalyzer.imageAnalyzer.env` | The extra environment variables that will be passed onto pods. | `{}` | | `nodeAnalyzer.hostAnalyzer.deploy` | Deploys 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.17` | +| `nodeAnalyzer.hostAnalyzer.image.tag` | The image tag to pull the Host Analyzer. | `0.1.18` | | `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` | diff --git a/charts/sysdig/values.yaml b/charts/sysdig/values.yaml index d3cbfc292..329b68abe 100644 --- a/charts/sysdig/values.yaml +++ b/charts/sysdig/values.yaml @@ -393,7 +393,7 @@ nodeAnalyzer: deploy: true image: repository: sysdig/host-analyzer - tag: 0.1.17 + tag: 0.1.18 digest: null pullPolicy: IfNotPresent # The scanning schedule specification for the host analyzer expressed as a crontab string such as “5 4 * * *”.