From 264bc69f9f814517499c6a1380441c90905ea0f6 Mon Sep 17 00:00:00 2001 From: Francesco Furlan Date: Fri, 28 Feb 2025 10:13:55 +0100 Subject: [PATCH] chore(shield,sysdig-deploy): bump cluster-shield to 1.8.2 --- charts/cluster-shield/values.yaml | 2 +- charts/shield/Chart.yaml | 2 +- charts/shield/README.md | 2 +- charts/shield/values.yaml | 2 +- charts/sysdig-deploy/Chart.yaml | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/cluster-shield/values.yaml b/charts/cluster-shield/values.yaml index f190b6db6..d468c5ba7 100644 --- a/charts/cluster-shield/values.yaml +++ b/charts/cluster-shield/values.yaml @@ -114,7 +114,7 @@ cluster_shield: # The list of namespaces to exclude from the audit feature excluded_namespaces: [] # List of rules used to determine if a request should be audited - webhook_rules: # +doc-gen:break + webhook_rules: # +doc-gen:break - apiGroups: - "" - apps diff --git a/charts/shield/Chart.yaml b/charts/shield/Chart.yaml index 065862f49..57e634ca1 100644 --- a/charts/shield/Chart.yaml +++ b/charts/shield/Chart.yaml @@ -13,5 +13,5 @@ maintainers: - name: mavimo email: marcovito.moscaritolo@sysdig.com type: application -version: 0.9.3 +version: 0.9.4 appVersion: "1.0.0" diff --git a/charts/shield/README.md b/charts/shield/README.md index e0052a549..6f8a624e7 100644 --- a/charts/shield/README.md +++ b/charts/shield/README.md @@ -172,7 +172,7 @@ The following table lists the configurable parameters of the `shield` chart and | host.volume_mounts | The custom volume mounts for the host shield | [] | | cluster.image.registry | The registry where the cluster shield image is stored | quay.io | | cluster.image.repository | The repository where the cluster shield image is stored | sysdig/cluster-shield | -| cluster.image.tag | The tag for the cluster shield image | 1.8.1 | +| cluster.image.tag | The tag for the cluster shield image | 1.8.2 | | cluster.image.pull_policy | The pull policy for the cluster shield image | IfNotPresent | | cluster.image.pull_secrets | The pull secrets for the cluster shield image | [] | | cluster.run_mode | The mode in which the cluster shield should run (Accepted Values: single-process, multi-process) | multi-process | diff --git a/charts/shield/values.yaml b/charts/shield/values.yaml index f608b9815..ef8905d8f 100644 --- a/charts/shield/values.yaml +++ b/charts/shield/values.yaml @@ -297,7 +297,7 @@ cluster: # The repository where the cluster shield image is stored repository: sysdig/cluster-shield # The tag for the cluster shield image - tag: 1.8.1 + tag: 1.8.2 # The pull policy for the cluster shield image pull_policy: IfNotPresent # The pull secrets for the cluster shield image diff --git a/charts/sysdig-deploy/Chart.yaml b/charts/sysdig-deploy/Chart.yaml index eef6e159c..253d921a4 100644 --- a/charts/sysdig-deploy/Chart.yaml +++ b/charts/sysdig-deploy/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: sysdig-deploy description: A chart with various Sysdig components for Kubernetes type: application -version: 1.77.3 +version: 1.77.4 maintainers: - name: AlbertoBarba email: alberto.barba@sysdig.com @@ -60,6 +60,6 @@ dependencies: - name: cluster-shield # repository: https://charts.sysdig.com repository: file://../cluster-shield - version: ~1.8.1 + version: ~1.8.2 alias: clusterShield condition: clusterShield.enabled