From a158b59c0cd1432884ef388302f88ca547ff9ed5 Mon Sep 17 00:00:00 2001 From: Matteo Avellina <7295856+mech-pig@users.noreply.github.com> Date: Tue, 17 Oct 2023 14:36:34 +0200 Subject: [PATCH] chore(node-analyzer): update legacy nodeImageAnalyzer (0.1.29) and hostImageAnalyzer (0.1.17) components --- charts/node-analyzer/Chart.yaml | 2 +- charts/node-analyzer/README.md | 4 ++-- charts/node-analyzer/values.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/node-analyzer/Chart.yaml b/charts/node-analyzer/Chart.yaml index df914531d..a1823dc22 100644 --- a/charts/node-analyzer/Chart.yaml +++ b/charts/node-analyzer/Chart.yaml @@ -3,7 +3,7 @@ name: node-analyzer description: Sysdig Node Analyzer # currently matching Sysdig's appVersion 1.14.34 -version: 1.17.8 +version: 1.17.9 appVersion: 12.8.0 keywords: - monitoring diff --git a/charts/node-analyzer/README.md b/charts/node-analyzer/README.md index dbeaaee6f..f95298d6e 100644 --- a/charts/node-analyzer/README.md +++ b/charts/node-analyzer/README.md @@ -140,7 +140,7 @@ The following table lists the configurable parameters of the Sysdig Node Analyze | `nodeAnalyzer.extraVolumes.volumes` | Specifies additional volumes to mount in the Node Analyzer. For example, docker socket. | `[]` | | `nodeAnalyzer.imageAnalyzer.deploy` | Deploys the Image Analyzer. | `true` | | `nodeAnalyzer.imageAnalyzer.image.repository` | Sets the image repository to pull the Node Image Analyzer from. | `sysdig/node-image-analyzer` | -| `nodeAnalyzer.imageAnalyzer.image.tag` | Sets the image tag for the Node Image Analyzer to be pulled. | `0.1.28` | +| `nodeAnalyzer.imageAnalyzer.image.tag` | Sets the image tag for the Node Image Analyzer to be pulled. | `0.1.29` | | `nodeAnalyzer.imageAnalyzer.image.digest` | Sets the image digest to pull. | ` ` | | `nodeAnalyzer.imageAnalyzer.image.pullPolicy` | Sets the Image pull policy for the Node Image Analyzer. | `""` | | `nodeAnalyzer.imageAnalyzer.dockerSocketPath` | Specifies the Docker socket path. | | @@ -155,7 +155,7 @@ The following table lists the configurable parameters of the Sysdig Node Analyze | `nodeAnalyzer.imageAnalyzer.env` | Specifies the Extra environment variables that will be passed onto pods. | `{}` | | `nodeAnalyzer.hostAnalyzer.deploy` | Deploys the Host Analyzer. | `true` | | `nodeAnalyzer.hostAnalyzer.image.repository` | Specifies the image repository to pull the Host Analyzer from. | `sysdig/host-analyzer` | -| `nodeAnalyzer.hostAnalyzer.image.tag` | Set the image tag to pull the Host Analyzer. | `0.1.16` | +| `nodeAnalyzer.hostAnalyzer.image.tag` | Set the image tag to pull the Host Analyzer. | `0.1.17` | | `nodeAnalyzer.hostAnalyzer.image.digest` | Specifies the image digest to pull. | ` ` | | `nodeAnalyzer.hostAnalyzer.image.pullPolicy` | Specifies the Image pull policy for the Host Analyzer. | `""` | | `nodeAnalyzer.hostAnalyzer.schedule` | Specifies the scanning schedule specification for the host analyzer expressed as a crontab. | `@dailydefault` | diff --git a/charts/node-analyzer/values.yaml b/charts/node-analyzer/values.yaml index 99bf29639..9967b0a78 100644 --- a/charts/node-analyzer/values.yaml +++ b/charts/node-analyzer/values.yaml @@ -184,7 +184,7 @@ nodeAnalyzer: deploy: true image: repository: sysdig/node-image-analyzer - tag: 0.1.28 + tag: 0.1.29 digest: pullPolicy: @@ -237,7 +237,7 @@ nodeAnalyzer: deploy: true image: repository: sysdig/host-analyzer - tag: 0.1.16 + tag: 0.1.17 digest: pullPolicy: