Skip to content

Commit 048837f

Browse files
feat(sysdig): Update legacy engine NIA component with security updates (#1489)
1 parent 971b707 commit 048837f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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.22
18+
version: 1.16.23

charts/sysdig/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ The following table lists the configurable parameters of the Sysdig chart and th
323323
| `nodeImageAnalyzer.settings.httpsProxy` | The secure proxy configuration variables. | |
324324
| `nodeImageAnalyzer.settings.noProxy` | The no proxy configuration variables. | |
325325
| `nodeImageAnalyzer.image.repository` | The image repository to pull the Node Image Analyzer from. | `sysdig/node-image-analyzer` |
326-
| `nodeImageAnalyzer.image.tag` | The image tag to pull the Node Image Analyzer. | `0.1.29` |
326+
| `nodeImageAnalyzer.image.tag` | The image tag to pull the Node Image Analyzer. | `0.1.30` |
327327
| `nodeImageAnalyzer.imagedigest` | The image digest to pull. | ` ` |
328328
| `nodeImageAnalyzer.image.pullPolicy` | The Image pull policy for the Node Image Analyzer. | `IfNotPresent` |
329329
| `nodeImageAnalyzer.image.pullSecrets` | Image pull secrets for the Node Image Analyzer. | `nil` |

charts/sysdig/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ nodeImageAnalyzer:
193193
deploy: false
194194
image:
195195
repository: sysdig/node-image-analyzer
196-
tag: 0.1.29
196+
tag: 0.1.30
197197
digest: null
198198
pullPolicy: IfNotPresent
199199
# pullSecrets:
@@ -351,7 +351,7 @@ nodeAnalyzer:
351351
deploy: true
352352
image:
353353
repository: sysdig/node-image-analyzer
354-
tag: 0.1.29
354+
tag: 0.1.30
355355
digest: null
356356
pullPolicy: IfNotPresent
357357
# The Docker socket path.

0 commit comments

Comments
 (0)