diff --git a/charts/sysdig/Chart.yaml b/charts/sysdig/Chart.yaml index 7af45e414..9acd59c23 100644 --- a/charts/sysdig/Chart.yaml +++ b/charts/sysdig/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: sysdig -version: 1.16.6 -appVersion: 12.15.0 +version: 1.16.7 +appVersion: 12.16.0 description: Sysdig Monitor and Secure agent keywords: - monitoring diff --git a/charts/sysdig/README.md b/charts/sysdig/README.md index c2bd01883..0418ae49c 100644 --- a/charts/sysdig/README.md +++ b/charts/sysdig/README.md @@ -152,7 +152,7 @@ The following table lists the configurable parameters of the Sysdig chart and th | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | | `image.registry` | Sysdig Agent image registry. | `quay.io` | | `image.repository` | The image repository to pull from. | `sysdig/agent` | -| `image.tag` | The image tag to pull | `12.15.0` | +| `image.tag` | The image tag to pull | `12.16.0` | | `image.digest` | The image digest to pull. | ` ` | | `image.pullPolicy` | The Image pull policy. | `IfNotPresent` | | `image.pullSecrets` | Image pull secrets. | `nil` | diff --git a/charts/sysdig/values.yaml b/charts/sysdig/values.yaml index ee822bc96..3f73d1bf3 100644 --- a/charts/sysdig/values.yaml +++ b/charts/sysdig/values.yaml @@ -8,7 +8,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