diff --git a/charts/agent/values.yaml b/charts/agent/values.yaml index cc65958b8..90fe4b77f 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.6.1 + tag: 13.7.0 # 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/README.md b/charts/shield/README.md index 9dc1cee37..988f59c38 100644 --- a/charts/shield/README.md +++ b/charts/shield/README.md @@ -129,7 +129,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.6.1 | +| host.image.tag | The tag for the host shield images | 13.7.0 | | 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 d3c8b0356..e29d9347b 100644 --- a/charts/shield/values.yaml +++ b/charts/shield/values.yaml @@ -165,7 +165,7 @@ host: # The image name for the host shield shield_name: agent-slim # The tag for the host shield images - tag: 13.6.1 + tag: 13.7.0 # The pull policy for the host shield images pull_policy: IfNotPresent # The pull secrets for the host shield images