Skip to content

Commit

Permalink
chore(sysdig): bump agent version to 12.16.0 (#1291)
Browse files Browse the repository at this point in the history
Co-authored-by: jenkins <[email protected]>
  • Loading branch information
draios-jenkins and jenkins authored Aug 8, 2023
1 parent 663cb80 commit b38bf39
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/sysdig/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/sysdig/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down
2 changes: 1 addition & 1 deletion charts/sysdig/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b38bf39

Please sign in to comment.