Skip to content

Commit 84cfe9a

Browse files
authored
chore(sysdig, node-analyzer): update legacy nodeImageAnalyzer (0.1.29) and hostImageAnalyzer (0.1.17) (#1407)
1 parent 7e4ab66 commit 84cfe9a

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
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.17.8
6+
version: 1.17.9
77
appVersion: 12.8.0
88
keywords:
99
- monitoring

charts/node-analyzer/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ The following table lists the configurable parameters of the Sysdig Node Analyze
140140
| `nodeAnalyzer.extraVolumes.volumes` | Specifies additional volumes to mount in the Node Analyzer. For example, docker socket. | `[]` |
141141
| `nodeAnalyzer.imageAnalyzer.deploy` | Deploys the Image Analyzer. | `true` |
142142
| `nodeAnalyzer.imageAnalyzer.image.repository` | Sets the image repository to pull the Node Image Analyzer from. | `sysdig/node-image-analyzer` |
143-
| `nodeAnalyzer.imageAnalyzer.image.tag` | Sets the image tag for the Node Image Analyzer to be pulled. | `0.1.28` |
143+
| `nodeAnalyzer.imageAnalyzer.image.tag` | Sets the image tag for the Node Image Analyzer to be pulled. | `0.1.29` |
144144
| `nodeAnalyzer.imageAnalyzer.image.digest` | Sets the image digest to pull. | ` ` |
145145
| `nodeAnalyzer.imageAnalyzer.image.pullPolicy` | Sets the Image pull policy for the Node Image Analyzer. | `""` |
146146
| `nodeAnalyzer.imageAnalyzer.dockerSocketPath` | Specifies the Docker socket path. | |
@@ -155,7 +155,7 @@ The following table lists the configurable parameters of the Sysdig Node Analyze
155155
| `nodeAnalyzer.imageAnalyzer.env` | Specifies the Extra environment variables that will be passed onto pods. | `{}` |
156156
| `nodeAnalyzer.hostAnalyzer.deploy` | Deploys the Host Analyzer. | `true` |
157157
| `nodeAnalyzer.hostAnalyzer.image.repository` | Specifies the image repository to pull the Host Analyzer from. | `sysdig/host-analyzer` |
158-
| `nodeAnalyzer.hostAnalyzer.image.tag` | Set the image tag to pull the Host Analyzer. | `0.1.16` |
158+
| `nodeAnalyzer.hostAnalyzer.image.tag` | Set the image tag to pull the Host Analyzer. | `0.1.17` |
159159
| `nodeAnalyzer.hostAnalyzer.image.digest` | Specifies the image digest to pull. | ` ` |
160160
| `nodeAnalyzer.hostAnalyzer.image.pullPolicy` | Specifies the Image pull policy for the Host Analyzer. | `""` |
161161
| `nodeAnalyzer.hostAnalyzer.schedule` | Specifies the scanning schedule specification for the host analyzer expressed as a crontab. | `@dailydefault` |

charts/node-analyzer/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ nodeAnalyzer:
184184
deploy: true
185185
image:
186186
repository: sysdig/node-image-analyzer
187-
tag: 0.1.28
187+
tag: 0.1.29
188188
digest:
189189
pullPolicy:
190190

@@ -237,7 +237,7 @@ nodeAnalyzer:
237237
deploy: true
238238
image:
239239
repository: sysdig/host-analyzer
240-
tag: 0.1.16
240+
tag: 0.1.17
241241
digest:
242242
pullPolicy:
243243

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.15
18+
version: 1.16.16

charts/sysdig/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ The following table lists the configurable parameters of the Sysdig chart and th
222222
| `nodeAnalyzer.pullSecrets` | The image pull secrets for the Node Analyzer containers. | `nil` |
223223
| `nodeAnalyzer.imageAnalyzer.deploy` | Deploys the Image Analyzer. | `true ` |
224224
| `nodeAnalyzer.imageAnalyzer.image.repository` | The image repository to pull the Node Image Analyzer from. | `sysdig/node-image-analyzer` |
225-
| `nodeAnalyzer.imageAnalyzer.image.tag` | The image tag to pull the Node Image Analyzer. | `0.1.28` |
225+
| `nodeAnalyzer.imageAnalyzer.image.tag` | The image tag to pull the Node Image Analyzer. | `0.1.29` |
226226
| `nodeAnalyzer.imageAnalyzer.image.digest` | The image digest to pull. | ` ` |
227227
| `nodeAnalyzer.imageAnalyzer.image.pullPolicy` | The Image pull policy for the Node Image Analyzer. | `IfNotPresent` |
228228
| `nodeAnalyzer.imageAnalyzer.dockerSocketPath` | The Docker socket path. | |
@@ -237,7 +237,7 @@ The following table lists the configurable parameters of the Sysdig chart and th
237237
| `nodeAnalyzer.imageAnalyzer.env` | The extra environment variables that will be passed onto pods. | `{}` |
238238
| `nodeAnalyzer.hostAnalyzer.deploy` | Deploys the Host Analyzer. | `true ` |
239239
| `nodeAnalyzer.hostAnalyzer.image.repository` | The image repository to pull the Host Analyzer from. | `sysdig/host-analyzer` |
240-
| `nodeAnalyzer.hostAnalyzer.image.tag` | The image tag to pull the Host Analyzer. | `0.1.16` |
240+
| `nodeAnalyzer.hostAnalyzer.image.tag` | The image tag to pull the Host Analyzer. | `0.1.17` |
241241
| `nodeAnalyzer.hostAnalyzer.image.digest` | The image digest to pull. | ` ` |
242242
| `nodeAnalyzer.hostAnalyzer.image.pullPolicy` | The Image pull policy for the Host Analyzer. | `IfNotPresent` |
243243
| `nodeAnalyzer.hostAnalyzer.schedule` | The scanning schedule specification for the host analyzer expressed as a crontab. | `@dailydefault` |
@@ -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.28` |
326+
| `nodeImageAnalyzer.image.tag` | The image tag to pull the Node Image Analyzer. | `0.1.29` |
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: 3 additions & 3 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.28
196+
tag: 0.1.29
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.28
354+
tag: 0.1.29
355355
digest: null
356356
pullPolicy: IfNotPresent
357357
# The Docker socket path.
@@ -393,7 +393,7 @@ nodeAnalyzer:
393393
deploy: true
394394
image:
395395
repository: sysdig/host-analyzer
396-
tag: 0.1.16
396+
tag: 0.1.17
397397
digest: null
398398
pullPolicy: IfNotPresent
399399
# The scanning schedule specification for the host analyzer expressed as a crontab string such as “5 4 * * *”.

0 commit comments

Comments
 (0)