Skip to content

Commit 8b8c146

Browse files
chore(shield,cluster-shield,sysdig-deploy): Automatic bump to version 1.11.0 (#2239)
Co-authored-by: francesco-furlan <10468205+francesco-furlan@users.noreply.github.com> Co-authored-by: Francesco Furlan <francesco.furlan@sysdig.com>
1 parent 9637be4 commit 8b8c146

File tree

11 files changed

+107
-8
lines changed

11 files changed

+107
-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.10.0
6-
appVersion: "1.10.0"
5+
version: 1.11.0
6+
appVersion: "1.11.0"
77
maintainers:
88
- name: AlbertoBarba
99
email: alberto.barba@sysdig.com

charts/cluster-shield/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ The following table lists the configurable parameters of the `cluster-shield` ch
135135
| cluster_shield.features.container_vulnerability_management.platform_services_enabled | Define if the platform services are enabled | <code>true</code> |
136136
| cluster_shield.features.container_vulnerability_management.registry_ssl.verify | If set to false it allows insecure connections to registries, Such as for registries with self-signed or private certificates. | <code>true</code> |
137137
| cluster_shield.features.kubernetes_metadata.enabled | Enable the Kubernetes Metadata feature | <code>false</code> |
138+
| cluster_shield.features.monitor.kube_state_metrics.enabled | Enable the Kubernetes State Metrics feature | <code>false</code> |
139+
| cluster_shield.features.monitor.kubernetes_events.enabled | Enable the Kubernetes Events feature | <code>false</code> |
138140
| ca.certs | A PEM-encoded x509 certificate. This can also be a bundle with multiple certificates. | <code>[]</code> |
139141
| ca.keyName | Filename that is used when creating the secret. Required if certs is provided. | <code>null</code> |
140142
| ca.existingCaSecret | Provide the name of an existing Secret that contains the CA required | <code>null</code> |

charts/cluster-shield/tests/schema_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ tests:
5959
errorMessage: |
6060
values don't meet the specifications of the schema(s) in the following chart(s):
6161
cluster-shield:
62-
- 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", "br-sao-monitor", "br-sao-private-monitor", "br-sao-private-secure", "br-sao-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", "in1", "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", "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", "us2", "us3", "us4", null
62+
- 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-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", "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
6363
6464
- it: Global - Custom Region requires API URL
6565
set:

charts/cluster-shield/values.schema.json

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -690,6 +690,7 @@
690690
"au-syd-private-secure",
691691
"au-syd-secure",
692692
"au1",
693+
"au1-alt",
693694
"br-sao-monitor",
694695
"br-sao-private-monitor",
695696
"br-sao-private-secure",
@@ -707,7 +708,9 @@
707708
"eu-gb-private-secure",
708709
"eu-gb-secure",
709710
"eu1",
711+
"eu1-alt",
710712
"in1",
713+
"in1-alt",
711714
"jp-osa-monitor",
712715
"jp-osa-private-monitor",
713716
"jp-osa-private-secure",
@@ -717,6 +720,7 @@
717720
"jp-tok-private-secure",
718721
"jp-tok-secure",
719722
"me2",
723+
"me2-alt",
720724
"us-east-monitor",
721725
"us-east-private-monitor",
722726
"us-east-private-secure",
@@ -726,9 +730,13 @@
726730
"us-south-private-secure",
727731
"us-south-secure",
728732
"us1",
733+
"us1-alt",
729734
"us2",
735+
"us2-alt",
730736
"us3",
737+
"us3-alt",
731738
"us4",
739+
"us4-alt",
732740
null
733741
]
734742
}
@@ -1055,6 +1063,62 @@
10551063
}
10561064
}
10571065
},
1066+
"Monitor": {
1067+
"type": "object",
1068+
"properties": {
1069+
"kube_state_metrics": {
1070+
"description": "Influences the behaviour of Kubernetes State metrics generation",
1071+
"$ref": "#/$defs/ClusterShieldConfiguration/$defs/KubeStateMetrics"
1072+
},
1073+
"kubernetes_events": {
1074+
"type": "object",
1075+
"description": "Configuration for the Kubernetes events",
1076+
"$ref": "#/$defs/ClusterShieldConfiguration/$defs/KubernetesEvents"
1077+
}
1078+
},
1079+
"additionalProperties": false,
1080+
"required": [
1081+
"kube_state_metrics",
1082+
"kubernetes_events"
1083+
]
1084+
},
1085+
"KubeStateMetrics": {
1086+
"type": "object",
1087+
"properties": {
1088+
"enabled": {
1089+
"type": "boolean",
1090+
"description": "Controls the enablement of Kube State Metrics generation",
1091+
"default": false
1092+
}
1093+
},
1094+
"additionalProperties": false,
1095+
"required": [
1096+
"enabled"
1097+
],
1098+
"$defs": {
1099+
"IsEnabled": {
1100+
"properties": {
1101+
"enabled": {
1102+
"const": true
1103+
}
1104+
}
1105+
}
1106+
}
1107+
},
1108+
"KubernetesEvents": {
1109+
"type": "object",
1110+
"properties": {
1111+
"enabled": {
1112+
"type": "boolean",
1113+
"description": "Controls the enablement of Kubernetes events collection",
1114+
"default": false
1115+
}
1116+
},
1117+
"additionalProperties": false,
1118+
"required": [
1119+
"enabled"
1120+
]
1121+
},
10581122
"Posture": {
10591123
"type": "object",
10601124
"properties": {
@@ -1147,6 +1211,11 @@
11471211
"description": "Configurations for the container vulnerability management feature",
11481212
"$ref": "#/$defs/ClusterShieldConfiguration/$defs/ContainerVulnerabilityManagement"
11491213
},
1214+
"monitor": {
1215+
"type": "object",
1216+
"description": "Configurations for the monitor features",
1217+
"$ref": "#/$defs/ClusterShieldConfiguration/$defs/Monitor"
1218+
},
11501219
"kubernetes_metadata": {
11511220
"description": "Configurations for the kubernetes metadata feature",
11521221
"$ref": "#/$defs/ClusterShieldConfiguration/$defs/KubernetesMetadata"
@@ -1161,6 +1230,7 @@
11611230
"audit",
11621231
"container_vulnerability_management",
11631232
"kubernetes_metadata",
1233+
"monitor",
11641234
"posture"
11651235
]
11661236
},

charts/cluster-shield/values.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,13 @@ cluster_shield:
162162
kubernetes_metadata:
163163
# Enable the Kubernetes Metadata feature
164164
enabled: false
165+
monitor:
166+
kube_state_metrics:
167+
# Enable the Kubernetes State Metrics feature
168+
enabled: false
169+
kubernetes_events:
170+
# Enable the Kubernetes Events feature
171+
enabled: false
165172
ca:
166173
# A PEM-encoded x509 certificate. This can also be a bundle with multiple certificates.
167174
certs: []

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

0 commit comments

Comments
 (0)