File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ Manual edits are supported only below '## Change Log' and should be used
1010exclusively to fix incorrect entries and not to add new ones.
1111
1212## Change Log
13+ # v1.31.0
14+ ### New Features
15+ * ** shield** [ e290e51f] ( https://github.com/sysdiglabs/charts/commit/e290e51f049b3399fab2c7fe62942b02a99fb2b1 ) : release cluster-shield 1.21.0 ([ #2564 ] ( https://github.com/sysdiglabs/charts/issues/2564 ) )
1316# v1.30.2
1417### New Features
1518* ** agent,shield** [ 35e73084] ( https://github.com/sysdiglabs/charts/commit/35e73084439e03043be403f1b0eaad1db30c0101 ) : release agent 14.4.1 ([ #2557 ] ( https://github.com/sysdiglabs/charts/issues/2557 ) )
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.30.2
16+ version : 1.31.0
1717appVersion : " 1.0.0"
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ The following table lists the configurable parameters of the `shield` chart and
206206| host.dns_policy | The dns policy for the host shield | <code></code> |
207207| cluster.image.registry | The registry where the cluster shield image is stored | <code>quay.io</code> |
208208| cluster.image.repository | The repository where the cluster shield image is stored | <code>sysdig/cluster-shield</code> |
209- | cluster.image.tag | The tag for the cluster shield image | <code>1.20.0</code> |
209+ | cluster.image.tag | The tag for the cluster shield image | <code>1.21.0</code> |
210210| cluster.image.pull_policy | The pull policy for the cluster shield image | <code>IfNotPresent</code> |
211211| cluster.image.pull_secrets | The pull secrets for the cluster shield image | <code>[]</code> |
212212| 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 11# What's Changed
22
33### New Features
4- - ** agent, shield** [ 35e73084 ] ( https://github.com/sysdiglabs/charts/commit/35e73084439e03043be403f1b0eaad1db30c0101 ) : release agent 14.4.1 ([ #2557 ] ( https://github.com/sysdiglabs/charts/issues/2557 ) )
5- #### Full diff: https://github.com/sysdiglabs/charts/compare/shield-1.30.1 ...shield-1.30.2
4+ - ** shield** [ e290e51f ] ( https://github.com/sysdiglabs/charts/commit/e290e51f049b3399fab2c7fe62942b02a99fb2b1 ) : release cluster-shield 1.21.0 ([ #2564 ] ( https://github.com/sysdiglabs/charts/issues/2564 ) )
5+ #### Full diff: https://github.com/sysdiglabs/charts/compare/shield-1.30.2 ...shield-1.31.0
Original file line number Diff line number Diff line change @@ -419,7 +419,7 @@ cluster:
419419 # The repository where the cluster shield image is stored
420420 repository : sysdig/cluster-shield
421421 # The tag for the cluster shield image
422- tag : 1.20 .0
422+ tag : 1.21 .0
423423 # The pull policy for the cluster shield image
424424 pull_policy : IfNotPresent
425425 # The pull secrets for the cluster shield image
You can’t perform that action at this time.
0 commit comments