Skip to content

Commit 4a1a9a1

Browse files
chore(sysdig, node-analyzer): bump sysdig/vuln-runtime-scanner to v1.6.6 (#1526)
1 parent 66c6386 commit 4a1a9a1

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

charts/node-analyzer/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: node-analyzer
33
description: Sysdig Node Analyzer
44

55
# currently matching Sysdig's appVersion 1.14.34
6-
version: 1.19.1
6+
version: 1.19.2
77
appVersion: 12.9.0
88
keywords:
99
- monitoring

charts/node-analyzer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ The following table lists the configurable parameters of the Sysdig Node Analyze
214214
| `nodeAnalyzer.runtimeScanner.extraMounts` | Specifies a container engine custom socket path (docker, containerd, CRI-O). | |
215215
| `nodeAnalyzer.runtimeScanner.storageClassName` | Specifies the Runtime Scanner storage class to use instead of emptyDir for ephemeral storage. | `` |
216216
| `nodeAnalyzer.runtimeScanner.image.repository` | Specifies the image repository to pull the Runtime Scanner from. | `sysdig/vuln-runtime-scanner` |
217-
| `nodeAnalyzer.runtimeScanner.image.tag` | Specifies the image tag to pull the Runtime Scanner. | `1.6.4` |
217+
| `nodeAnalyzer.runtimeScanner.image.tag` | Specifies the image tag to pull the Runtime Scanner. | `1.6.6` |
218218
| `nodeAnalyzer.runtimeScanner.image.digest` | Specifies the image digest to pull. | ` ` |
219219
| `nodeAnalyzer.runtimeScanner.image.pullPolicy` | Specifies the image pull policy for the Runtime Scanner. | `""` |
220220
| `nodeAnalyzer.runtimeScanner.http_proxy` | Sets `HTTP_PROXY` on the Runtime Scanner container. | `""` |

charts/node-analyzer/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ nodeAnalyzer:
308308
probesPort: 7002
309309
image:
310310
repository: sysdig/vuln-runtime-scanner
311-
tag: "1.6.4"
311+
tag: "1.6.6"
312312
digest:
313313
pullPolicy:
314314

charts/sysdig/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ name: sysdig
1515
sources:
1616
- https://app.sysdigcloud.com/#/settings/user
1717
- https://github.com/draios/sysdig
18-
version: 1.16.23
18+
version: 1.16.24

charts/sysdig/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ The following table lists the configurable parameters of the Sysdig chart and th
262262
| `nodeAnalyzer.runtimeScanner.deploy` | Deploys the Runtime Scanner. | `false` |
263263
| `nodeAnalyzer.runtimeScanner.extraMounts` | Specifies a container engine custom socket path (docker, containerd, CRI-O). | |
264264
| `nodeAnalyzer.runtimeScanner.image.repository` | The image repository to pull the Runtime Scanner from. | `sysdig/vuln-runtime-scanner` |
265-
| `nodeAnalyzer.runtimeScanner.image.tag` | The image tag to pull the Runtime Scanner. | `1.6.4` |
265+
| `nodeAnalyzer.runtimeScanner.image.tag` | The image tag to pull the Runtime Scanner. | `1.6.6` |
266266
| `nodeAnalyzer.runtimeScanner.image.digest` | The image digest to pull. | ` ` |
267267
| `nodeAnalyzer.runtimeScanner.image.pullPolicy` | The image pull policy for the Runtime Scanner. | `IfNotPresent` |
268268
| `nodeAnalyzer.runtimeScanner.resources.requests.cpu` | Runtime Scanner CPU requests per node. | `250m` |

charts/sysdig/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ nodeAnalyzer:
432432
deploy: false
433433
image:
434434
repository: sysdig/vuln-runtime-scanner
435-
tag: 1.6.4
435+
tag: 1.6.6
436436
digest: null
437437
pullPolicy: IfNotPresent
438438
extraMounts: []

0 commit comments

Comments
 (0)