File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ name: sysdig
1515sources :
1616- https://app.sysdigcloud.com/#/settings/user
1717- https://github.com/draios/sysdig
18- version : 1.16.21
18+ version : 1.16.22
Original file line number Diff line number Diff line change @@ -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.17 ` |
240+ | ` nodeAnalyzer.hostAnalyzer.image.tag ` | The image tag to pull the Host Analyzer. | ` 0.1.18 ` |
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 ` |
Original file line number Diff line number Diff line change @@ -393,7 +393,7 @@ nodeAnalyzer:
393393 deploy : true
394394 image :
395395 repository : sysdig/host-analyzer
396- tag : 0.1.17
396+ tag : 0.1.18
397397 digest : null
398398 pullPolicy : IfNotPresent
399399 # The scanning schedule specification for the host analyzer expressed as a crontab string such as “5 4 * * *”.
You can’t perform that action at this time.
0 commit comments