diff --git a/charts/cluster-shield/Chart.yaml b/charts/cluster-shield/Chart.yaml index 0e9cb534c..4ed2ea12c 100644 --- a/charts/cluster-shield/Chart.yaml +++ b/charts/cluster-shield/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: cluster-shield description: Cluster Shield Helm Chart for Kubernetes type: application -version: 1.7.0 -appVersion: "1.7.0" +version: 1.7.1 +appVersion: "1.7.1" maintainers: - name: AlbertoBarba email: alberto.barba@sysdig.com diff --git a/charts/shield/Chart.yaml b/charts/shield/Chart.yaml index 13c40c2eb..9f7105ff8 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.5.0 +version: 0.5.1 appVersion: "1.0.0" diff --git a/charts/shield/README.md b/charts/shield/README.md index b6a8a8f36..0b9f5ea1c 100644 --- a/charts/shield/README.md +++ b/charts/shield/README.md @@ -171,7 +171,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.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