diff --git a/charts/node-analyzer/Chart.yaml b/charts/node-analyzer/Chart.yaml
index 8cb4a6cb4..31f3caaf7 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.34.0
+version: 1.34.1
 appVersion: 12.9.2
 keywords:
   - monitoring
diff --git a/charts/node-analyzer/README.md b/charts/node-analyzer/README.md
index f1da2e737..d193e49a9 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.                                                                                                                                                  | <pre>node-role.kubernetes.io/master:NoSchedule,<br>node-role.kubernetes.io/control-plane:NoSchedule</pre>                                                            |
 | `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.20`                                                                                                                                                             |
+| `nodeAnalyzer.kspmAnalyzer.image.tag`                                | Specifies the image tag for the KSPM node analyzer image to be pulled.                                                                                                                      | `1.44.21`                                                                                                                                                             |
 | `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.includeSensitivePermissions`           | Grant the service account elevated permissions to run CIS Benchmark for OS4.                                                                                                                | `false`                                                                                                                                                              |
diff --git a/charts/node-analyzer/values.yaml b/charts/node-analyzer/values.yaml
index 7e76f827e..94d705ab4 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.20
+      tag: 1.44.21
       digest:
       pullPolicy:
 
diff --git a/charts/sysdig-deploy/Chart.yaml b/charts/sysdig-deploy/Chart.yaml
index f81c1613b..6713761f8 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.74.1
+version: 1.74.2
 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.34.0
+    version: ~1.34.1
     alias: nodeAnalyzer
     condition: nodeAnalyzer.enabled
   - name: cluster-scanner