From fbaea39f5126e6275096529154f2187bbe2681f4 Mon Sep 17 00:00:00 2001 From: Francesco Furlan Date: Tue, 29 Jul 2025 14:02:09 +0200 Subject: [PATCH] chore(shield): bump host-shield windows to 0.10.0 --- charts/shield/Chart.yaml | 2 +- charts/shield/README.md | 2 +- charts/shield/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/shield/Chart.yaml b/charts/shield/Chart.yaml index d36cab486..70e30373d 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: 1.13.0 +version: 1.14.0 appVersion: "1.0.0" diff --git a/charts/shield/README.md b/charts/shield/README.md index 372726f3a..f1a7129ca 100644 --- a/charts/shield/README.md +++ b/charts/shield/README.md @@ -132,7 +132,7 @@ The following table lists the configurable parameters of the `shield` chart and | host_windows.image.registry | The registry where the host shield images are stored | quay.io | | host_windows.image.repository | The repository where the host shield images are stored | sysdig | | host_windows.image.name | The image name for the host shield | host-shield | -| host_windows.image.tag | The tag for the host shield images | 0.9.0 | +| host_windows.image.tag | The tag for the host shield images | 0.10.0 | | host_windows.image.pull_policy | The pull policy for the host shield images | IfNotPresent | | host_windows.image.pull_secrets | The pull secrets for the host shield images | [] | | host_windows.resources.limits.cpu | The CPU limit for the host shield | 1000m | diff --git a/charts/shield/values.yaml b/charts/shield/values.yaml index 2c6cbaedc..0baebb177 100644 --- a/charts/shield/values.yaml +++ b/charts/shield/values.yaml @@ -180,7 +180,7 @@ host_windows: # The image name for the host shield name: host-shield # The tag for the host shield images - tag: 0.9.0 + tag: 0.10.0 # The pull policy for the host shield images pull_policy: IfNotPresent # The pull secrets for the host shield images