File tree 6 files changed +8
-8
lines changed 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.1
2
+ appVersion : 13.9.2
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.38.1
33
+ version : 1.38.2
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.1
54
+ tag : 13.9.2
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.6.2
16
+ version : 1.6.3
17
17
appVersion : " 1.0.0"
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ The following table lists the configurable parameters of the `shield` chart and
155
155
| host.image.repository | The repository where the host shield images are stored | <code>sysdig</code> |
156
156
| host.image.kmodule_name | The image name for the host shield kmodule drive | <code>agent-kmodule</code> |
157
157
| host.image.shield_name | The image name for the host shield | <code>agent-slim</code> |
158
- | host.image.tag | The tag for the host shield images | <code>13.9.1 </code> |
158
+ | host.image.tag | The tag for the host shield images | <code>13.9.2 </code> |
159
159
| host.image.pull_policy | The pull policy for the host shield images | <code>IfNotPresent</code> |
160
160
| host.image.pull_secrets | The pull secrets for the host shield images | <code>[]</code> |
161
161
| 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 @@ -250,7 +250,7 @@ host:
250
250
# The image name for the host shield
251
251
shield_name : agent-slim
252
252
# The tag for the host shield images
253
- tag : 13.9.1
253
+ tag : 13.9.2
254
254
# The pull policy for the host shield images
255
255
pull_policy : IfNotPresent
256
256
# 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.84.1
5
+ version : 1.84.2
6
6
maintainers :
7
7
- name : AlbertoBarba
8
8
@@ -26,7 +26,7 @@ dependencies:
26
26
- name : agent
27
27
# repository: https://charts.sysdig.com
28
28
repository : file://../agent
29
- version : ~1.38.1
29
+ version : ~1.38.2
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