Skip to content

Commit d9d1652

Browse files
chore(sysdig): Update HostAnalyzer to 0.1.18 components with security updates (#1486)
1 parent 688bed8 commit d9d1652

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.21
18+
version: 1.16.22

charts/sysdig/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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` |

charts/sysdig/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 * * *”.

0 commit comments

Comments
 (0)