diff --git a/charts/shield/Chart.yaml b/charts/shield/Chart.yaml index 65d876f59..4a16e9fa2 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.9.1 +version: 1.10.0 appVersion: "1.0.0" diff --git a/charts/shield/README.md b/charts/shield/README.md index 92281532f..69fdc4714 100644 --- a/charts/shield/README.md +++ b/charts/shield/README.md @@ -131,7 +131,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.8.0 | +| host_windows.image.tag | The tag for the host shield images | 0.9.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 24ca85308..201d5c46f 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.8.0 + tag: 0.9.0 # The pull policy for the host shield images pull_policy: IfNotPresent # The pull secrets for the host shield images