From b4b742b38406322f9cc0aea681c4f18600fe7086 Mon Sep 17 00:00:00 2001 From: andres2000gb-sysdig Date: Wed, 18 Sep 2024 12:06:24 +0200 Subject: [PATCH 1/3] feat(node-analyzer,collector): Add OKE support --- charts/kspm-collector/Chart.yaml | 4 ++-- charts/kspm-collector/README.md | 2 +- charts/kspm-collector/values.yaml | 2 +- charts/node-analyzer/Chart.yaml | 2 +- charts/node-analyzer/README.md | 2 +- charts/node-analyzer/values.yaml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/kspm-collector/Chart.yaml b/charts/kspm-collector/Chart.yaml index 056e0437b..1778dd51f 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.2 -appVersion: 1.39.3 +version: 0.16.3 +appVersion: 1.39.4 keywords: - monitoring - security diff --git a/charts/kspm-collector/README.md b/charts/kspm-collector/README.md index 7473d8af3..9df21234d 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.3` | +| `image.tag` | Specifies the image tag to pull from the image repository. | `1.39.4` | | `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 33a5e2d75..7b4c143f4 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.3 + tag: 1.39.4 digest: registry: quay.io pullPolicy: diff --git a/charts/node-analyzer/Chart.yaml b/charts/node-analyzer/Chart.yaml index 2531ff306..1d160da44 100644 --- a/charts/node-analyzer/Chart.yaml +++ b/charts/node-analyzer/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: node-analyzer description: Sysdig Node Analyzer # currently matching Sysdig's appVersion 1.14.34 -version: 1.32.2 +version: 1.32.3 appVersion: 12.9.0 keywords: - monitoring diff --git a/charts/node-analyzer/README.md b/charts/node-analyzer/README.md index 0a89e1f79..187bd4435 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.2` | +| `nodeAnalyzer.kspmAnalyzer.image.tag` | Specifies the image tag for the KSPM node analyzer image to be pulled. | `1.44.7` | | `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 a59fcba02..58d89bd3b 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.2 + tag: 1.44.7 digest: pullPolicy: From 8e1362e8c67f75221a47834a9e275fcaddfbd729 Mon Sep 17 00:00:00 2001 From: andres2000gb-sysdig Date: Thu, 19 Sep 2024 09:04:19 +0200 Subject: [PATCH 2/3] update sysdig-deploy --- charts/sysdig-deploy/Chart.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/sysdig-deploy/Chart.yaml b/charts/sysdig-deploy/Chart.yaml index bdcf990c6..1ca99aaaf 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.65.3 +version: 1.65.4 maintainers: - name: AlbertoBarba email: alberto.barba@sysdig.com @@ -36,7 +36,7 @@ dependencies: - name: node-analyzer # repository: https://charts.sysdig.com repository: file://../node-analyzer - version: ~1.32.2 + version: ~1.32.3 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.2 + version: ~0.16.3 alias: kspmCollector condition: kspmCollector.enabled,global.kspm.deploy - name: rapid-response From 6480bd595c18595c0ad0bfe703ccdc118e9d4547 Mon Sep 17 00:00:00 2001 From: andres2000gb-sysdig Date: Thu, 19 Sep 2024 09:05:33 +0200 Subject: [PATCH 3/3] update 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 9e1dcbfe7..5b27ea9dd 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.65.4 +version: 1.65.5 maintainers: - name: AlbertoBarba email: alberto.barba@sysdig.com