From 13a22c18fe6724d3a204f2ea20a4b96a3fb8526f Mon Sep 17 00:00:00 2001 From: andres2000gb-sysdig Date: Mon, 14 Oct 2024 15:05:46 +0200 Subject: [PATCH 1/3] fix(node-analyzer,collector): Switch to debug level oke logs --- charts/kspm-collector/Chart.yaml | 4 ++-- charts/kspm-collector/README.md | 2 +- charts/kspm-collector/values.yaml | 2 +- charts/node-analyzer/Chart.yaml | 4 ++-- charts/node-analyzer/README.md | 2 +- charts/node-analyzer/values.yaml | 2 +- charts/sysdig-deploy/Chart.yaml | 4 ++-- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/charts/kspm-collector/Chart.yaml b/charts/kspm-collector/Chart.yaml index 07894240a..fd2dc7a9e 100644 --- a/charts/kspm-collector/Chart.yaml +++ b/charts/kspm-collector/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 name: kspm-collector description: Sysdig KSPM collector -version: 0.16.4 -appVersion: 1.39.4 +version: 0.16.5 +appVersion: 1.39.5 keywords: - monitoring - security diff --git a/charts/kspm-collector/README.md b/charts/kspm-collector/README.md index 9df21234d..435c97aef 100644 --- a/charts/kspm-collector/README.md +++ b/charts/kspm-collector/README.md @@ -45,7 +45,7 @@ The following table lists the configurable parameters of the Sysdig KSPM Collect | `clusterName` | Sets a unique cluster name. This name will be used to identify events using the `kubernetes.cluster.name` tag. | ` ` | | `image.registry` | Specifies the KSPM collector image registry. | `quay.io` | | `image.repository` | Specifies the image repository to pull from. | `sysdig/kspm-collector` | -| `image.tag` | Specifies the image tag to pull from the image repository. | `1.39.4` | +| `image.tag` | Specifies the image tag to pull from the image repository. | `1.39.5` | | `image.digest` | Specifies the image digest to pull from the image repository. | ` ` | | `image.pullPolicy` | Specifies theImage pull policy. | `""` | | `imagePullSecrets` | Specifies the Image pull secret. | `[]` | diff --git a/charts/kspm-collector/values.yaml b/charts/kspm-collector/values.yaml index 2a727e342..640b4a5fb 100644 --- a/charts/kspm-collector/values.yaml +++ b/charts/kspm-collector/values.yaml @@ -78,7 +78,7 @@ clusterName: "" image: repository: sysdig/kspm-collector - tag: 1.39.4 + tag: 1.39.5 digest: registry: quay.io pullPolicy: diff --git a/charts/node-analyzer/Chart.yaml b/charts/node-analyzer/Chart.yaml index 7a893f554..fc756ca2a 100644 --- a/charts/node-analyzer/Chart.yaml +++ b/charts/node-analyzer/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: node-analyzer description: Sysdig Node Analyzer # currently matching Sysdig's appVersion 1.14.34 -version: 1.32.9 -appVersion: 12.9.1 +version: 1.32.10 +appVersion: 12.9.2 keywords: - monitoring - security diff --git a/charts/node-analyzer/README.md b/charts/node-analyzer/README.md index df94c7b74..9c4d83889 100644 --- a/charts/node-analyzer/README.md +++ b/charts/node-analyzer/README.md @@ -248,7 +248,7 @@ The following table lists the configurable parameters of the Sysdig Node Analyze | `nodeAnalyzer.tolerations` | Specifies the tolerations for scheduling. |
node-role.kubernetes.io/master:NoSchedule,
node-role.kubernetes.io/control-plane:NoSchedule
| | `nodeAnalyzer.kspmAnalyzer.debug` | Set to true to show KSPM node analyzer debug logging, which is useful for troubleshooting. | `false` | | `nodeAnalyzer.kspmAnalyzer.image.repository` | Specifies the image repository to pull the KSPM node analyzer from. | `sysdig/kspm-analyzer` | -| `nodeAnalyzer.kspmAnalyzer.image.tag` | Specifies the image tag for the KSPM node analyzer image to be pulled. | `1.44.10` | +| `nodeAnalyzer.kspmAnalyzer.image.tag` | Specifies the image tag for the KSPM node analyzer image to be pulled. | `1.44.11` | | `nodeAnalyzer.kspmAnalyzer.image.digest` | Specifies the image digest to pull. | ` ` | | `nodeAnalyzer.kspmAnalyzer.image.pullPolicy` | Specifies the The image pull policy for the KSPM node analyzer. | `""` | | `nodeAnalyzer.kspmAnalyzer.http_proxy` | Sets `HTTP_PROXY` on the KSPM Analyzer container. | `""` | diff --git a/charts/node-analyzer/values.yaml b/charts/node-analyzer/values.yaml index 0df6dc441..d753ae045 100644 --- a/charts/node-analyzer/values.yaml +++ b/charts/node-analyzer/values.yaml @@ -454,7 +454,7 @@ nodeAnalyzer: debug: false image: repository: sysdig/kspm-analyzer - tag: 1.44.10 + tag: 1.44.11 digest: pullPolicy: diff --git a/charts/sysdig-deploy/Chart.yaml b/charts/sysdig-deploy/Chart.yaml index c4c991829..3a14fde1d 100644 --- a/charts/sysdig-deploy/Chart.yaml +++ b/charts/sysdig-deploy/Chart.yaml @@ -36,7 +36,7 @@ dependencies: - name: node-analyzer # repository: https://charts.sysdig.com repository: file://../node-analyzer - version: ~1.32.9 + version: ~1.32.10 alias: nodeAnalyzer condition: nodeAnalyzer.enabled - name: cluster-scanner @@ -48,7 +48,7 @@ dependencies: - name: kspm-collector # repository: https://charts.sysdig.com repository: file://../kspm-collector - version: ~0.16.4 + version: ~0.16.5 alias: kspmCollector condition: kspmCollector.enabled,global.kspm.deploy - name: rapid-response From ee5e55674022443576ca022b2135769e3bb6278c Mon Sep 17 00:00:00 2001 From: andres2000gb-sysdig Date: Mon, 14 Oct 2024 15:06:29 +0200 Subject: [PATCH 2/3] bump sysdig-deploy version --- charts/sysdig-deploy/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/sysdig-deploy/Chart.yaml b/charts/sysdig-deploy/Chart.yaml index 3a14fde1d..7c3d81b95 100644 --- a/charts/sysdig-deploy/Chart.yaml +++ b/charts/sysdig-deploy/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: sysdig-deploy description: A chart with various Sysdig components for Kubernetes type: application -version: 1.66.3 +version: 1.66.4 maintainers: - name: AlbertoBarba email: alberto.barba@sysdig.com From 727955d85ed9b495bfe8831dbd4cce4c4e347a90 Mon Sep 17 00:00:00 2001 From: andres2000gb-sysdig Date: Mon, 14 Oct 2024 17:19:49 +0200 Subject: [PATCH 3/3] revert sysdig-deploy changes --- charts/sysdig-deploy/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/sysdig-deploy/Chart.yaml b/charts/sysdig-deploy/Chart.yaml index 6efa1cf8a..7bd0e0ea5 100644 --- a/charts/sysdig-deploy/Chart.yaml +++ b/charts/sysdig-deploy/Chart.yaml @@ -36,7 +36,7 @@ dependencies: - name: node-analyzer # repository: https://charts.sysdig.com repository: file://../node-analyzer - version: ~1.32.10 + version: ~1.32.9 alias: nodeAnalyzer condition: nodeAnalyzer.enabled - name: cluster-scanner @@ -48,7 +48,7 @@ dependencies: - name: kspm-collector # repository: https://charts.sysdig.com repository: file://../kspm-collector - version: ~0.16.5 + version: ~0.16.4 alias: kspmCollector condition: kspmCollector.enabled,global.kspm.deploy - name: rapid-response