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 @@ -3,7 +3,7 @@ name: node-analyzer
33description : Sysdig Node Analyzer
44
55# currently matching Sysdig's appVersion 1.14.34
6- version : 1.18.6
6+ version : 1.18.7
77appVersion : 12.9.0
88keywords :
99 - monitoring
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ The following table lists the configurable parameters of the Sysdig Node Analyze
159159| ` nodeAnalyzer.imageAnalyzer.env ` | Specifies the Extra environment variables that will be passed onto pods. | ` {} ` |
160160| ` nodeAnalyzer.hostAnalyzer.deploy ` | Deploys the Host Analyzer. | ` true ` |
161161| ` nodeAnalyzer.hostAnalyzer.image.repository ` | Specifies the image repository to pull the Host Analyzer from. | ` sysdig/host-analyzer ` |
162- | ` nodeAnalyzer.hostAnalyzer.image.tag ` | Set the image tag to pull the Host Analyzer. | ` 0.1.17 ` |
162+ | ` nodeAnalyzer.hostAnalyzer.image.tag ` | Set the image tag to pull the Host Analyzer. | ` 0.1.18 ` |
163163| ` nodeAnalyzer.hostAnalyzer.image.digest ` | Specifies the image digest to pull. | ` ` |
164164| ` nodeAnalyzer.hostAnalyzer.image.pullPolicy ` | Specifies the Image pull policy for the Host Analyzer. | ` "" ` |
165165| ` nodeAnalyzer.hostAnalyzer.http_proxy ` | Sets ` HTTP_PROXY ` on the Host Analyzer container. | ` "" ` |
Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ nodeAnalyzer:
242242 deploy : true
243243 image :
244244 repository : sysdig/host-analyzer
245- tag : 0.1.17
245+ tag : 0.1.18
246246 digest :
247247 pullPolicy :
248248
You can’t perform that action at this time.
0 commit comments