Skip to content

Commit 808e86b

Browse files
draios-jenkinsupdateclifrancesco-furlandraios-jenkins
authored
feat(shield): release cluster-shield 1.18.1 (#2492)
Co-authored-by: updatecli <[email protected]> Co-authored-by: Francesco Furlan <[email protected]> Co-authored-by: francesco-furlan <[email protected]> Co-authored-by: draios-jenkins <[email protected]> Co-authored-by: draios-jenkins <[email protected]>
1 parent 1df7530 commit 808e86b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

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
1515
type: application
16-
version: 1.25.1
16+
version: 1.25.2
1717
appVersion: "1.0.0"

charts/shield/README.md

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

charts/shield/values.yaml

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

charts/sysdig-deploy/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: sysdig-deploy
33
description: A chart with various Sysdig components for Kubernetes
44
type: application
5-
version: 1.99.3
5+
version: 1.99.4
66
maintainers:
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

0 commit comments

Comments
 (0)