Skip to content

Commit bf60873

Browse files
deps(kspm-collector): bumped kspm-collector version to 1.39.19 (#2628)
1 parent 4e0932e commit bf60873

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

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.19.0
5-
appVersion: 1.39.18
4+
version: 0.19.1
5+
appVersion: 1.39.19
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.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. | `[]` |

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

charts/sysdig-deploy/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: sysdig-deploy
33
description: A chart with various Sysdig components for Kubernetes
44
type: application
5-
version: 1.110.4
5+
version: 1.110.5
66
maintainers:
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

0 commit comments

Comments
 (0)