Skip to content

Commit f202104

Browse files
chore(cluster-shield,sysdig-deploy,shield): release cluster-shield 1.16.0 (#2397)
1 parent cad286b commit f202104

File tree

6 files changed

+7
-8
lines changed

6 files changed

+7
-8
lines changed

charts/cluster-shield/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: cluster-shield
33
description: Cluster Shield Helm Chart for Kubernetes
44
type: application
5-
version: 1.15.0
6-
appVersion: "1.15.0"
5+
version: 1.16.0
6+
appVersion: "1.16.0"
77
maintainers:
88
- name: AlbertoBarba
99

charts/cluster-shield/templates/openshift_securitycontextconstraint.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ allowHostPorts: {{ .Values.hostNetwork }}
1616
allowPrivilegeEscalation: true
1717
allowPrivilegedContainer: true
1818
allowedCapabilities: []
19-
allowedUnsafeSysctls: []
2019
defaultAddCapabilities: []
2120
fsGroup:
2221
type: RunAsAny

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.19.4
16+
version: 1.20.0
1717
appVersion: "1.0.0"

charts/shield/README.md

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

charts/shield/values.yaml

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

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.93.7
5+
version: 1.94.0
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.15.0
63+
version: ~1.16.0
6464
alias: clusterShield
6565
condition: clusterShield.enabled

0 commit comments

Comments
 (0)