From 5835060974d9e807f59a59845ec5228ce98bfe15 Mon Sep 17 00:00:00 2001 From: draios-jenkins Date: Sat, 18 Jan 2025 01:26:01 +0100 Subject: [PATCH] feat(agent,shield): release agent 13.7.2 (#2119) Co-authored-by: updatecli --- charts/agent/Chart.yaml | 4 ++-- charts/agent/values.yaml | 2 +- charts/shield/Chart.yaml | 2 +- charts/shield/README.md | 2 +- charts/shield/values.yaml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/agent/Chart.yaml b/charts/agent/Chart.yaml index ed6da5a81..a9d5b63bb 100644 --- a/charts/agent/Chart.yaml +++ b/charts/agent/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 13.7.1 +appVersion: 13.7.2 dependencies: - name: common repository: file://../common @@ -30,4 +30,4 @@ sources: - https://app.sysdigcloud.com/#/settings/user - https://github.com/draios/sysdig type: application -version: 1.34.7 +version: 1.34.8 diff --git a/charts/agent/values.yaml b/charts/agent/values.yaml index 74a1ea751..67fe90c68 100644 --- a/charts/agent/values.yaml +++ b/charts/agent/values.yaml @@ -51,7 +51,7 @@ image: overrideValue: null registry: quay.io repository: sysdig/agent - tag: 13.7.1 + tag: 13.7.2 # Specify a imagePullPolicy # Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' # ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images diff --git a/charts/shield/Chart.yaml b/charts/shield/Chart.yaml index 8e382f33e..90966c6c3 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.6.3 +version: 0.6.4 appVersion: "1.0.0" diff --git a/charts/shield/README.md b/charts/shield/README.md index 67e953e87..1f53f1af9 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.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.1 | +| host.image.tag | The tag for the host shield images | 13.7.2 | | 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 51c4b3721..2bc2a822a 100644 --- a/charts/shield/values.yaml +++ b/charts/shield/values.yaml @@ -169,7 +169,7 @@ host: # The image name for the host shield shield_name: agent-slim # The tag for the host shield images - tag: 13.7.1 + tag: 13.7.2 # The pull policy for the host shield images pull_policy: IfNotPresent # The pull secrets for the host shield images