Skip to content

Commit

Permalink
chore(agent): bump agent version to 12.14.1 (#1106)
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 16, 2023
1 parent 07c337a commit a55351d
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.8.2
version: 1.8.3

appVersion: 12.14.0
appVersion: 12.14.1

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.14.0` |
| `image.tag` | The image tag to pull | `12.14.1` |
| `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 @@ -20,7 +20,7 @@ image:

registry: quay.io
repository: sysdig/agent
tag: 12.14.0
tag: 12.14.1
# 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 a55351d

Please sign in to comment.