Skip to content

Commit bb44e70

Browse files
chore(cluster-shield): Automatic bump to version 1.21.0 (#2565)
Co-authored-by: francesco-furlan <[email protected]>
1 parent 78302ed commit bb44e70

6 files changed

Lines changed: 13 additions & 32 deletions

File tree

charts/cluster-shield/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: cluster-shield
33
description: Cluster Shield Helm Chart for Kubernetes
44
type: application
5-
version: 1.20.0
6-
appVersion: 1.20.0
5+
version: 1.21.0
6+
appVersion: 1.21.0
77

88
maintainers:
99
- name: AlbertoBarba

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.42.3
5+
version: 1.42.4
66
appVersion: 12.9.2
77
keywords:
88
- monitoring

charts/node-analyzer/templates/role-node-analyzer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
labels:
99
{{ include "nodeAnalyzer.labels" . | indent 4 }}
1010
rules:
11-
{{- if and .Values.global.kspm.deploy (eq .Values.nodeAnalyzer.kspmAnalyzer.transportLayer "http") }}
11+
{{- if .Values.global.kspm.deploy }}
1212
- apiGroups: ["", "coordination.k8s.io"]
1313
resources:
1414
- "leases"

charts/node-analyzer/tests/role_test.yaml

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -44,28 +44,13 @@ tests:
4444
- isNullOrEmpty:
4545
path: rules
4646

47-
- it: Should not create rules if transportLayer is not http
47+
- it: Should grant permissions to create lease if kspm is deployed
4848
set:
4949
global:
5050
kspm:
5151
deploy: true
5252
nodeAnalyzer:
5353
deploy: true
54-
kspmAnalyzer:
55-
transportLayer: nats
56-
asserts:
57-
- isNullOrEmpty:
58-
path: rules
59-
60-
- it: Should grant permissions to create lease if transport is http
61-
set:
62-
global:
63-
kspm:
64-
deploy: true
65-
nodeAnalyzer:
66-
deploy: true
67-
kspmAnalyzer:
68-
transportLayer: http
6954
asserts:
7055
- contains:
7156
path: rules
@@ -75,15 +60,13 @@ tests:
7560
- "leases"
7661
verbs: ["create"]
7762

78-
- it: Should grant all permissions on kspm-analyzer lease if transport is http
63+
- it: Should grant all permissions on kspm-analyzer lease if kspm is deployed
7964
set:
8065
global:
8166
kspm:
8267
deploy: true
8368
nodeAnalyzer:
8469
deploy: true
85-
kspmAnalyzer:
86-
transportLayer: http
8770
asserts:
8871
- contains:
8972
path: rules

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.106.1
5+
version: 1.107.0
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.42.0
39+
version: ~1.42.4
4040
alias: nodeAnalyzer
4141
condition: nodeAnalyzer.enabled
4242
- name: cluster-scanner
@@ -60,6 +60,6 @@ dependencies:
6060
- name: cluster-shield
6161
# repository: https://charts.sysdig.com
6262
repository: file://../cluster-shield
63-
version: ~1.20.0
63+
version: ~1.21.0
6464
alias: clusterShield
6565
condition: clusterShield.enabled

charts/sysdig-deploy/ci/test-enable-all-subcharts-values.yaml.template

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,7 @@ global:
88
kspm:
99
deploy: true
1010
admissionController:
11-
enabled: true
12-
webhook:
13-
resources:
14-
requests:
15-
cpu: 25m
16-
memory: 200Mi
11+
enabled: false
1712
agent:
1813
resources:
1914
requests:
@@ -37,6 +32,9 @@ kspmCollector:
3732
cpu: 25m
3833
memory: 200Mi
3934
nodeAnalyzer:
35+
secure:
36+
vulnerabilityManagement:
37+
newEngineOnly: true
4038
nodeAnalyzer:
4139
benchmarkRunner:
4240
deploy: false

0 commit comments

Comments
 (0)