File tree Expand file tree Collapse file tree 6 files changed +7
-8
lines changed Expand file tree Collapse file tree 6 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
22name : cluster-shield
33description : Cluster Shield Helm Chart for Kubernetes
44type : application
5- version : 1.15 .0
6- appVersion : " 1.15 .0"
5+ version : 1.16 .0
6+ appVersion : " 1.16 .0"
77maintainers :
88 - name : AlbertoBarba
99 email : alberto.barba@sysdig.com
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ allowHostPorts: {{ .Values.hostNetwork }}
1616allowPrivilegeEscalation : true
1717allowPrivilegedContainer : true
1818allowedCapabilities : []
19- allowedUnsafeSysctls : []
2019defaultAddCapabilities : []
2120fsGroup :
2221 type : RunAsAny
Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ maintainers:
1313 - name : mavimo
1414 email : marcovito.moscaritolo@sysdig.com
1515type : application
16- version : 1.19.4
16+ version : 1.20.0
1717appVersion : " 1.0.0"
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ The following table lists the configurable parameters of the `shield` chart and
199199| host.dns_policy | The dns policy for the host shield | <code></code> |
200200| cluster.image.registry | The registry where the cluster shield image is stored | <code>quay.io</code> |
201201| cluster.image.repository | The repository where the cluster shield image is stored | <code>sysdig/cluster-shield</code> |
202- | cluster.image.tag | The tag for the cluster shield image | <code>1.15 .0</code> |
202+ | cluster.image.tag | The tag for the cluster shield image | <code>1.16 .0</code> |
203203| cluster.image.pull_policy | The pull policy for the cluster shield image | <code>IfNotPresent</code> |
204204| cluster.image.pull_secrets | The pull secrets for the cluster shield image | <code>[]</code> |
205205| cluster.run_mode | The mode in which the cluster shield should run (Accepted Values : single-process, multi-process) | <code>multi-process</code> |
Original file line number Diff line number Diff line change @@ -396,7 +396,7 @@ cluster:
396396 # The repository where the cluster shield image is stored
397397 repository : sysdig/cluster-shield
398398 # The tag for the cluster shield image
399- tag : 1.15 .0
399+ tag : 1.16 .0
400400 # The pull policy for the cluster shield image
401401 pull_policy : IfNotPresent
402402 # The pull secrets for the cluster shield image
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : sysdig-deploy
33description : A chart with various Sysdig components for Kubernetes
44type : application
5- version : 1.93.7
5+ version : 1.94.0
66maintainers :
77 - name : AlbertoBarba
88 email : alberto.barba@sysdig.com
@@ -60,6 +60,6 @@ dependencies:
6060 - name : cluster-shield
6161 # repository: https://charts.sysdig.com
6262 repository : file://../cluster-shield
63- version : ~1.15 .0
63+ version : ~1.16 .0
6464 alias : clusterShield
6565 condition : clusterShield.enabled
You can’t perform that action at this time.
0 commit comments