Skip to content

Commit dc7f70f

Browse files
draios-jenkinsmichele-mangilifrancesco-furlan
authored
chore(shield,cluster-shield): Automatic bump to version 1.16.1 (#2412)
Co-authored-by: michele-mangili <[email protected]> Co-authored-by: Francesco Furlan <[email protected]> Co-authored-by: Michele Mangili <[email protected]>
1 parent 9370cd3 commit dc7f70f

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
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.16.0
6-
appVersion: "1.16.0"
5+
version: 1.16.1
6+
appVersion: "1.16.1"
77
maintainers:
88
- name: AlbertoBarba
99

charts/cluster-shield/tests/schema_test.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ tests:
6060
values don't meet the specifications of the schema(s) in the following chart(s):
6161
cluster-shield:
6262
- cluster_shield.sysdig_endpoint.region: cluster_shield.sysdig_endpoint.region must be one of the following: "custom", "au-syd-monitor", "au-syd-private-monitor", "au-syd-private-secure", "au-syd-secure", "au1", "au1-alt", "br-sao-monitor", "br-sao-private-monitor", "br-sao-private-secure", "br-sao-secure", "ca-mon-monitor", "ca-mon-private-monitor", "ca-mon-private-secure", "ca-mon-secure", "ca-tor-monitor", "ca-tor-private-monitor", "ca-tor-private-secure", "ca-tor-secure", "eu-de-monitor", "eu-de-private-monitor", "eu-de-private-secure", "eu-de-secure", "eu-gb-monitor", "eu-gb-private-monitor", "eu-gb-private-secure", "eu-gb-secure", "eu1", "eu1-alt", "eu2", "eu2-alt", "in1", "in1-alt", "jp-osa-monitor", "jp-osa-private-monitor", "jp-osa-private-secure", "jp-osa-secure", "jp-tok-monitor", "jp-tok-private-monitor", "jp-tok-private-secure", "jp-tok-secure", "me2", "me2-alt", "us-east-monitor", "us-east-private-monitor", "us-east-private-secure", "us-east-secure", "us-south-monitor", "us-south-private-monitor", "us-south-private-secure", "us-south-secure", "us1", "us1-alt", "us2", "us2-alt", "us3", "us3-alt", "us4", "us4-alt", null
63-
6463
- it: Global - Custom Region requires API URL
6564
set:
6665
global:

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.21.1
16+
version: 1.21.2
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.16.0</code> |
202+
| cluster.image.tag | The tag for the cluster shield image | <code>1.16.1</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.16.0
399+
tag: 1.16.1
400400
# The pull policy for the cluster shield image
401401
pull_policy: IfNotPresent
402402
# The pull secrets for the cluster shield image

0 commit comments

Comments
 (0)