Skip to content

Commit cb61f2e

Browse files
authored
Chore(kspm collector): release kspm-collector 1.39.14 (#2353)
1 parent 8561ad4 commit cb61f2e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.1
5-
appVersion: 1.39.13
4+
version: 0.18.2
5+
appVersion: 1.39.14
66
keywords:
77
- monitoring
88
- security

charts/kspm-collector/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.13` |
48+
| `image.tag` | Specifies the image tag to pull from the image repository. | `1.39.14` |
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. | `[]` |

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.13
87+
tag: 1.39.14
8888
digest: null
8989
registry: quay.io
9090
pullPolicy: null

0 commit comments

Comments
 (0)