File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
- appVersion : 13.9.0
2
+ appVersion : 13.8.1
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 : 1.37.0
33
+ version : 1.37.1
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 : 13.9.0
54
+ tag : 13.8.1
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
email : marcovito.moscaritolo@sysdig.com
15
15
type : application
16
- version : 1.4.2
16
+ version : 1.4.3
17
17
appVersion : " 1.0.0"
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ The following table lists the configurable parameters of the `shield` chart and
153
153
| host.image.repository | The repository where the host shield images are stored | <code>sysdig</code> |
154
154
| host.image.kmodule_name | The image name for the host shield kmodule drive | <code>agent-kmodule</code> |
155
155
| host.image.shield_name | The image name for the host shield | <code>agent-slim</code> |
156
- | host.image.tag | The tag for the host shield images | <code>13.9.0 </code> |
156
+ | host.image.tag | The tag for the host shield images | <code>13.8.1 </code> |
157
157
| host.image.pull_policy | The pull policy for the host shield images | <code>IfNotPresent</code> |
158
158
| host.image.pull_secrets | The pull secrets for the host shield images | <code>[]</code> |
159
159
| 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 @@ -244,7 +244,7 @@ host:
244
244
# The image name for the host shield
245
245
shield_name : agent-slim
246
246
# The tag for the host shield images
247
- tag : 13.9.0
247
+ tag : 13.8.1
248
248
# The pull policy for the host shield images
249
249
pull_policy : IfNotPresent
250
250
# 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.81.0
5
+ version : 1.81.1
6
6
maintainers :
7
7
- name : AlbertoBarba
8
8
email : alberto.barba@sysdig.com
@@ -26,7 +26,7 @@ dependencies:
26
26
- name : agent
27
27
# repository: https://charts.sysdig.com
28
28
repository : file://../agent
29
- version : ~1.37.0
29
+ version : ~1.37.1
30
30
alias : agent
31
31
condition : agent.enabled
32
32
- name : common
You can’t perform that action at this time.
0 commit comments