File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11apiVersion : v2
22name : kspm-collector
33description : Sysdig KSPM collector
4- version : 0.19.0
5- appVersion : 1.39.18
4+ version : 0.19.1
5+ appVersion : 1.39.19
66keywords :
77 - monitoring
88 - security
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ The following table lists the configurable parameters of the Sysdig KSPM Collect
4545| ` clusterName ` | Sets a unique cluster name. This name will be used to identify events using the ` kubernetes.cluster.name ` tag. | ` ` |
4646| ` image.registry ` | Specifies the KSPM collector image registry. | ` quay.io ` |
4747| ` image.repository ` | Specifies the image repository to pull from. | ` sysdig/kspm-collector ` |
48- | ` image.tag ` | Specifies the image tag to pull from the image repository. | ` 1.39.18 ` |
48+ | ` image.tag ` | Specifies the image tag to pull from the image repository. | ` 1.39.19 ` |
4949| ` image.digest ` | Specifies the image digest to pull from the image repository. | ` ` |
5050| ` image.pullPolicy ` | Specifies theImage pull policy. | ` "" ` |
5151| ` imagePullSecrets ` | Specifies the Image pull secret. | ` [] ` |
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ leaderElection:
8484
8585image :
8686 repository : sysdig/kspm-collector
87- tag : 1.39.18
87+ tag : 1.39.19
8888 digest : null
8989 registry : quay.io
9090 pullPolicy : null
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : sysdig-deploy
33description : A chart with various Sysdig components for Kubernetes
44type : application
5- version : 1.110.4
5+ version : 1.110.5
66maintainers :
77 - name : AlbertoBarba
88 email : alberto.barba@sysdig.com
@@ -48,7 +48,7 @@ dependencies:
4848 - name : kspm-collector
4949 # repository: https://charts.sysdig.com
5050 repository : file://../kspm-collector
51- version : ~0.19.0
51+ version : ~0.19.1
5252 alias : kspmCollector
5353 condition : kspmCollector.enabled,global.kspm.deploy
5454 - name : rapid-response
You can’t perform that action at this time.
0 commit comments