Skip to content

Commit d80be00

Browse files
author
zohar-arad
authored
chore(node-analyzer,kspm-collector): Bump KSPM to 1.39.0 & Node Analyzer to 1.37.0 (#1549)
1 parent 18f355a commit d80be00

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

charts/kspm-collector/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: kspm-collector
33
description: Sysdig KSPM collector
44

5-
version: 0.10.0
6-
appVersion: 1.36.0
5+
version: 0.11.0
6+
appVersion: 1.37.0
77

88
keywords:
99
- monitoring

charts/kspm-collector/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The following table lists the configurable parameters of the Sysdig KSPM Collect
4545
| `clusterName` | Sets a unique cluster name. This name will be used to identify events using the `kubernetes.cluster.name` tag. | ` ` |
4646
| `image.registry` | Specifies the KSPM collector image registry. | `quay.io` |
4747
| `image.repository` | Specifies the image repository to pull from. | `sysdig/kspm-collector` |
48-
| `image.tag` | Specifies the image tag to pull from the image repository. | `1.36.0` |
48+
| `image.tag` | Specifies the image tag to pull from the image repository. | `1.37.0` |
4949
| `image.digest` | Specifies the image digest to pull from the image repository. | ` ` |
5050
| `image.pullPolicy` | Specifies theImage pull policy. | `""` |
5151
| `imagePullSecrets` | Specifies the Image pull secret. | `[]` |

charts/kspm-collector/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ clusterName: ""
7777

7878
image:
7979
repository: sysdig/kspm-collector
80-
tag: 1.36.0
80+
tag: 1.37.0
8181
digest:
8282
registry: quay.io
8383
pullPolicy:

charts/node-analyzer/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: node-analyzer
33
description: Sysdig Node Analyzer
44
# currently matching Sysdig's appVersion 1.14.34
5-
version: 1.21.0
5+
version: 1.22.0
66
appVersion: 12.9.0
77
keywords:
88
- monitoring

charts/node-analyzer/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,9 @@ The following table lists the configurable parameters of the Sysdig Node Analyze
209209
| `nodeAnalyzer.hostScanner.resources.limits.ephemeral-storage` | Specifies the Host Scanner Storage limit per node. | `1Gi` |
210210
| `nodeAnalyzer.hostScanner.sslVerifyCertificate` | Set to `false` to allow insecure connections to the Sysdig backend, such as an On-Prem deployment. | |
211211
| `nodeAnalyzer.hostScanner.probesPort` | Specifies the port where readiness and liveness probes are exposed. | `7001` |
212-
| `nodeAnalyzer.hostScanner.scanContainers.enabled` | Set to `true` to scan containers | `false` |
213-
| `nodeAnalyzer.hostScanner.scanContainers.dockerSocketPath` | Specifies the path to docker socket | `unix:///var/run/docker.sock` |
214-
| `nodeAnalyzer.hostScanner.scanContainers.podmanSocketPath` | Specifies the path to podman socket | `unix:///var/run/podman.sock` |
212+
| `nodeAnalyzer.hostScanner.scanContainers.enabled` | Set to `true` to scan containers | `false` |
213+
| `nodeAnalyzer.hostScanner.scanContainers.dockerSocketPath` | Specifies the path to docker socket | `unix:///var/run/docker.sock` |
214+
| `nodeAnalyzer.hostScanner.scanContainers.podmanSocketPath` | Specifies the path to podman socket | `unix:///var/run/podman.sock` |
215215
| `nodeAnalyzer.runtimeScanner.debug` | Set to `true` to show debug logging, which is useful for troubleshooting. | `false` |
216216
| `nodeAnalyzer.runtimeScanner.deploy` | Deploys the Runtime Scanner. | `false` |
217217
| `nodeAnalyzer.runtimeScanner.extraMounts` | Specifies a container engine custom socket path (docker, containerd, CRI-O). | |
@@ -231,7 +231,7 @@ The following table lists the configurable parameters of the Sysdig Node Analyze
231231
| `nodeAnalyzer.runtimeScanner.resources.limits.ephemeral-storage` | Specifies the Runtime Scanner Storage limit per node. | `4Gi` |
232232
| `nodeAnalyzer.runtimeScanner.sslVerifyCertificate` | Set to `false` to allow insecure connections to the Sysdig backend, such as an On-Prem deployment. | |
233233
| `nodeAnalyzer.runtimeScanner.env` | Specifies the extra environment variables that will be passed onto pods. | `{}` |
234-
| `nodeAnalyzer.runtimeScanner.settings.eveEnabled` | Enables Sysdig Eve | `true` |
234+
| `nodeAnalyzer.runtimeScanner.settings.eveEnabled` | Enables Sysdig Eve | `true` |
235235
| `nodeAnalyzer.runtimeScanner.eveConnector.image.repository` | Specifies the image repository to pull the Eve Connector from. | `sysdig/eveclient-api` |
236236
| `nodeAnalyzer.runtimeScanner.eveConnector.image.tag` | Specifies the image tag for the Eve Connector to be pulled. | `1.1.0` |
237237
| `nodeAnalyzer.runtimeScanner.eveConnector.deploy` | Enables Sysdig Eve Connector for third-party integrations. | `false` |
@@ -244,7 +244,7 @@ The following table lists the configurable parameters of the Sysdig Node Analyze
244244
| `nodeAnalyzer.tolerations` | Specifies the tolerations for scheduling. | <pre>node-role.kubernetes.io/master:NoSchedule,<br>node-role.kubernetes.io/control-plane:NoSchedule</pre> |
245245
| `nodeAnalyzer.kspmAnalyzer.debug` | Set to true to show KSPM node analyzer debug logging, which is useful for troubleshooting. | `false` |
246246
| `nodeAnalyzer.kspmAnalyzer.image.repository` | Specifies the image repository to pull the KSPM node analyzer from. | `sysdig/kspm-analyzer` |
247-
| `nodeAnalyzer.kspmAnalyzer.image.tag` | Specifies the image tag for the KSPM node analyzer image to be pulled. | `1.38.0` |
247+
| `nodeAnalyzer.kspmAnalyzer.image.tag` | Specifies the image tag for the KSPM node analyzer image to be pulled. | `1.39.0` |
248248
| `nodeAnalyzer.kspmAnalyzer.image.digest` | Specifies the image digest to pull. | ` ` |
249249
| `nodeAnalyzer.kspmAnalyzer.image.pullPolicy` | Specifies the The image pull policy for the KSPM node analyzer. | `""` |
250250
| `nodeAnalyzer.kspmAnalyzer.http_proxy` | Sets `HTTP_PROXY` on the KSPM Analyzer container. | `""` |

charts/node-analyzer/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ nodeAnalyzer:
425425
debug: false
426426
image:
427427
repository: sysdig/kspm-analyzer
428-
tag: 1.38.0
428+
tag: 1.39.0
429429
digest:
430430
pullPolicy:
431431

charts/sysdig-deploy/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: sysdig-deploy
33
description: A chart with various Sysdig components for Kubernetes
44
type: application
5-
version: 1.35.0
5+
version: 1.36.0
66
maintainers:
77
- name: AlbertoBarba
88
@@ -36,7 +36,7 @@ dependencies:
3636
- name: node-analyzer
3737
# repository: https://charts.sysdig.com
3838
repository: file://../node-analyzer
39-
version: ~1.21.0
39+
version: ~1.22.0
4040
alias: nodeAnalyzer
4141
condition: nodeAnalyzer.enabled
4242
- name: cluster-scanner
@@ -48,7 +48,7 @@ dependencies:
4848
- name: kspm-collector
4949
# repository: https://charts.sysdig.com
5050
repository: file://../kspm-collector
51-
version: ~0.10.0
51+
version: ~0.11.0
5252
alias: kspmCollector
5353
condition: global.kspm.deploy
5454
- name: rapid-response

0 commit comments

Comments
 (0)