diff --git a/charts/agent/Chart.yaml b/charts/agent/Chart.yaml index 9d147c1fb..5dcf9262f 100644 --- a/charts/agent/Chart.yaml +++ b/charts/agent/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 14.1.0 +appVersion: 14.1.1 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: 2.2.0 +version: 2.2.1 diff --git a/charts/agent/values.yaml b/charts/agent/values.yaml index 92c85ce3a..5042f26fa 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: 14.1.0 + tag: 14.1.1 # 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 84ea08ce1..9e3123479 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.15.1 +version: 1.15.2 appVersion: "1.0.0" diff --git a/charts/shield/README.md b/charts/shield/README.md index 7eb6c64b4..2cc19d92f 100644 --- a/charts/shield/README.md +++ b/charts/shield/README.md @@ -157,7 +157,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 | 14.1.0 | +| host.image.tag | The tag for the host shield images | 14.1.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 638cb2807..49364499e 100644 --- a/charts/shield/values.yaml +++ b/charts/shield/values.yaml @@ -254,7 +254,7 @@ host: # The image name for the host shield shield_name: agent-slim # The tag for the host shield images - tag: 14.1.0 + tag: 14.1.1 # The pull policy for the host shield images pull_policy: IfNotPresent # The pull secrets for the host shield images