Skip to content

Commit 376fca8

Browse files
chore(shield,cluster-shield,sysdig-deploy): Automatic bump to version 1.12.1 (#2278)
Co-authored-by: francesco-furlan <10468205+francesco-furlan@users.noreply.github.com> Co-authored-by: Francesco Furlan <francesco.furlan@sysdig.com>
1 parent 447a0a9 commit 376fca8

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
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.12.0
6-
appVersion: "1.12.0"
5+
version: 1.12.1
6+
appVersion: "1.12.1"
77
maintainers:
88
- name: AlbertoBarba
99
email: alberto.barba@sysdig.com

charts/cluster-shield/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ The following table lists the configurable parameters of the `cluster-shield` ch
121121
| cluster_shield.features.admission_control.timeout | The timeout for the admission control feature | <code>5</code> |
122122
| cluster_shield.features.admission_control.http_port | The port that will be used to expose admission control endpoints | <code>8443</code> |
123123
| cluster_shield.features.admission_control.excluded_namespaces | The list of namespaces to exclude from the admission control feature | <code>[]</code> |
124-
| cluster_shield.features.admission_control.container_vulnerability_management.enabled | Enable the container vulnerability management feature on the admission control | <code>false</code> |
125124
| cluster_shield.features.admission_control.posture.enabled | Enable the posture feature on the admission control | <code>true</code> |
125+
| cluster_shield.features.admission_control.container_vulnerability_management.enabled | Enable the container vulnerability management feature on the admission control | <code>false</code> |
126126
| cluster_shield.features.audit.enabled | Enable the Kubernetes Audit feature | <code>false</code> |
127127
| cluster_shield.features.audit.http_port | The port that will be used to expose the audit endpoints | <code>6443</code> |
128128
| cluster_shield.features.audit.timeout | The timeout for the audit feature | <code>5</code> |

charts/cluster-shield/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,12 @@ cluster_shield:
101101
http_port: 8443
102102
# The list of namespaces to exclude from the admission control feature
103103
excluded_namespaces: []
104-
container_vulnerability_management:
105-
# Enable the container vulnerability management feature on the admission control
106-
enabled: false
107104
posture:
108105
# Enable the posture feature on the admission control
109106
enabled: true
107+
container_vulnerability_management:
108+
# Enable the container vulnerability management feature on the admission control
109+
enabled: false
110110
audit:
111111
# Enable the Kubernetes Audit feature
112112
enabled: false

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

charts/shield/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ The following table lists the configurable parameters of the `shield` chart and
198198
| host.dns_policy | The dns policy for the host shield | <code></code> |
199199
| cluster.image.registry | The registry where the cluster shield image is stored | <code>quay.io</code> |
200200
| cluster.image.repository | The repository where the cluster shield image is stored | <code>sysdig/cluster-shield</code> |
201-
| cluster.image.tag | The tag for the cluster shield image | <code>1.12.0</code> |
201+
| cluster.image.tag | The tag for the cluster shield image | <code>1.12.1</code> |
202202
| cluster.image.pull_policy | The pull policy for the cluster shield image | <code>IfNotPresent</code> |
203203
| cluster.image.pull_secrets | The pull secrets for the cluster shield image | <code>[]</code> |
204204
| 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
@@ -384,7 +384,7 @@ cluster:
384384
# The repository where the cluster shield image is stored
385385
repository: sysdig/cluster-shield
386386
# The tag for the cluster shield image
387-
tag: 1.12.0
387+
tag: 1.12.1
388388
# The pull policy for the cluster shield image
389389
pull_policy: IfNotPresent
390390
# 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.85.1
5+
version: 1.85.2
66
maintainers:
77
- name: AlbertoBarba
88
email: alberto.barba@sysdig.com
@@ -60,6 +60,6 @@ dependencies:
6060
- name: cluster-shield
6161
# repository: https://charts.sysdig.com
6262
repository: file://../cluster-shield
63-
version: ~1.12.0
63+
version: ~1.12.1
6464
alias: clusterShield
6565
condition: clusterShield.enabled

0 commit comments

Comments
 (0)