Skip to content

Commit 67f042f

Browse files
author
zohar-arad
authored
fix(kspm-collector,node-analyzer): add debug logs to cloud platform metadata loading (#1398)
1 parent 6e8d079 commit 67f042f

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

charts/kspm-collector/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: kspm-collector
33
description: Sysdig KSPM collector
44

5-
version: 0.8.2
5+
version: 0.8.3
66
appVersion: 1.30.0
77

88
keywords:

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.31.0` |
48+
| `image.tag` | Specifies the image tag to pull from the image repository. | `1.32.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
@@ -76,7 +76,7 @@ clusterName: ""
7676

7777
image:
7878
repository: sysdig/kspm-collector
79-
tag: 1.31.0
79+
tag: 1.32.0
8080
digest:
8181
registry: quay.io
8282
pullPolicy:

charts/node-analyzer/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: node-analyzer
33
description: Sysdig Node Analyzer
44

55
# currently matching Sysdig's appVersion 1.14.34
6-
version: 1.17.6
6+
version: 1.17.7
77
appVersion: 12.8.0
88
keywords:
99
- monitoring

charts/node-analyzer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ The following table lists the configurable parameters of the Sysdig Node Analyze
218218
| `nodeAnalyzer.tolerations` | Specifies the tolerations for scheduling. | <pre>node-role.kubernetes.io/master:NoSchedule,<br>node-role.kubernetes.io/control-plane:NoSchedule</pre> |
219219
| `nodeAnalyzer.kspmAnalyzer.debug` | Set to true to show KSPM node analyzer debug logging, which is useful for troubleshooting. | `false` |
220220
| `nodeAnalyzer.kspmAnalyzer.image.repository` | Specifies the image repository to pull the KSPM node analyzer from. | `sysdig/kspm-analyzer` |
221-
| `nodeAnalyzer.kspmAnalyzer.image.tag` | Specifies the image tag for the KSPM node analyzer image to be pulled. | `1.32.0` |
221+
| `nodeAnalyzer.kspmAnalyzer.image.tag` | Specifies the image tag for the KSPM node analyzer image to be pulled. | `1.33.0` |
222222
| `nodeAnalyzer.kspmAnalyzer.image.digest` | Specifies the image digest to pull. | ` ` |
223223
| `nodeAnalyzer.kspmAnalyzer.image.pullPolicy` | Specifies the The image pull policy for the KSPM node analyzer. | `""` |
224224
| `nodeAnalyzer.kspmAnalyzer.resources.requests.cpu` | Specifies the KSPM node analyzer CPU requests per node. | `150m` |

charts/node-analyzer/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ nodeAnalyzer:
385385
debug: false
386386
image:
387387
repository: sysdig/kspm-analyzer
388-
tag: 1.32.0
388+
tag: 1.33.0
389389
digest:
390390
pullPolicy:
391391

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.24.2
5+
version: 1.24.3
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.17.6
39+
version: ~1.17.7
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.8.2
51+
version: ~0.8.3
5252
alias: kspmCollector
5353
condition: global.kspm.deploy
5454
- name: rapid-response

0 commit comments

Comments
 (0)