File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ maintainers:
1313 - name : mavimo
14141515type : application
16- version : 1.25.1
16+ version : 1.25.2
1717appVersion : " 1.0.0"
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ The following table lists the configurable parameters of the `shield` chart and
202202| host.dns_policy | The dns policy for the host shield | <code></code> |
203203| cluster.image.registry | The registry where the cluster shield image is stored | <code>quay.io</code> |
204204| cluster.image.repository | The repository where the cluster shield image is stored | <code>sysdig/cluster-shield</code> |
205- | cluster.image.tag | The tag for the cluster shield image | <code>1.18.0 </code> |
205+ | cluster.image.tag | The tag for the cluster shield image | <code>1.18.1 </code> |
206206| cluster.image.pull_policy | The pull policy for the cluster shield image | <code>IfNotPresent</code> |
207207| cluster.image.pull_secrets | The pull secrets for the cluster shield image | <code>[]</code> |
208208| 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 @@ -403,7 +403,7 @@ cluster:
403403 # The repository where the cluster shield image is stored
404404 repository : sysdig/cluster-shield
405405 # The tag for the cluster shield image
406- tag : 1.18.0
406+ tag : 1.18.1
407407 # The pull policy for the cluster shield image
408408 pull_policy : IfNotPresent
409409 # 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.99.3
5+ version : 1.99.4
66maintainers :
77 - name : AlbertoBarba
88@@ -60,6 +60,6 @@ dependencies:
6060 - name : cluster-shield
6161 # repository: https://charts.sysdig.com
6262 repository : file://../cluster-shield
63- version : ~1.18.1
63+ version : ~1.18.2
6464 alias : clusterShield
6565 condition : clusterShield.enabled
You can’t perform that action at this time.
0 commit comments