diff --git a/charts/agent/Chart.yaml b/charts/agent/Chart.yaml index e6504f166..58506962c 100644 --- a/charts/agent/Chart.yaml +++ b/charts/agent/Chart.yaml @@ -5,9 +5,9 @@ description: Sysdig Monitor and Secure agent type: application # currently matching sysdig 1.14.32 -version: 1.13.2 +version: 1.13.3 -appVersion: 12.15.0 +appVersion: 12.16.0 keywords: - monitoring @@ -36,4 +36,4 @@ dependencies: - name: common # repository: https://charts.sysdig.com repository: file://../common - version: ~1.1.0 +version: 1.13.3~1.1.1 diff --git a/charts/agent/README.md b/charts/agent/README.md index 55170cd4a..cd3d34cf9 100644 --- a/charts/agent/README.md +++ b/charts/agent/README.md @@ -100,7 +100,7 @@ The following table lists the configurable parameters of the Sysdig chart and th | `namespace` | Overrides the global namespace setting and release namespace for components. | `""` | | `image.registry` | Sysdig Agent image registry. | `quay.io` | | `image.repository` | Sets the image repository to pull the agent image from. | `sysdig/agent` | -| `image.tag` | Specifies the image tag to pull from the repository. | `12.15.0` | +| `image.tag` | Specifies the image tag to pull from the repository. | `12.16.0` | | `image.digest` | Specifies the image digest to pull from the repository. | ` ` | | `image.pullPolicy` | Specifies the Image pull policy. | `IfNotPresent` | | `image.pullSecrets` | Specifies the image pull secrets. | `nil` | diff --git a/charts/agent/values.yaml b/charts/agent/values.yaml index f825ba520..09573772f 100644 --- a/charts/agent/values.yaml +++ b/charts/agent/values.yaml @@ -56,7 +56,7 @@ image: registry: quay.io repository: sysdig/agent - tag: 12.15.0 + tag: 12.16.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