Skip to content

Commit 0b43cde

Browse files
author
zohar-arad
authored
chore(kspm-collector,node-analyzer): update cspm agents to UBI image 1.5.8 (#1469)
1 parent 1ec0475 commit 0b43cde

File tree

7 files changed

+11
-11
lines changed

7 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.9.2
6-
appVersion: 1.34.0
5+
version: 0.9.3
6+
appVersion: 1.35.0
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.34.0` |
48+
| `image.tag` | Specifies the image tag to pull from the image repository. | `1.35.0` |
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
@@ -77,7 +77,7 @@ clusterName: ""
7777

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

charts/node-analyzer/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: node-analyzer
33
description: Sysdig Node Analyzer
44

55
# currently matching Sysdig's appVersion 1.14.34
6-
version: 1.18.3
7-
appVersion: 12.8.0
6+
version: 1.18.4
7+
appVersion: 12.9.0
88
keywords:
99
- monitoring
1010
- security

charts/node-analyzer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ The following table lists the configurable parameters of the Sysdig Node Analyze
241241
| `nodeAnalyzer.tolerations` | Specifies the tolerations for scheduling. | <pre>node-role.kubernetes.io/master:NoSchedule,<br>node-role.kubernetes.io/control-plane:NoSchedule</pre> |
242242
| `nodeAnalyzer.kspmAnalyzer.debug` | Set to true to show KSPM node analyzer debug logging, which is useful for troubleshooting. | `false` |
243243
| `nodeAnalyzer.kspmAnalyzer.image.repository` | Specifies the image repository to pull the KSPM node analyzer from. | `sysdig/kspm-analyzer` |
244-
| `nodeAnalyzer.kspmAnalyzer.image.tag` | Specifies the image tag for the KSPM node analyzer image to be pulled. | `1.35.0` |
244+
| `nodeAnalyzer.kspmAnalyzer.image.tag` | Specifies the image tag for the KSPM node analyzer image to be pulled. | `1.36.0` |
245245
| `nodeAnalyzer.kspmAnalyzer.image.digest` | Specifies the image digest to pull. | ` ` |
246246
| `nodeAnalyzer.kspmAnalyzer.image.pullPolicy` | Specifies the The image pull policy for the KSPM node analyzer. | `""` |
247247
| `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
@@ -420,7 +420,7 @@ nodeAnalyzer:
420420
debug: false
421421
image:
422422
repository: sysdig/kspm-analyzer
423-
tag: 1.35.0
423+
tag: 1.36.0
424424
digest:
425425
pullPolicy:
426426

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.29.6
5+
version: 1.29.7
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.18.3
39+
version: ~1.18.4
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.9.2
51+
version: ~0.9.3
5252
alias: kspmCollector
5353
condition: global.kspm.deploy
5454
- name: rapid-response

0 commit comments

Comments
 (0)