Skip to content

Commit 901dd7a

Browse files
authored
chore(kspm-collector): release KSPM Collector v1.39.13 (#2321)
1 parent 05040a7 commit 901dd7a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

charts/kspm-collector/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
22
name: kspm-collector
33
description: Sysdig KSPM collector
4-
version: 0.18.0
5-
appVersion: 1.39.12
4+
version: 0.18.1
5+
appVersion: 1.39.13
66
keywords:
77
- monitoring
88
- security

charts/kspm-collector/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ 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.12` |
48+
| `image.tag` | Specifies the image tag to pull from the image repository. | `1.39.13` |
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. | `[]` |
5252
| `replicas` | Specifies the KSPM collector deployment replicas. | `1` |
53-
| `transportLayer` | Determine the transport used by the collector to receive tasks from the backend and send results back to it. Valid values are "nats" and "http". | `http` |
54-
| `leaderElection.lockName` | Name of the k8s leader election lease lock. Applicable only if the transport layer is `http`. | `kspm-collector-leader-election` |
53+
| `transportLayer` | Determine the transport used by the collector to receive tasks from the backend and send results back to it. Valid values are "nats" and "http". | `http` |
54+
| `leaderElection.lockName` | Name of the k8s leader election lease lock. Applicable only if the transport layer is `http`. | `kspm-collector-leader-election` |
5555
| `namespaces.included` | Specifies the namespaces to include in the KSPM collector scans. If left empty, all the namesapces will be scanned. | `` |
5656
| `namespaces.excluded` | Specifies the namespaces to exclude in the KSPM collector scans. | `` |
5757
| `nodeSelector` | Specifies the Node Selector. | `{}` |
@@ -72,7 +72,7 @@ The following table lists the configurable parameters of the Sysdig KSPM Collect
7272
| `sslVerifyCertificate` | Sets `NATS_INSECURE` env variable on the KSPM collector containers. | |
7373
| `arch` | Specifies the allowed architectures for scheduling. | `[ amd64, arm64 ]` |
7474
| `os` | Specifies the allowed operating systems for scheduling. | `[ linux ]` |
75-
| `env` | Specifies the Extra environment variables that will be passed onto pods. | `{}` |
75+
| `env` | Specifies the Extra environment variables that will be passed onto pods. | `{}` |
7676
| `affinity` | Specifies the node affinities. Overrides `arch` and `os` values. | `{}` |
7777
| `labels` | Specifies the KSPM collector specific labels as a multi-line templated string map or as YAML. | `{}` |
7878
| `annotations` | Specifies the deployment annotations as a multi-line templated string map or as YAML. | `{}` |

charts/kspm-collector/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ leaderElection:
8484

8585
image:
8686
repository: sysdig/kspm-collector
87-
tag: 1.39.12
87+
tag: 1.39.13
8888
digest: null
8989
registry: quay.io
9090
pullPolicy: null

0 commit comments

Comments
 (0)