File tree Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
- appVersion : 14.1.1
2
+ appVersion : 14.2.0
3
3
dependencies :
4
4
- name : common
5
5
repository : file://../common
@@ -30,4 +30,4 @@ sources:
30
30
- https://app.sysdigcloud.com/#/settings/user
31
31
- https://github.com/draios/sysdig
32
32
type : application
33
- version : 2.2.5
33
+ version : 2.3.0
Original file line number Diff line number Diff line change 51
51
overrideValue : null
52
52
registry : quay.io
53
53
repository : sysdig/agent
54
- tag : 14.1.1
54
+ tag : 14.2.0
55
55
# Specify a imagePullPolicy
56
56
# Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
57
57
# ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ maintainers:
13
13
- name : mavimo
14
14
15
15
type : application
16
- version : 1.17 .0
16
+ version : 1.18 .0
17
17
appVersion : " 1.0.0"
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ The following table lists the configurable parameters of the `shield` chart and
157
157
| host.image.repository | The repository where the host shield images are stored | <code>sysdig</code> |
158
158
| host.image.kmodule_name | The image name for the host shield kmodule drive | <code>agent-kmodule</code> |
159
159
| host.image.shield_name | The image name for the host shield | <code>agent-slim</code> |
160
- | host.image.tag | The tag for the host shield images | <code>14.1.1 </code> |
160
+ | host.image.tag | The tag for the host shield images | <code>14.2.0 </code> |
161
161
| host.image.pull_policy | The pull policy for the host shield images | <code>IfNotPresent</code> |
162
162
| host.image.pull_secrets | The pull secrets for the host shield images | <code>[]</code> |
163
163
| host.priority_class.create | Create a priority class for the host shield | <code>false</code> |
Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ host:
254
254
# The image name for the host shield
255
255
shield_name : agent-slim
256
256
# The tag for the host shield images
257
- tag : 14.1.1
257
+ tag : 14.2.0
258
258
# The pull policy for the host shield images
259
259
pull_policy : IfNotPresent
260
260
# The pull secrets for the host shield images
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : sysdig-deploy
3
3
description : A chart with various Sysdig components for Kubernetes
4
4
type : application
5
- version : 1.92 .0
5
+ version : 1.93 .0
6
6
maintainers :
7
7
- name : AlbertoBarba
8
8
@@ -20,13 +20,13 @@ dependencies:
20
20
- name : admission-controller
21
21
# repository: https://charts.sysdig.com
22
22
repository : file://../admission-controller
23
- version : ~0.16.10
23
+ version : ~0.16.11
24
24
alias : admissionController
25
25
condition : admissionController.enabled
26
26
- name : agent
27
27
# repository: https://charts.sysdig.com
28
28
repository : file://../agent
29
- version : ~2.2.4
29
+ version : ~2.3.0
30
30
alias : agent
31
31
condition : agent.enabled
32
32
- name : common
@@ -36,25 +36,25 @@ dependencies:
36
36
- name : node-analyzer
37
37
# repository: https://charts.sysdig.com
38
38
repository : file://../node-analyzer
39
- version : ~1.36.6
39
+ version : ~1.36.7
40
40
alias : nodeAnalyzer
41
41
condition : nodeAnalyzer.enabled
42
42
- name : cluster-scanner
43
43
# repository: https://charts.sysdig.com
44
44
repository : file://../cluster-scanner
45
- version : ~0.14.2
45
+ version : ~0.14.3
46
46
alias : clusterScanner
47
47
condition : clusterScanner.enabled
48
48
- name : kspm-collector
49
49
# repository: https://charts.sysdig.com
50
50
repository : file://../kspm-collector
51
- version : ~0.18.3
51
+ version : ~0.18.4
52
52
alias : kspmCollector
53
53
condition : kspmCollector.enabled,global.kspm.deploy
54
54
- name : rapid-response
55
55
# repository: https://charts.sysdig.com
56
56
repository : file://../rapid-response
57
- version : ~0.9.25
57
+ version : ~0.9.26
58
58
alias : rapidResponse
59
59
condition : rapidResponse.enabled
60
60
- name : cluster-shield
You can’t perform that action at this time.
0 commit comments