Skip to content

Commit 880ed2a

Browse files
fix(node-analyzer): bumped kspm-analyzer to 1.47.1 and added missing KUBE_POD_NAME env var (#2514)
1 parent 2819a58 commit 880ed2a

5 files changed

Lines changed: 9 additions & 5 deletions

File tree

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.39.2
5+
version: 1.39.3
66
appVersion: 12.9.2
77
keywords:
88
- monitoring

charts/node-analyzer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ The following table lists the configurable parameters of the Sysdig Node Analyze
249249
| `nodeAnalyzer.tolerations` | Specifies the tolerations for scheduling. | <pre>node-role.kubernetes.io/master:NoSchedule,<br>node-role.kubernetes.io/control-plane:NoSchedule</pre> |
250250
| `nodeAnalyzer.kspmAnalyzer.debug` | Set to true to show KSPM node analyzer debug logging, which is useful for troubleshooting. | `false` |
251251
| `nodeAnalyzer.kspmAnalyzer.image.repository` | Specifies the image repository to pull the KSPM node analyzer from. | `sysdig/kspm-analyzer` |
252-
| `nodeAnalyzer.kspmAnalyzer.image.tag` | Specifies the image tag for the KSPM node analyzer image to be pulled. | `1.47.0` |
252+
| `nodeAnalyzer.kspmAnalyzer.image.tag` | Specifies the image tag for the KSPM node analyzer image to be pulled. | `1.47.1` |
253253
| `nodeAnalyzer.kspmAnalyzer.image.digest` | Specifies the image digest to pull. | ` ` |
254254
| `nodeAnalyzer.kspmAnalyzer.image.pullPolicy` | Specifies the The image pull policy for the KSPM node analyzer. | `""` |
255255
| `nodeAnalyzer.kspmAnalyzer.includeSensitivePermissions` | Grant the service account elevated permissions to run CIS Benchmark for OS4. | `false` |

charts/node-analyzer/templates/daemonset-node-analyzer.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,10 @@ spec:
239239
valueFrom:
240240
fieldRef:
241241
fieldPath: metadata.namespace
242+
- name: KUBE_POD_NAME
243+
valueFrom:
244+
fieldRef:
245+
fieldPath: metadata.name
242246
- name: NATS_INSECURE
243247
valueFrom:
244248
configMapKeyRef:

charts/node-analyzer/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ nodeAnalyzer:
443443
debug: false
444444
image:
445445
repository: sysdig/kspm-analyzer
446-
tag: 1.47.0
446+
tag: 1.47.1
447447
digest: null
448448
pullPolicy: null
449449
# Permissions for OCP4, previously only added for benchmarkrunner

charts/sysdig-deploy/Chart.yaml

Lines changed: 2 additions & 2 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.100.3
5+
version: 1.100.4
66
maintainers:
77
- name: AlbertoBarba
88
email: alberto.barba@sysdig.com
@@ -36,7 +36,7 @@ dependencies:
3636
- name: node-analyzer
3737
# repository: https://charts.sysdig.com
3838
repository: file://../node-analyzer
39-
version: ~1.39.2
39+
version: ~1.39.3
4040
alias: nodeAnalyzer
4141
condition: nodeAnalyzer.enabled
4242
- name: cluster-scanner

0 commit comments

Comments
 (0)