[]
|
| 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.7.0
|
+| cluster.image.tag | The tag for the cluster shield image | 1.7.1
|
| 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 a1feb6e8a..37a018e29 100644
--- a/charts/shield/values.yaml
+++ b/charts/shield/values.yaml
@@ -295,7 +295,7 @@ cluster:
# The repository where the cluster shield image is stored
repository: sysdig/cluster-shield
# The tag for the cluster shield image
- tag: 1.7.0
+ tag: 1.7.1
# 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 ffb94ceb6..0728426fe 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.73.1
+version: 1.73.2
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.7.0
+ version: ~1.7.1
alias: clusterShield
condition: clusterShield.enabled