Skip to content

Commit 176b782

Browse files
Merge branch 'main' into cluster-shield/automatic-bump
2 parents 026e712 + a2082f2 commit 176b782

5 files changed

Lines changed: 8 additions & 5 deletions

File tree

charts/shield/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Manual edits are supported only below '## Change Log' and should be used
1010
exclusively 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))

charts/shield/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ maintainers:
1313
- name: mavimo
1414
email: marcovito.moscaritolo@sysdig.com
1515
type: application
16-
version: 1.30.2
16+
version: 1.31.0
1717
appVersion: "1.0.0"

charts/shield/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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> |

charts/shield/RELEASE-NOTES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

charts/shield/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)