From 83844ee84d3e789c8c5a91411c1fd4a9b4a532d6 Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 31 Dec 2024 09:49:07 +0000 Subject: [PATCH] chore: update the the shield chart MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- 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 8745a0de5..c1841d07d 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.4.1 +version: 0.4.2 appVersion: "1.0.0" diff --git a/charts/shield/README.md b/charts/shield/README.md index 3b1d1062a..20dbe2577 100644 --- a/charts/shield/README.md +++ b/charts/shield/README.md @@ -130,7 +130,7 @@ The following table lists the configurable parameters of the `shield` chart and | host.image.repository | The repository where the host shield images are stored | sysdig | | host.image.kmodule_name | The image name for the host shield kmodule drive | agent-kmodule | | host.image.shield_name | The image name for the host shield | agent-slim | -| host.image.tag | The tag for the host shield images | 13.7.0 | +| host.image.tag | The tag for the host shield images | 13.7.1 | | host.image.pull_policy | The pull policy for the host shield images | IfNotPresent | | host.image.pull_secrets | The pull secrets for the host shield images | [] | | host.priority_class.create | Create a priority class for the host shield | false | diff --git a/charts/shield/values.yaml b/charts/shield/values.yaml index f03585a38..bc7e1a3da 100644 --- a/charts/shield/values.yaml +++ b/charts/shield/values.yaml @@ -167,7 +167,7 @@ host: # The image name for the host shield shield_name: agent-slim # The tag for the host shield images - tag: 13.7.0 + tag: 13.7.1 # The pull policy for the host shield images pull_policy: IfNotPresent # The pull secrets for the host shield images