Skip to content

Commit 49c6c51

Browse files
authored
chore(node-analyzer): bump sysdig/kspm-analyzer to 1.48.3 (#2612)
1 parent c153cc4 commit 49c6c51

3 files changed

Lines changed: 3 additions & 3 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.43.4
5+
version: 1.43.5
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
@@ -247,7 +247,7 @@ The following table lists the configurable parameters of the Sysdig Node Analyze
247247
| `nodeAnalyzer.tolerations` | Specifies the tolerations for scheduling. | <pre>node-role.kubernetes.io/master:NoSchedule,<br>node-role.kubernetes.io/control-plane:NoSchedule</pre> |
248248
| `nodeAnalyzer.kspmAnalyzer.debug` | Set to true to show KSPM node analyzer debug logging, which is useful for troubleshooting. | `false` |
249249
| `nodeAnalyzer.kspmAnalyzer.image.repository` | Specifies the image repository to pull the KSPM node analyzer from. | `sysdig/kspm-analyzer` |
250-
| `nodeAnalyzer.kspmAnalyzer.image.tag` | Specifies the image tag for the KSPM node analyzer image to be pulled. | `1.48.2` |
250+
| `nodeAnalyzer.kspmAnalyzer.image.tag` | Specifies the image tag for the KSPM node analyzer image to be pulled. | `1.48.3` |
251251
| `nodeAnalyzer.kspmAnalyzer.image.digest` | Specifies the image digest to pull. | ` ` |
252252
| `nodeAnalyzer.kspmAnalyzer.image.pullPolicy` | Specifies the The image pull policy for the KSPM node analyzer. | `""` |
253253
| `nodeAnalyzer.kspmAnalyzer.includeSensitivePermissions` | Grant the service account elevated permissions to run CIS Benchmark for OS4. | `false` |

charts/node-analyzer/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ nodeAnalyzer:
437437
debug: false
438438
image:
439439
repository: sysdig/kspm-analyzer
440-
tag: 1.48.2
440+
tag: 1.48.3
441441
digest: null
442442
pullPolicy: null
443443
# Permissions for OCP4, previously only added for benchmarkrunner

0 commit comments

Comments
 (0)