Skip to content

Commit f1023ae

Browse files
lior-alafi-workchen-shmilovich-sysdigAlbertoBarba
authored
chore(node-analyzer,kspm-collector): Bump KSPM to 1.39.1 & Node Analyzer to 1.37.1 (#1582)
Co-authored-by: chen-shmilovich-sysdig <[email protected]> Co-authored-by: Alberto Barba <[email protected]>
1 parent 09c22db commit f1023ae

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

charts/kspm-collector/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: kspm-collector
33
description: Sysdig KSPM collector
44

5-
version: 0.11.0
6-
appVersion: 1.37.0
5+
version: 0.11.1
6+
appVersion: 1.37.1
77

88
keywords:
99
- monitoring

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.37.0` |
48+
| `image.tag` | Specifies the image tag to pull from the image repository. | `1.37.1` |
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. | `[]` |
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# What's Changed
22

33
### Chores
4-
- **node-analyzer,kspm-collector** [d80be00a](https://github.com/sysdiglabs/charts/commit/d80be00a821b0af2f71da6fd04590fcd897e0b4a): Bump KSPM to 1.39.0 & Node Analyzer to 1.37.0 ([#1549](https://github.com/sysdiglabs/charts/issues/1549))
4+
- **node-analyzer,kspm-collector** [d80be00a](https://github.com/sysdiglabs/charts/commit/d80be00a821b0af2f71da6fd04590fcd897e0b4a): Bump KSPM to 1.39.1 & Node Analyzer to 1.37.1 ([#1549](https://github.com/sysdiglabs/charts/issues/1549))
55
#### Full diff: https://github.com/sysdiglabs/charts/compare/kspm-collector-0.10.0...kspm-collector-0.11.0

charts/kspm-collector/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ clusterName: ""
7777

7878
image:
7979
repository: sysdig/kspm-collector
80-
tag: 1.37.0
80+
tag: 1.37.1
8181
digest:
8282
registry: quay.io
8383
pullPolicy:

charts/node-analyzer/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: node-analyzer
33
description: Sysdig Node Analyzer
44
# currently matching Sysdig's appVersion 1.14.34
5-
version: 1.22.2
5+
version: 1.22.3
66
appVersion: 12.9.0
77
keywords:
88
- monitoring

charts/node-analyzer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ The following table lists the configurable parameters of the Sysdig Node Analyze
244244
| `nodeAnalyzer.tolerations` | Specifies the tolerations for scheduling. | <pre>node-role.kubernetes.io/master:NoSchedule,<br>node-role.kubernetes.io/control-plane:NoSchedule</pre> |
245245
| `nodeAnalyzer.kspmAnalyzer.debug` | Set to true to show KSPM node analyzer debug logging, which is useful for troubleshooting. | `false` |
246246
| `nodeAnalyzer.kspmAnalyzer.image.repository` | Specifies the image repository to pull the KSPM node analyzer from. | `sysdig/kspm-analyzer` |
247-
| `nodeAnalyzer.kspmAnalyzer.image.tag` | Specifies the image tag for the KSPM node analyzer image to be pulled. | `1.39.0` |
247+
| `nodeAnalyzer.kspmAnalyzer.image.tag` | Specifies the image tag for the KSPM node analyzer image to be pulled. | `1.39.1` |
248248
| `nodeAnalyzer.kspmAnalyzer.image.digest` | Specifies the image digest to pull. | ` ` |
249249
| `nodeAnalyzer.kspmAnalyzer.image.pullPolicy` | Specifies the The image pull policy for the KSPM node analyzer. | `""` |
250250
| `nodeAnalyzer.kspmAnalyzer.http_proxy` | Sets `HTTP_PROXY` on the KSPM Analyzer container. | `""` |

charts/node-analyzer/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ nodeAnalyzer:
425425
debug: false
426426
image:
427427
repository: sysdig/kspm-analyzer
428-
tag: 1.39.0
428+
tag: 1.39.1
429429
digest:
430430
pullPolicy:
431431

charts/sysdig-deploy/Chart.yaml

Lines changed: 3 additions & 3 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.37.9
5+
version: 1.37.10
66
maintainers:
77
- name: AlbertoBarba
88
@@ -36,7 +36,7 @@ dependencies:
3636
- name: node-analyzer
3737
# repository: https://charts.sysdig.com
3838
repository: file://../node-analyzer
39-
version: ~1.22.2
39+
version: ~1.22.3
4040
alias: nodeAnalyzer
4141
condition: nodeAnalyzer.enabled
4242
- name: cluster-scanner
@@ -48,7 +48,7 @@ dependencies:
4848
- name: kspm-collector
4949
# repository: https://charts.sysdig.com
5050
repository: file://../kspm-collector
51-
version: ~0.11.0
51+
version: ~0.11.1
5252
alias: kspmCollector
5353
condition: global.kspm.deploy
5454
- name: rapid-response

0 commit comments

Comments
 (0)