From 57d66ee598fe40b255d631ddff0b97cd800acbe4 Mon Sep 17 00:00:00 2001 From: ProvoK Date: Tue, 1 Aug 2023 11:50:38 +0200 Subject: [PATCH] chore(sysdig,node-analyzer): bumped RuntimeScanner to 1.5.2 version Extended Changelog: * Added env var flag for internal timeout on scheduled operations * Added fallback when connection to detected container runtime fails * Security updates (July 2023). Fixed CVE * CVE-2023-33199 --- charts/node-analyzer/Chart.yaml | 2 +- charts/node-analyzer/README.md | 2 +- charts/node-analyzer/values.yaml | 2 +- charts/sysdig/Chart.yaml | 2 +- charts/sysdig/README.md | 2 +- charts/sysdig/values.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/node-analyzer/Chart.yaml b/charts/node-analyzer/Chart.yaml index 4ebcbe5e0..a704e3e22 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.12.0 +version: 1.12.1 appVersion: 12.6.0 keywords: - monitoring diff --git a/charts/node-analyzer/README.md b/charts/node-analyzer/README.md index 5121fc9d1..6315435e2 100644 --- a/charts/node-analyzer/README.md +++ b/charts/node-analyzer/README.md @@ -195,7 +195,7 @@ The following table lists the configurable parameters of the Sysdig Node Analyze | `nodeAnalyzer.runtimeScanner.extraMounts` | Specifies a container engine custom socket path (docker, containerd, CRI-O). | | | `nodeAnalyzer.runtimeScanner.storageClassName` | Specifies the Runtime Scanner storage class to use instead of emptyDir for ephemeral storage. | `` | | `nodeAnalyzer.runtimeScanner.image.repository` | Specifies the image repository to pull the Runtime Scanner from. | `sysdig/vuln-runtime-scanner` | -| `nodeAnalyzer.runtimeScanner.image.tag` | Specifies the image tag to pull the Runtime Scanner. | `1.5` | +| `nodeAnalyzer.runtimeScanner.image.tag` | Specifies the image tag to pull the Runtime Scanner. | `1.5.2` | | `nodeAnalyzer.runtimeScanner.image.digest` | Specifies the image digest to pull. | ` ` | | `nodeAnalyzer.runtimeScanner.image.pullPolicy` | Specifies the image pull policy for the Runtime Scanner. | `""` | | `nodeAnalyzer.runtimeScanner.resources.requests.cpu` | Specifies the Runtime Scanner CPU requests per node. | `150m` | diff --git a/charts/node-analyzer/values.yaml b/charts/node-analyzer/values.yaml index 3b44adab4..96c537a9a 100644 --- a/charts/node-analyzer/values.yaml +++ b/charts/node-analyzer/values.yaml @@ -253,7 +253,7 @@ nodeAnalyzer: probesPort: 7002 image: repository: sysdig/vuln-runtime-scanner - tag: "1.5.1" + tag: "1.5.2" digest: pullPolicy: storageClassName: diff --git a/charts/sysdig/Chart.yaml b/charts/sysdig/Chart.yaml index f3956c338..a8957eee9 100644 --- a/charts/sysdig/Chart.yaml +++ b/charts/sysdig/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: sysdig -version: 1.16.4 +version: 1.16.5 appVersion: 12.15.0 description: Sysdig Monitor and Secure agent keywords: diff --git a/charts/sysdig/README.md b/charts/sysdig/README.md index 7a054efd0..c2bd01883 100644 --- a/charts/sysdig/README.md +++ b/charts/sysdig/README.md @@ -262,7 +262,7 @@ The following table lists the configurable parameters of the Sysdig chart and th | `nodeAnalyzer.runtimeScanner.deploy` | Deploys the Runtime Scanner. | `false` | | `nodeAnalyzer.runtimeScanner.extraMounts` | Specifies a container engine custom socket path (docker, containerd, CRI-O). | | | `nodeAnalyzer.runtimeScanner.image.repository` | The image repository to pull the Runtime Scanner from. | `sysdig/vuln-runtime-scanner` | -| `nodeAnalyzer.runtimeScanner.image.tag` | The image tag to pull the Runtime Scanner. | `1.5` | +| `nodeAnalyzer.runtimeScanner.image.tag` | The image tag to pull the Runtime Scanner. | `1.5.2` | | `nodeAnalyzer.runtimeScanner.image.digest` | The image digest to pull. | ` ` | | `nodeAnalyzer.runtimeScanner.image.pullPolicy` | The image pull policy for the Runtime Scanner. | `IfNotPresent` | | `nodeAnalyzer.runtimeScanner.resources.requests.cpu` | Runtime Scanner CPU requests per node. | `250m` | diff --git a/charts/sysdig/values.yaml b/charts/sysdig/values.yaml index 288c37f2b..1780c61d3 100644 --- a/charts/sysdig/values.yaml +++ b/charts/sysdig/values.yaml @@ -505,7 +505,7 @@ nodeAnalyzer: deploy: false image: repository: sysdig/vuln-runtime-scanner - tag: 1.5.1 + tag: 1.5.2 digest: pullPolicy: IfNotPresent