Skip to content

Commit

Permalink
chore(agent): bump agent version to 12.14.0 (#1076)
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 May 8, 2023
1 parent 60006e2 commit 44f57ac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ description: Sysdig Monitor and Secure agent
type: application

# currently matching sysdig 1.14.32
version: 1.7.2
version: 1.7.3

appVersion: 12.13.0
appVersion: 12.14.0

keywords:
- monitoring
Expand Down
2 changes: 1 addition & 1 deletion charts/agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,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` | The image repository to pull from | `sysdig/agent` |
| `image.tag` | The image tag to pull | `12.13.0` |
| `image.tag` | The image tag to pull | `12.14.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/agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ image:

registry: quay.io
repository: sysdig/agent
tag: 12.13.0
tag: 12.14.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 44f57ac

Please sign in to comment.